Skip to content

Commit

Permalink
Dockerfile: LegacyKeyValueFormat: "LABEL key=value" should be used in…
Browse files Browse the repository at this point in the history
…stead of legacy "LABEL key value" format

More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
  • Loading branch information
james-callahan committed Aug 19, 2024
1 parent 59b23bd commit a16520a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN find /newroot -newermt "@${SOURCE_DATE_EPOCH}" -writable \

FROM scratch

LABEL org.opencontainers.image.source https://github.com/tkhq/ecr-proxy
LABEL org.opencontainers.image.source=https://github.com/tkhq/ecr-proxy

COPY --from=builder /newroot /

Expand Down

0 comments on commit a16520a

Please sign in to comment.