seems that while it's on the PATH, go can't be resovled w/o PATH update (#292)

Change-Id: I75a1ef5f4591c0dd5a566ff7cdc4824a1c8a37c6
Signed-off-by: nickboldt <nboldt@redhat.com>
pull/294/head
Nick Boldt 2020-05-29 23:06:12 -04:00 committed by GitHub
parent 5c8eb12951
commit 13fc81f695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@
# NOTE: since updateBaseImages.sh does not support other registries than RHCC, update to RHEL8
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/devtools/go-toolset-rhel7
FROM registry.access.redhat.com/devtools/go-toolset-rhel7:1.13.4-18 as builder
ENV GOPATH=/go/
ENV PATH=/opt/rh/go-toolset-1.13/root/usr/bin:${PATH} \
GOPATH=/go/
USER root
ADD . /che-operator