Updated UBI Image and Go ToolSet

This commit is contained in:
Amrit Kandola
2020-05-22 17:32:26 +01:00
committed by Luke J Powlett
parent 394cb56ba0
commit 59baa97e91

View File

@@ -13,11 +13,11 @@
# limitations under the License. # limitations under the License.
ARG BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal ARG BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal
ARG BASE_TAG=8.1-407 ARG BASE_TAG=8.2-267
############################################################################### ###############################################################################
# Build stage to build Go code # Build stage to build Go code
############################################################################### ###############################################################################
FROM registry.redhat.io/ubi8/go-toolset:1.12.8-32 as builder FROM registry.redhat.io/ubi8/go-toolset:1.13.4-15 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