-
Notifications
You must be signed in to change notification settings - Fork 600
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
17,455 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="[email protected]" \ | ||
org.opencontainers.image.url="https://crunchydata.com" \ | ||
org.opencontainers.image.vendor="Crunchy Data" | ||
|
||
COPY --from=builder /build/ / |
1,093 changes: 1,093 additions & 0 deletions
1,093
operators/postgresql/5.4.3/manifests/pgupgrades.postgres-operator.crunchydata.com.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
15,824 changes: 15,824 additions & 0 deletions
15,824
...rs/postgresql/5.4.3/manifests/postgresclusters.postgres-operator.crunchydata.com.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.