From 126147320c3012d12aab26a99048063bd8e875de Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Tue, 8 Dec 2020 01:58:11 +0000 Subject: [PATCH] UPSTREAM: : Updating openshift-kubernetes-nmstate-handler builder & base images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/d29c8eea8eaa4e66c0af4a855f5a081d1312aeff/images/openshift-kubernetes-nmstate-handler.yml --- build/Dockerfile.openshift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile.openshift b/build/Dockerfile.openshift index 4062f57d0..73a972c8f 100644 --- a/build/Dockerfile.openshift +++ b/build/Dockerfile.openshift @@ -1,9 +1,9 @@ -FROM registry.svc.ci.openshift.org/openshift/release:golang-1.15 AS builder +FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder WORKDIR /go/src/github.com/openshift/kubernetes-nmstate COPY . . RUN GO111MODULE=on go build --mod=vendor -o build/_output/bin/manager main.go -FROM ubi8-minimal +FROM registry.svc.ci.openshift.org/ocp/4.7:base RUN \ microdnf -y update && \