Update Dockerfile with Labels
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-05 21:11:23 +01:00
parent e3f0977f51
commit 8626c19d47

View File

@@ -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 <patrick@buchhorster.de>"
LABEL org.opencontainers.image.source="https://gitea.buchhorster.de/portainer-agent-tailscale"
LABEL org.opencontainers.image.licenses="MIT"
ENTRYPOINT ["/sbin/tini", "--"]
CMD ["/entrypoint.sh"]