зеркало из https://github.com/Azure/ARO-RP.git
Switch to building with golang 1.17
This commit is contained in:
Родитель
1be3664750
Коммит
51cceb0c9f
|
@ -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.access.redhat.com/ubi7/go-toolset:1.16.12 AS builder
|
||||
FROM registry.ci.openshift.org/openshift/release:golang-1.17 AS builder
|
||||
ENV GOOS=linux \
|
||||
GOPATH=/go/
|
||||
WORKDIR ${GOPATH}/src/github.com/Azure/ARO-RP
|
||||
|
|
Загрузка…
Ссылка в новой задаче