Updated go-toolset version
This commit is contained in:
committed by
Luke J Powlett
parent
dc4675b99a
commit
7dee4c82aa
@@ -26,9 +26,9 @@ services:
|
|||||||
|
|
||||||
go_import_path: "github.com/ibm-messaging/mq-container"
|
go_import_path: "github.com/ibm-messaging/mq-container"
|
||||||
|
|
||||||
cache:
|
# cache:
|
||||||
directories:
|
# directories:
|
||||||
- downloads
|
# - downloads
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ ARG BASE_TAG=8.2-301.1593113563
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# Build stage to build Go code
|
# Build stage to build Go code
|
||||||
###############################################################################
|
###############################################################################
|
||||||
FROM registry.redhat.io/ubi8/go-toolset:1.13.4-15 as builder
|
FROM registry.redhat.io/ubi8/go-toolset:1.13.4-22 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
|
||||||
|
|||||||
Reference in New Issue
Block a user