Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5590c3a

Browse files
author
openshift-pipelines-bot
committedApr 10, 2025
[bot:main] Update catalog
1 parent 16cb628 commit 5590c3a

File tree

6 files changed

+23175
-0
lines changed

6 files changed

+23175
-0
lines changed
 
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
FROM registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b0ca618e2f22ffcf4fdcf4943e82b9f4541e327befec614142d63fd757ff97f4
2+
3+
ENTRYPOINT ["/bin/opm"]
4+
CMD ["serve", "/configs", "--cache-dir=/tmp/cache"]
5+
6+
COPY .konflux/olm-catalog/index/v4.17/catalog/ /configs
7+
RUN ["/bin/opm", "serve", "/configs", "--cache-dir=/tmp/cache", "--cache-only"]
8+
9+
# Core bundle labels.
10+
11+
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
12+
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
13+
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
14+
LABEL operators.operatorframework.io.bundle.package.v1=openshift-pipelines-operator-rh
15+
LABEL operators.operatorframework.io.bundle.channel.default.v1="pipelines-main"
16+
LABEL operators.operatorframework.io.bundle.channels.v1="pipelines-main"
17+
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.37.0
18+
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
19+
# LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
20+
LABEL operators.operatorframework.io.index.configs.v1=/configs
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.