You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rpm: fix missing GOTOOLCHAIN=local in centos, rhel Dockerfiles
Commit a4090a0 added GOTOOLCHAIN=local,
but for some reason missed the centos Dockerfiles.
The env-var is set to make sure we don't get unexpected updates of the go
toolchain when building. We need to set this env-var, because we're not using
the official golang image as base-image, but instead copy the binaries into
a distro-image.
This patch adds the missing GOTOOLCHAIN env-vars.
Signed-off-by: Sebastiaan van Stijn <[email protected]>
0 commit comments