mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 09:36:58 +02:00
Add org.opencontainers.image.source label to container image
This commit is contained in:
parent
9f7167fb82
commit
1ec489a040
2
Makefile
2
Makefile
@ -103,7 +103,7 @@ build/$(BINARY): $(SOURCES)
|
||||
build.push/multiarch: ko
|
||||
KO_DOCKER_REPO=${IMAGE} \
|
||||
VERSION=${VERSION} \
|
||||
ko build --tags ${VERSION} --platform=${IMG_PLATFORM} --bare --sbom ${IMG_SBOM} --push=${IMG_PUSH} .
|
||||
ko build --tags ${VERSION} --image-label org.opencontainers.image.source="https://github.com/kubernetes-sigs/external-dns" --platform=${IMG_PLATFORM} --bare --sbom ${IMG_SBOM} --push=${IMG_PUSH} .
|
||||
|
||||
build.image/multiarch:
|
||||
$(MAKE) IMG_PUSH=false build.push/multiarch
|
||||
|
Loading…
Reference in New Issue
Block a user