Skip to content

Commit 611f137

Browse files
bhavyahemGitHub Enterprise
authored andcommitted
Re-version to 9.4.3.1-r2 (#1023)
1 parent cb9c919 commit 611f137

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ env:
2323
global:
2424
- MAIN_BRANCH=v9.4.3
2525
- TAGCACHE_FILE=tagcache
26-
- RELEASE=r1
27-
- BASE_MQ_LOCKED=true
26+
- RELEASE=r2
27+
- BASE_MQ_LOCKED=false
2828
- FEATURE_BUILD_OVERRIDE=false
2929
- DELIVERY_REGISTRY_NAMESPACE_OVERRIDE=hyc-mq-container-team-docker-local/travis-master
3030

Dockerfile-server

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
# limitations under the License.
1414

1515
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal
16-
ARG BASE_TAG=9.6-1754584681
16+
ARG BASE_TAG=9.6-1755695350
1717
ARG BUILDER_IMAGE=registry.access.redhat.com/ubi9/go-toolset
18-
ARG BUILDER_TAG=1.24.4-1755074415
18+
ARG BUILDER_TAG=1.24.6-1756993846
1919
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
2020
ARG MQ_ARCHIVE="downloads/9.4.3.1-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
2121

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ibm-messaging/mq-container
22

3-
go 1.24.4
3+
go 1.24.6
44

55
require (
66
github.com/fsnotify/fsnotify v1.8.0

pipeline.env

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
###########################################################################################################################################################
22

3-
BASE_MQ_LOCKED=true
3+
BASE_MQ_LOCKED=false
44
MAIN_BRANCH=v9.4.3
55
LTS=false
6-
RELEASE=r1
6+
RELEASE=r2
7+
CBI_TAG=1.24.6-9.6-1755695350-05092025_094059
78
###########################################################################################################################################################

travis-build-scripts/go-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
set -ex
2121

22-
GO_VERSION="1.24.4"
22+
GO_VERSION="1.24.6"
2323
sudo rm -rf /usr/local/go
2424
DOWNLOAD_URL="https://go.dev/dl/go${GO_VERSION}.linux-${ARCH}.tar.gz"
2525
curl -fLo go.tar.gz "${DOWNLOAD_URL}"

0 commit comments

Comments
 (0)