Skip to content

Commit 1a42600

Browse files
Adding previous releases to fbc catalog (#919)
1 parent 924e3d2 commit 1a42600

18 files changed

+9281
-1008
lines changed

.tekton/network-observability-operator-fbc-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- name: revision
3030
value: '{{revision}}'
3131
- name: output-image
32-
value: quay.io/redhat-user-workloads/ocp-network-observab-tenant/netobserv-operator/network-observability-operator-fbc:{{revision}}
32+
value: quay.io/redhat-user-workloads/ocp-network-observab-tenant/netobserv-operator/network-observability-operator-fbc:latest
3333
- name: dockerfile
3434
value: ./catalog.Dockerfile.downstream
3535
pipelineRef:

catalog.Dockerfile.downstream

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
ARG OPM_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.17
12
ARG COMMIT
23

34
FROM registry.access.redhat.com/ubi9/python-312 as builder
@@ -7,7 +8,7 @@ RUN pip install -r requirements.txt
78

89
RUN COMMIT=$COMMIT ./hack/update-build.sh
910

10-
FROM brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.17
11+
FROM $OPM_IMAGE
1112

1213
# Configure the entrypoint and command
1314
ENTRYPOINT ["opm"]

catalog/index.yaml

Lines changed: 41 additions & 994 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)