From 8626c19d477ac3b2df784354ea8c7853bcb34272 Mon Sep 17 00:00:00 2001 From: Patrick Gniza Date: Wed, 5 Nov 2025 21:11:23 +0100 Subject: [PATCH] Update Dockerfile with Labels --- Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1ce8782..423e947 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,5 +37,12 @@ VOLUME ["/var/lib/tailscale"] # Portainer Agent Port EXPOSE 9001 +LABEL org.opencontainers.image.title="Portainer Agent Tailscale" +LABEL org.opencontainers.image.description="Tailscale-fähiger Portainer-Agent für ARM64/AMD64" +LABEL org.opencontainers.image.version="1.0.0" +LABEL org.opencontainers.image.authors="Patrick Buchhorst " +LABEL org.opencontainers.image.source="https://gitea.buchhorster.de/portainer-agent-tailscale" +LABEL org.opencontainers.image.licenses="MIT" + ENTRYPOINT ["/sbin/tini", "--"] CMD ["/entrypoint.sh"]