Skip to content

Commit 6466b01

Browse files
Merge pull request operator-framework#152 from openshift-bot/art-consistency-openshift-4.10-openshift-enterprise-ansible-operator
Updating openshift-enterprise-ansible-operator images to be consistent with ART
2 parents 779d1e2 + 5ec8892 commit 6466b01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release/ansible/Dockerfile.rhel8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.9 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10 AS builder
22

33
ENV GO111MODULE=on \
44
GOFLAGS=-mod=vendor
@@ -8,7 +8,7 @@ COPY . /go/src/github.com/operator-framework/operator-sdk
88
RUN cd /go/src/github.com/operator-framework/operator-sdk \
99
&& make -f ci/prow.Makefile patch build
1010

11-
FROM registry.ci.openshift.org/ocp/4.9:base
11+
FROM registry.ci.openshift.org/ocp/4.10:base
1212

1313
RUN mkdir -p /etc/ansible \
1414
&& echo "localhost ansible_connection=local" > /etc/ansible/hosts \

0 commit comments

Comments
 (0)