mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-28 14:41:10 +01:00
docs: Provide OCI annotation for where to find image sources
Add a label for the OCI annotation for image source, as per https://github.com/opencontainers/image-spec/blob/main/annotations.md
This commit is contained in:
@@ -23,6 +23,8 @@ FROM scratch
|
|||||||
|
|
||||||
MAINTAINER Kubernetes SIG Scheduling <kubernetes-sig-scheduling@googlegroups.com>
|
MAINTAINER Kubernetes SIG Scheduling <kubernetes-sig-scheduling@googlegroups.com>
|
||||||
|
|
||||||
|
LABEL org.opencontainers.image.source https://github.com/kubernetes-sigs/descheduler
|
||||||
|
|
||||||
USER 1000
|
USER 1000
|
||||||
|
|
||||||
COPY --from=0 /go/src/sigs.k8s.io/descheduler/_output/bin/descheduler /bin/descheduler
|
COPY --from=0 /go/src/sigs.k8s.io/descheduler/_output/bin/descheduler /bin/descheduler
|
||||||
|
|||||||
Reference in New Issue
Block a user