We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae95c2d commit 06947eeCopy full SHA for 06947ee
docker/Dockerfile
@@ -13,6 +13,7 @@ RUN bash docker/build_operator.sh
13
14
FROM ${BASE_IMAGE}
15
LABEL maintainer="Team ACID @ Zalando <[email protected]>"
16
+LABEL org.opencontainers.image.source="https://github.com/zalando/postgres-operator"
17
18
# We need root certificates to deal with teams api over https
19
RUN apk --no-cache add curl
0 commit comments