From f21735c920730d0bd8e8589f3f961ea9171cb8dc Mon Sep 17 00:00:00 2001 From: Mohamed Mahmoud Date: Wed, 31 Jul 2024 12:13:04 -0400 Subject: [PATCH] remove older API fields Signed-off-by: Mohamed Mahmoud --- .tekton/bpfman-operator-catalog-pull-request.yaml | 2 -- .tekton/bpfman-operator-catalog-push.yaml | 2 -- catalog.Dockerfile | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.tekton/bpfman-operator-catalog-pull-request.yaml b/.tekton/bpfman-operator-catalog-pull-request.yaml index 25ea6bf68..ed170dd4c 100644 --- a/.tekton/bpfman-operator-catalog-pull-request.yaml +++ b/.tekton/bpfman-operator-catalog-pull-request.yaml @@ -207,8 +207,6 @@ spec: workspace: workspace - name: deprecated-base-image-check params: - - name: BASE_IMAGES_DIGESTS - value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS) - name: IMAGE_URL value: $(tasks.build-container.results.IMAGE_URL) - name: IMAGE_DIGEST diff --git a/.tekton/bpfman-operator-catalog-push.yaml b/.tekton/bpfman-operator-catalog-push.yaml index 29d800fda..27b1c060b 100644 --- a/.tekton/bpfman-operator-catalog-push.yaml +++ b/.tekton/bpfman-operator-catalog-push.yaml @@ -204,8 +204,6 @@ spec: workspace: workspace - name: deprecated-base-image-check params: - - name: BASE_IMAGES_DIGESTS - value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS) - name: IMAGE_URL value: $(tasks.build-container.results.IMAGE_URL) - name: IMAGE_DIGEST diff --git a/catalog.Dockerfile b/catalog.Dockerfile index e8c66c975..341fb5340 100644 --- a/catalog.Dockerfile +++ b/catalog.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.16 +FROM quay.io/operator-framework/opm:v1.45.0 # Configure the entrypoint and command ENTRYPOINT ["/bin/opm"]