Skip to content

Commit 06947ee

Browse files
authored
chore(build): Add OCI label for container image source (#2541)
As specified in the OpenContainers Annotations Spec: https://specs.opencontainers.org/image-spec/annotations/
1 parent ae95c2d commit 06947ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN bash docker/build_operator.sh
1313

1414
FROM ${BASE_IMAGE}
1515
LABEL maintainer="Team ACID @ Zalando <[email protected]>"
16+
LABEL org.opencontainers.image.source="https://github.com/zalando/postgres-operator"
1617

1718
# We need root certificates to deal with teams api over https
1819
RUN apk --no-cache add curl

0 commit comments

Comments
 (0)