From 9f0632b2a9168a681c705f7f11c054c96c80056b Mon Sep 17 00:00:00 2001 From: niiwiicamo Date: Thu, 25 Jul 2024 11:41:31 +0200 Subject: [PATCH] added labels --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2f008c7..5940e29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,3 +9,9 @@ COPY --chown=www-data:www-data ./data/update.php /var/www/html/public COPY --chown=www-data:www-data ./data/.env.dist /var/www/html/public/.env RUN sed -i "s|listen \[::\]:8080 default_server;|# \0|" /etc/nginx/site-opts.d/http.conf.template HEALTHCHECK --interval= --timeout=5s --start-period=10s CMD curl --insecure --silent --location --show-error --fail http://localhost:8080$HEALTHCHECK_PATH || exit 1 +LABEL org.opencontainers.image.source=https://github.com/niiwiicamo/owndyndns +LABEL org.opencontainers.image.description="OwnDynDNS Docker image, used to interface with the netcup hosting providers domain API and provide an endpoint for DynDNS updates by consumer routers." +LABEL org.opencontainers.image.version=v1.1 +LABEL org.opencontainers.image.title="OwnDynDNS" +LABEL org.opencontainers.image.base.name="docker.io/serversideup/php:8.3-fpm-nginx-alpine" +LABEL org.opencontainers.image.authors="Nils Blume, github.com/NiiWiiCamo"