From a16520adbf86c2d5e25533e88b127e650741d2c3 Mon Sep 17 00:00:00 2001 From: James Callahan Date: Sun, 18 Aug 2024 21:39:17 -0400 Subject: [PATCH] Dockerfile: LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/ --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ee06937..7bfe0f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 /