1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 13:29:11 +01:00

Merge pull request #1479 from sklirg/feat/container-oci-annotation-source

docs: Provide OCI annotation for where to find image sources
This commit is contained in:
Kubernetes Prow Robot
2024-08-05 17:48:51 -07:00
committed by GitHub

View File

@@ -23,6 +23,8 @@ FROM scratch
MAINTAINER Kubernetes SIG Scheduling <kubernetes-sig-scheduling@googlegroups.com>
LABEL org.opencontainers.image.source https://github.com/kubernetes-sigs/descheduler
USER 1000
COPY --from=0 /go/src/sigs.k8s.io/descheduler/_output/bin/descheduler /bin/descheduler