Skip to content

Commit

Permalink
Merge pull request operator-framework#136 from openshift-bot/art-cons…
Browse files Browse the repository at this point in the history
…istency-openshift-4.9-openshift-enterprise-ansible-operator

Updating openshift-enterprise-ansible-operator images to be consistent with ART
  • Loading branch information
openshift-merge-robot committed Aug 18, 2021
2 parents 82c1cfd + d504ac1 commit 50c317f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/ansible/Dockerfile.rhel8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.9 AS builder

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

FROM registry.ci.openshift.org/ocp/4.7:base
FROM registry.ci.openshift.org/ocp/4.9:base

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

0 comments on commit 50c317f

Please sign in to comment.