Fixes #858: fix image.ref.name and image.url

pull/878/head
Molham Al Nasr 2025-02-25 14:03:18 +01:00 committed by Bastien Wirtz
parent cb8a1e992c
commit b3e67b5af5
1 changed files with 2 additions and 2 deletions

View File

@ -22,11 +22,11 @@ LABEL \
org.label-schema.version="$VERSION_TAG" \ org.label-schema.version="$VERSION_TAG" \
org.opencontainers.image.title="Homer Image" \ org.opencontainers.image.title="Homer Image" \
org.opencontainers.image.description="A dead simple static Home-Page for your server to keep your services on hand, from a simple yaml configuration file." \ org.opencontainers.image.description="A dead simple static Home-Page for your server to keep your services on hand, from a simple yaml configuration file." \
org.opencontainers.image.ref.name="b4bz/homer:22-alpine3.20" \ org.opencontainers.image.ref.name="b4bz/homer:${VERSION_TAG}" \
org.opencontainers.image.version="$VERSION_TAG" \ org.opencontainers.image.version="$VERSION_TAG" \
org.opencontainers.image.licenses="Apache-2.0 license" \ org.opencontainers.image.licenses="Apache-2.0 license" \
org.opencontainers.image.source="https://github.com/bastienwirtz/homer" \ org.opencontainers.image.source="https://github.com/bastienwirtz/homer" \
org.opencontainers.image.url="https://homer-demo.netlify.app/" org.opencontainers.image.url="https://hub.docker.com/r/b4bz/homer"
ENV GID=1000 \ ENV GID=1000 \
UID=1000 \ UID=1000 \