Skip to content

Commit

Permalink
operator postgresql (5.5.2) (#4576)
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Sessler <drew.sessler@crunchydata.com>
  • Loading branch information
dsessler7 committed May 21, 2024
1 parent 42579df commit 218984f
Show file tree
Hide file tree
Showing 7 changed files with 19,104 additions and 0 deletions.
30 changes: 30 additions & 0 deletions operators/postgresql/5.5.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Used to build the bundle image. This file is ignored by the community operator
# registries which work with bundle directories instead.
# https://operator-framework.github.io/community-operators/packaging-operator/

FROM scratch AS builder

COPY manifests/ /build/manifests/
COPY metadata/ /build/metadata/
COPY tests/ /build/tests


FROM scratch

# ANNOTATIONS is replaced with bundle.annotations.yaml
LABEL \
operators.operatorframework.io.bundle.mediatype.v1="registry+v1" \
operators.operatorframework.io.bundle.manifests.v1="manifests/" \
operators.operatorframework.io.bundle.metadata.v1="metadata/" \
operators.operatorframework.io.test.mediatype.v1="scorecard+v1" \
operators.operatorframework.io.test.config.v1="tests/scorecard/" \
operators.operatorframework.io.bundle.package.v1="postgresql" \
operators.operatorframework.io.bundle.channels.v1="v5" \
operators.operatorframework.io.bundle.channel.default.v1="v5" \
com.redhat.delivery.operator.bundle=true \
com.redhat.openshift.versions="v4.10" \
org.opencontainers.image.authors="info@crunchydata.com" \
org.opencontainers.image.url="https://crunchydata.com" \
org.opencontainers.image.vendor="Crunchy Data"

COPY --from=builder /build/ /

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 218984f

Please sign in to comment.