You've already forked docker-compose-docker
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
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:
+1
-1
@@ -22,7 +22,7 @@ FROM scratch
|
||||
ARG DC_VERSION=v5.1.4
|
||||
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.description="Define and run multi-container applications with Docker" \
|
||||
org.opencontainers.image.version=${DC_VERSION}
|
||||
|
||||
Reference in New Issue
Block a user