Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions catalog/v4.22/Containerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# The base image is expected to contain
# /bin/opm (with a serve subcommand) and /bin/grpc_health_probe
FROM registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.22

# Configure the entrypoint and command
ENTRYPOINT ["/bin/opm"]
CMD ["serve", "/configs", "--cache-dir=/tmp/cache"]

# Copy declarative config root into image at /configs and pre-populate serve cache
COPY catalog/ /configs
RUN ["/bin/opm", "serve", "/configs", "--cache-dir=/tmp/cache", "--cache-only"]

# Set FBC-specific label for the location of the FBC root directory
# in the image
LABEL operators.operatorframework.io.index.configs.v1=/configs
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
image: registry.stage.redhat.io/ocp-secrets-management/ocp-secrets-management-operator-bundle:v0.1.0
name: ocp-secrets-management-operator.v0.1.0
package: ocp-secrets-management-operator
properties:
- type: olm.gvk
value:
group: secrets-management.openshift.io
kind: SecretsManagementConfig
version: v1alpha1
- type: olm.package
value:
packageName: ocp-secrets-management-operator
version: 0.1.0
relatedImages:
- image: registry.stage.redhat.io/ocp-secrets-management/ocp-secrets-management-operator:v0.1.0
name: manager
- image: registry.stage.redhat.io/ocp-secrets-management/ocp-secrets-management:v0.1.0
name: ocp-secrets-management-plugin
schema: olm.bundle
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
entries:
- name: ocp-secrets-management-operator.v0.1.0
skipRange: '<0.1.0'
name: alpha
package: ocp-secrets-management-operator
schema: olm.channel
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
defaultChannel: alpha
name: ocp-secrets-management-operator
schema: olm.package