Update Dockerfile Labels + trigger zot cve scan
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-05 21:19:32 +01:00
parent 8626c19d47
commit f7dc5dd785
2 changed files with 23 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ 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"
LABEL org.opencontainers.image.vendor="Buchhorster IT"
ENTRYPOINT ["/sbin/tini", "--"]
CMD ["/entrypoint.sh"]