Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Dockerfile maintainers #86

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM php:cli-stretch

LABEL maintainer="Mriyam Tamuli <[email protected]>, Riddhesh Sanghvi <[email protected]>"

## Install dependencies
RUN set -ex; \
\
Expand Down
1 change: 1 addition & 0 deletions cron/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM mcuadros/ofelia:latest
LABEL maintainer="Mriyam Tamuli <[email protected]>, Riddhesh Sanghvi <[email protected]>"
LABEL org.label-schema.schema-version="1.0.0-rc1"
LABEL org.label-schema.vendor="EasyEngine"
LABEL org.label-schema.name="cron"
1 change: 1 addition & 0 deletions mailhog/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM mailhog/mailhog:v1.0.0
LABEL maintainer="Mriyam Tamuli <[email protected]>, Riddhesh Sanghvi <[email protected]>"
LABEL org.label-schema.schema-version="1.0.0-rc1"
LABEL org.label-schema.vendor="EasyEngine"
LABEL org.label-schema.name="mailhog"
1 change: 1 addition & 0 deletions mariadb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM mariadb:10.2
LABEL maintainer="Mriyam Tamuli <[email protected]>, Riddhesh Sanghvi <[email protected]>"
LABEL org.label-schema.schema-version="1.0.0-rc1"
LABEL org.label-schema.vendor="EasyEngine"
LABEL org.label-schema.name="db"
Expand Down
2 changes: 1 addition & 1 deletion newrelic-daemon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# alpine:latest at 2019-01-30T19:08:47IST
FROM alpine@sha256:46e71df1e5191ab8b8034c5189e325258ec44ea739bba1e5645cff83c9048ff1

LABEL maintainer="Mriyam Tamuli <[email protected]>"
LABEL maintainer="Mriyam Tamuli <[email protected]>, Riddhesh Sanghvi <[email protected]>"
LABEL org.label-schema.schema-version="1.0.0-rc1"
LABEL org.label-schema.vendor="EasyEngine"
LABEL org.label-schema.name="newrelic-daemon"
Expand Down
1 change: 1 addition & 0 deletions nginx-proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM jwilder/nginx-proxy:latest
LABEL maintainer="Mriyam Tamuli <[email protected]>, Riddhesh Sanghvi <[email protected]>"
LABEL org.label-schema.schema-version="1.0.0-rc1"
LABEL org.label-schema.vendor="EasyEngine"
LABEL org.label-schema.name="nginx-proxy"
Expand Down
1 change: 1 addition & 0 deletions nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM openresty/openresty:stretch
LABEL maintainer="Mriyam Tamuli <[email protected]>, Riddhesh Sanghvi <[email protected]>"
LABEL org.label-schema.schema-version="1.0.0-rc1"
LABEL org.label-schema.vendor="EasyEngine"
LABEL org.label-schema.name="nginx"
Expand Down
2 changes: 1 addition & 1 deletion php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:7.2-fpm

LABEL maintainer="Mriyam Tamuli <[email protected]>"
LABEL maintainer="Mriyam Tamuli <[email protected]>, Riddhesh Sanghvi <[email protected]>"
LABEL org.label-schema.schema-version="1.0.0-rc1"
LABEL org.label-schema.vendor="EasyEngine"
LABEL org.label-schema.name="php"
Expand Down
2 changes: 1 addition & 1 deletion postfix/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:stretch-slim

LABEL maintainer="Mriyam Tamuli <[email protected]>"
LABEL maintainer="Mriyam Tamuli <[email protected]>, Riddhesh Sanghvi <[email protected]>"
LABEL org.label-schema.schema-version="1.0.0-rc1"
LABEL org.label-schema.vendor="EasyEngine"
LABEL org.label-schema.name="postfix"
Expand Down
1 change: 1 addition & 0 deletions redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM redis:5.0

LABEL maintainer="Mriyam Tamuli <[email protected]>, Riddhesh Sanghvi <[email protected]>"
LABEL org.label-schema.schema-version="1.0.0-rc1"
LABEL org.label-schema.vendor="EasyEngine"
LABEL org.label-schema.name="redis"
Expand Down