fix(Dockerfile): adapt README URL
Lint Markdown files / markdown-lint (push) Successful in 5s
Auto release tagged / tag_on_change (push) Successful in 24s
Release latest / push-amd64 (push) Successful in 1m3s
Release latest / push-arm64 (push) Successful in 2m1s
Release latest / push-manifest (push) Successful in 6s
Release latest / sync-to-hub-docker-io (push) Successful in 46s

This commit is contained in:
2026-06-07 17:54:50 +02:00
parent feaf09a116
commit 7646fdb91f
+1 -1
View File
@@ -22,7 +22,7 @@ FROM scratch
ARG DC_VERSION=v5.1.4 ARG DC_VERSION=v5.1.4
ARG BUILD_DATE ARG BUILD_DATE
LABEL io.artifacthub.package.readme-url="https://github.com/docker/compose" \ LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/docker/compose/refs/tags/${DC_VERSION}/README.md" \
org.opencontainers.image.created="${BUILD_DATE}" \ org.opencontainers.image.created="${BUILD_DATE}" \
org.opencontainers.image.description="Define and run multi-container applications with Docker" \ org.opencontainers.image.description="Define and run multi-container applications with Docker" \
org.opencontainers.image.version=${DC_VERSION} org.opencontainers.image.version=${DC_VERSION}