File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414
1515ARG BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal
1616ARG BASE_TAG=8.3-201
17- ARG GO_WORKDIR=/opt/app-root/src/ go/src/github.com/ibm-messaging/mq-container
17+ ARG GO_WORKDIR=/go/src/github.com/ibm-messaging/mq-container
1818ARG MQ_URL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/9.2.0.0-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
1919###############################################################################
2020# Build stage to build Go code
2121###############################################################################
22- FROM registry.redhat. io/ubi8/go-toolset :1.14.7-15 as builder
22+ FROM docker. io/golang :1.14.12 as builder
2323# The URL to download the MQ installer from in tar.gz format
2424# This assumes an archive containing the MQ Non-Install packages
2525ARG MQ_URL
You can’t perform that action at this time.
0 commit comments