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:
parent
6322a2e481
commit
a7639f82cc
1 changed files with 5 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue