We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50226d8 commit 89cb491Copy full SHA for 89cb491
.ci-operator.yaml
@@ -1,4 +1,4 @@
1
build_root_image:
2
name: release
3
namespace: openshift
4
- tag: rhel-8-release-golang-1.21-openshift-4.16
+ tag: rhel-9-release-golang-1.21-openshift-4.16
Dockerfile
-FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-4.16 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16 AS builder
WORKDIR /go/src/github.com/operator-framework/operator-marketplace
COPY . .
RUN make osbs-build
0 commit comments