Removed ARGs for go-toolset

This commit is contained in:
Luke Powlett
2019-09-24 13:23:39 +01:00
committed by Luke J Powlett
parent ad0046ab01
commit 65edac267e

View File

@@ -14,12 +14,10 @@
ARG BASE_IMAGE=registry.access.redhat.com/ubi7/ubi-minimal ARG BASE_IMAGE=registry.access.redhat.com/ubi7/ubi-minimal
ARG BASE_TAG=7.7-98 ARG BASE_TAG=7.7-98
ARG GO_TOOLSET_IMAGE=registry.access.redhat.com/devtools/go-toolset-rhel7
ARG GO_TOOLSET_TAG=1.11.13
############################################################################### ###############################################################################
# Build stage to build Go code # Build stage to build Go code
############################################################################### ###############################################################################
FROM $GO_TOOLSET_IMAGE:$GO_TOOLSET_TAG as builder FROM registry.access.redhat.com/devtools/go-toolset-rhel7:1.11.13 as builder
# FROM docker.io/centos/go-toolset-7-centos7 as builder # FROM docker.io/centos/go-toolset-7-centos7 as builder
# The URL to download the MQ installer from in tar.gz format # The URL to download the MQ installer from in tar.gz format
# This assumes an archive containing the MQ RPM install packages # This assumes an archive containing the MQ RPM install packages