chore(build): Add OCI label for container image source (#2541)
As specified in the OpenContainers Annotations Spec: https://specs.opencontainers.org/image-spec/annotations/
This commit is contained in:
parent
ae95c2db6c
commit
06947eed28
|
|
@ -13,6 +13,7 @@ RUN bash docker/build_operator.sh
|
|||
|
||||
FROM ${BASE_IMAGE}
|
||||
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
|
||||
LABEL org.opencontainers.image.source="https://github.com/zalando/postgres-operator"
|
||||
|
||||
# We need root certificates to deal with teams api over https
|
||||
RUN apk --no-cache add curl
|
||||
|
|
|
|||
Loading…
Reference in New Issue