We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34fd05f commit 9bd343bCopy full SHA for 9bd343b
.ci-operator.yaml
@@ -1,4 +1,4 @@
1
build_root_image:
2
name: release
3
namespace: openshift
4
- tag: rhel-8-release-golang-1.17-openshift-4.11
+ tag: rhel-8-release-golang-1.18-openshift-4.11
Dockerfile
-FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.11 AS builder
WORKDIR /go/src/github.com/openshift/insights-operator
COPY . .
RUN make build
0 commit comments