diff --git a/release/ansible/Dockerfile.rhel8 b/release/ansible/Dockerfile.rhel8 index 36addfd2e..e289c399f 100644 --- a/release/ansible/Dockerfile.rhel8 +++ b/release/ansible/Dockerfile.rhel8 @@ -1,4 +1,4 @@ -FROM openshift/origin-release:golang-1.13 AS builder +FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-openshift-4.6 AS builder ENV GO111MODULE=on \ GOFLAGS=-mod=vendor @@ -7,7 +7,7 @@ COPY . /go/src/github.com/operator-framework/operator-sdk RUN cd /go/src/github.com/operator-framework/operator-sdk \ && make build/ansible-operator VERSION=$(git describe --tags --always) -FROM registry.access.redhat.com/ubi8/ubi +FROM registry.svc.ci.openshift.org/ocp/4.6:base RUN yum install -y \ ansible \