chore(docker): add OCI source annotation as a label to the Docker images

pull/12272/head
Maximilian Irro 2024-09-30 18:00:24 +02:00
parent 32e94d4e4e
commit 1ac9dd0295
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ FROM portainer/base as production
LABEL org.opencontainers.image.title="Portainer" \
org.opencontainers.image.description="Docker container management made simple, with the worlds most popular GUI-based container management platform." \
org.opencontainers.image.source="https://github.com/portainer/portainer" \
org.opencontainers.image.vendor="Portainer.io" \
com.docker.desktop.extension.api.version=">= 0.2.2" \
com.docker.desktop.extension.icon="https://portainer-io-assets.sfo2.cdn.digitaloceanspaces.com/logos/portainer.png" \

View File

@ -2,6 +2,7 @@ FROM alpine:latest as production
LABEL org.opencontainers.image.title="Portainer" \
org.opencontainers.image.description="Docker container management made simple, with the worlds most popular GUI-based container management platform." \
org.opencontainers.image.source="https://github.com/portainer/portainer" \
org.opencontainers.image.vendor="Portainer.io" \
com.docker.desktop.extension.api.version=">= 0.2.2" \
com.docker.desktop.extension.icon="https://portainer-io-assets.sfo2.cdn.digitaloceanspaces.com/logos/portainer.png" \