Add image source label to dockerfiles (#269)
authorMarc <redacted>
Sun, 27 Oct 2024 20:51:10 +0000 (21:51 +0100)
committerGitHub <redacted>
Sun, 27 Oct 2024 20:51:10 +0000 (21:51 +0100)
apache/Dockerfile
fpm-alpine/Dockerfile
fpm/Dockerfile
nightly/Dockerfile
templates/Dockerfile-alpine.templ
templates/Dockerfile-debian.templ

index c2a847cbaf8f7ab076724fca6e8ff2313af496f8..ef12381ba8825121c50d37bd8d0254701b42b946 100644 (file)
@@ -1,5 +1,6 @@
 FROM php:8.1-apache
 LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
+LABEL org.opencontainers.image.source="https://github.com/roundcube/roundcubemail-docker"
 
 RUN set -ex; \
        apt-get update; \
index f48e3136230822c218e5bdf7754d25b4d6ba0522..8d2417dc64b865f2ab622f0e240188ac25381f83 100644 (file)
@@ -1,5 +1,6 @@
 FROM php:8.1-fpm-alpine
 LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
+LABEL org.opencontainers.image.source="https://github.com/roundcube/roundcubemail-docker"
 
 # entrypoint.sh and installto.sh dependencies
 RUN set -ex; \
index d4075d680765e73ca5234abbd19f06cce7a66057..c03268c2f2959f29070e2aea8484bce3a86c481d 100644 (file)
@@ -1,5 +1,6 @@
 FROM php:8.1-fpm
 LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
+LABEL org.opencontainers.image.source="https://github.com/roundcube/roundcubemail-docker"
 
 RUN set -ex; \
        apt-get update; \
index 0b7a4f92b9e4bc403433e3cafea841e67da3a958..478a2a90ab0d482acf8ba990b126b4d2e5040544 100644 (file)
@@ -1,5 +1,6 @@
 FROM php:8.0-apache AS base
 LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
+LABEL org.opencontainers.image.source="https://github.com/roundcube/roundcubemail-docker"
 
 RUN set -ex; \
        apt-get update; \
index d7eea757b0e4e844cb9c605aeb1a58b0da58fcd4..17787d4947d8fc62332823299539f55fe329a376 100644 (file)
@@ -1,5 +1,6 @@
 FROM php:8.1-%%VARIANT%%
 LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
+LABEL org.opencontainers.image.source="https://github.com/roundcube/roundcubemail-docker"
 
 # entrypoint.sh and installto.sh dependencies
 RUN set -ex; \
index 44967dd12b7a11238c6def903168147155cce724..d4886b96fa81b96da479a7db9e1a9a06cfd7233a 100644 (file)
@@ -1,5 +1,6 @@
 FROM php:8.1-%%VARIANT%%
 LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
+LABEL org.opencontainers.image.source="https://github.com/roundcube/roundcubemail-docker"
 
 RUN set -ex; \
        apt-get update; \
git clone https://git.99rst.org/PROJECT