1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 03:38:43 +00:00

Fixing prometheus-operator#5338 | Added labels in the Dockerfile

Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com>
This commit is contained in:
Chirayu Kapoor 2023-09-26 16:59:00 +05:30
parent 6322a2e481
commit a7639f82cc
No known key found for this signature in database
GPG key ID: 07B117F85E8A4206

View file

@ -7,4 +7,9 @@ COPY operator /bin/operator
# On busybox 'nobody' has uid `65534'
USER 65534
LABEL org.opencontainers.image.source="https://github.com/prometheus-operator/prometheus-operator" \
org.opencontainers.image.url="https://prometheus-operator.dev/" \
org.opencontainers.image.documentation="https://prometheus-operator.dev/" \
org.opencontainers.image.licenses="Apache-2.0"
ENTRYPOINT ["/bin/operator"]