We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 779d1e2 + 5ec8892 commit 6466b01Copy full SHA for 6466b01
release/ansible/Dockerfile.rhel8
@@ -1,4 +1,4 @@
1
-FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.9 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10 AS builder
2
3
ENV GO111MODULE=on \
4
GOFLAGS=-mod=vendor
@@ -8,7 +8,7 @@ COPY . /go/src/github.com/operator-framework/operator-sdk
8
RUN cd /go/src/github.com/operator-framework/operator-sdk \
9
&& make -f ci/prow.Makefile patch build
10
11
-FROM registry.ci.openshift.org/ocp/4.9:base
+FROM registry.ci.openshift.org/ocp/4.10:base
12
13
RUN mkdir -p /etc/ansible \
14
&& echo "localhost ansible_connection=local" > /etc/ansible/hosts \
0 commit comments