Skip to content

Commit

Permalink
Update go and ubi-minimal (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aishwarya S Kulkarni authored and GitHub Enterprise committed Oct 13, 2023
1 parent bd62698 commit 67285d5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@
* Fixed the signal handler so that it correctly processes control signals if a termination signal is received before startup is complete
* The default value for the environment variable MQ_LOGGING_CONSOLE_SOURCE is now "qmgr,web" instead of "qmgr".

## 9.3.3.2-r1 (2023-10)

* Updated to MQ version 9.3.3.0

## 9.3.3.1-r1 (2023-08)

* Updated to MQ version 9.3.3.0

## 9.3.3.0-r2 (2023-07)

* Updated to MQ version 9.3.3.0

## 9.3.3.0 (2023-06)

* Updated to MQ version 9.3.3.0
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-server
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# limitations under the License.

ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal
ARG BASE_TAG=8.8-1037
ARG BASE_TAG=8.8-1072.1696517598
ARG BUILDER_IMAGE=registry.access.redhat.com/ubi8/go-toolset
ARG BUILDER_TAG=1.19.10-10
ARG BUILDER_TAG=1.19.10-16.1696540524
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
ARG MQ_ARCHIVE="downloads/9.3.4.0-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"

Expand Down

0 comments on commit 67285d5

Please sign in to comment.