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:
Håkon Solbjørg 2024-03-04 09:39:45 +01:00 committed by GitHub
parent ae95c2db6c
commit 06947eed28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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