seems that while it's on the PATH, go can't be resovled w/o PATH update (#293)
Change-Id: I75a1ef5f4591c0dd5a566ff7cdc4824a1c8a37c6 Signed-off-by: nickboldt <nboldt@redhat.com>pull/296/head
parent
4414512acb
commit
3ed2a180e1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue