Merge pull request #355 from mq-cloudpak/sjh-dec-updates

Updates for December LTS release
This commit is contained in:
Tom Jefferson
2022-12-06 17:57:38 +00:00
committed by GitHub Enterprise
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ env:
global: global:
- MAIN_BRANCH=v9.3.0.x - MAIN_BRANCH=v9.3.0.x
- TAGCACHE_FILE=tagcache - TAGCACHE_FILE=tagcache
- RELEASE=r3 - RELEASE=r4
go_import_path: "github.com/ibm-messaging/mq-container" go_import_path: "github.com/ibm-messaging/mq-container"

View File

@@ -13,7 +13,7 @@
# limitations under the License. # limitations under the License.
ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal
ARG BASE_TAG=8.7-923 ARG BASE_TAG=8.7-923.1669829893
ARG BUILDER_IMAGE=registry.access.redhat.com/ubi8/go-toolset ARG BUILDER_IMAGE=registry.access.redhat.com/ubi8/go-toolset
ARG BUILDER_TAG=1.17.12-11 ARG BUILDER_TAG=1.17.12-11
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container