Skip to content

Commit 079eee6

Browse files
chore: Dockerfile label
1 parent 3ca08a7 commit 079eee6

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

docker/mysql/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM mysql:8.0
2-
MAINTAINER Ambroise Maupate <ambroise@rezo-zero.com>
2+
LABEL org.opencontainers.image.authors="ambroise@rezo-zero.com"
33

44
ARG USER_UID=1000
55

docker/nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM roadiz/nginx-alpine
2-
MAINTAINER Ambroise Maupate <ambroise@rezo-zero.com>
2+
LABEL org.opencontainers.image.authors="ambroise@rezo-zero.com"
33

44
COPY ./public /var/www/html/public

docker/solr/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM solr:8-slim
2-
MAINTAINER Ambroise Maupate <ambroise@rezo-zero.com>
2+
LABEL org.opencontainers.image.authors="ambroise@rezo-zero.com"
33

44
ARG USER_UID=8983
55

docker/varnish/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM varnish:7.1-alpine
2+
LABEL org.opencontainers.image.authors="ambroise@rezo-zero.com"
23

34
ENV VARNISH_SIZE 1G
45
COPY ./default.vcl /etc/varnish/

0 commit comments

Comments
 (0)