Switch to using the ubi8 go-toolset for building.

This commit is contained in:
darthhexx 2022-05-26 15:28:52 +10:00
Родитель 1dddd955be
Коммит a8d564c86c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@
# Currently the docker version on our RHEL7 VMSS uses a version which
# does not support multi-stage builds. This is a temporary stop-gap
# until we get podman working without issue
FROM registry.ci.openshift.org/openshift/release:golang-1.17 AS builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.17.7 AS builder
ENV GOOS=linux \
GOPATH=/go/
WORKDIR ${GOPATH}/src/github.com/Azure/ARO-RP