academy

ibm-mq (9.2.5.0-r2-amd64)

Published 2023-12-20 12:52:46 +01:00 by rasmus

Installation

docker pull git.cbo.dk/academy/ibm-mq:9.2.5.0-r2-amd64
sha256:0d6a818f188b28523c7a59e202b5bb27acaa8ddd4685e0d5ba1a8fa4afe74603

Image Layers

ARG MQ_URL
ARG BASE_IMAGE
ARG BASE_TAG
ARG GO_WORKDIR
LABEL summary=IBM MQ Advanced Server
LABEL description=Simplify, accelerate and facilitate the reliable exchange of data with a security-rich messaging solution — trusted by the world’s most successful enterprises
LABEL vendor=IBM
LABEL maintainer=IBM
LABEL distribution-scope=private
LABEL authoritative-source-url=https://www.ibm.com/software/passportadvantage/
LABEL url=https://www.ibm.com/products/mq/advanced
LABEL io.openshift.tags=mq messaging
LABEL io.k8s.display-name=IBM MQ Advanced Server
LABEL io.k8s.description=Simplify, accelerate and facilitate the reliable exchange of data with a security-rich messaging solution — trusted by the world’s most successful enterprises
LABEL base-image=registry.redhat.io/ubi8/ubi-minimal
LABEL base-image-release=8.5-240.1648458092
COPY file:74de0b85048a852b4049a063d696f147cbb20ff373e4d947d0d7b365b87977ee in /usr/local/bin/
COPY file:163d9dc38f595e70f8d9e5b9b12a76c51133311eab90edb48fc9c9dd840b641a in /usr/local/bin/
|4 BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal BASE_TAG=8.5-240.1648458092 GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container MQ_URL=http://build:8080/9.2.5.0-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz /bin/sh -c env && mkdir /opt/mqm && chmod u+x /usr/local/bin/install-*.sh && sleep 1 && install-mq-server-prereqs.sh && install-mq.sh && /opt/mqm/bin/security/amqpamcf && chown -R 1001:root /opt/mqm/*
|4 BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal BASE_TAG=8.5-240.1648458092 GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container MQ_URL=http://build:8080/9.2.5.0-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz /bin/sh -c mkdir -p /run/runmqserver && chown 1001:root /run/runmqserver
COPY file:775e9aaeaaa777e944748362e59dcb69a15f625c9a2db2b026822bed66aa3acb in /usr/local/bin/
COPY multi:5caf2b38643678ad3627ba73fb9067a729a2fcb9c0e8ff90c2652abca6ab0469 in /usr/local/bin/
COPY file:edebb47000f2e6c387d802053240b28ba8b263a96c852897f3567207bd0e5348 in /opt/mqm/licenses/notices-container.txt
COPY file:fb55849aee5e85c2062d1d31628d48d652346709347886a51c2127bd36cb6ff1 in /etc/mqm/native-ha.ini.tpl
COPY dir:e357422be6bf641436a61494b71b5e2b51dadad468b820f81d6ac81aceb55247 in /etc/mqm/web
COPY file:4d5d9772edf00f4b508058ee08956d8f4e996f73fcc0c009aa001fd0810e627e in /etc/mqm/
|4 BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal BASE_TAG=8.5-240.1648458092 GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container MQ_URL=http://build:8080/9.2.5.0-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz /bin/sh -c chmod ug+x /usr/local/bin/runmqserver && chown 1001:root /usr/local/bin/*mq* && chmod ug+x /usr/local/bin/chkmq* && chown -R 1001:root /etc/mqm/* && install --directory --mode 2775 --owner 1001 --group root /run/runmqserver && touch /run/termination-log && chown 1001:root /run/termination-log && chmod 0660 /run/termination-log && chmod -R g+w /etc/mqm/web
EXPOSE 1414 9157 9443
ENV MQ_OVERRIDE_DATA_PATH=/mnt/mqm/data MQ_OVERRIDE_INSTALLATION_NAME=Installation1 MQ_USER_NAME=mqm PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/mqm/bin
ENV MQ_GRACE_PERIOD=30
ENV LANG=en_US.UTF-8 AMQ_DIAGNOSTIC_MSG_SEVERITY=1 AMQ_ADDITIONAL_JSON_LOG=1 LOG_FORMAT=basic
USER 1001
ENV MQ_CONNAUTH_USE_HTP=false
ENTRYPOINT ["runmqserver"]
ARG BASE_IMAGE
ARG BASE_TAG
ARG GO_WORKDIR
ENV MQ_DEV=true
LABEL summary=IBM MQ Advanced for Developers Server
LABEL description=Simplify, accelerate and facilitate the reliable exchange of data with a security-rich messaging solution — trusted by the world’s most successful enterprises
LABEL vendor=IBM
LABEL distribution-scope=private
LABEL authoritative-source-url=https://www.ibm.com/software/passportadvantage/
LABEL url=https://www.ibm.com/products/mq/advanced
LABEL io.openshift.tags=mq messaging
LABEL io.k8s.display-name=IBM MQ Advanced for Developers Server
LABEL io.k8s.description=Simplify, accelerate and facilitate the reliable exchange of data with a security-rich messaging solution — trusted by the world’s most successful enterprises
LABEL base-image=registry.redhat.io/ubi8/ubi-minimal
LABEL base-image-release=8.5-240.1648458092
USER 0
COPY file:d16dbd18619fbb2fda4454b3a94ae0bd32d88300e68130b826731921576d808c in /opt/mqm/lib64/
COPY file:14e173f3dfb278eb332a89d98493294d824250a738da1fd0a17a2f209728c0d2 in /etc/mqm/
COPY file:f6cedf077e8dfc3e33aa7d8c0d1aecdd032041c158f93e902e2c5fee589df87b in /etc/mqm/
|3 BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal BASE_TAG=8.5-240.1648458092 GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container /bin/sh -c chmod 0660 /etc/mqm/mq.htpasswd
COPY file:749c034e86ef1090396f610d89cf8a357a4f6fe22096514854dce65f402e415e in /usr/local/bin/
|3 BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal BASE_TAG=8.5-240.1648458092 GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container /bin/sh -c chmod u+x /usr/local/bin/install-extra-packages.sh && sleep 1 && install-extra-packages.sh
|3 BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal BASE_TAG=8.5-240.1648458092 GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container /bin/sh -c mkdir -p /run/runmqdevserver && chown 1001:root /run/runmqdevserver
COPY file:10956e1f836c7133b62fbe7b10daaf61bd50c0325a47c5f4a479550f8ba040eb in /usr/local/bin/
COPY multi:dddbd8622bcb09004052dc47ba5e49f10f6cf2eaf183e7d2bce26797406f9872 in /etc/mqm/
COPY dir:0aa1c2fb3d8b3775e7b5ca0cc7902530444804f73c9b7d42e39cac07fbffd4ab in /etc/mqm/web
|3 BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal BASE_TAG=8.5-240.1648458092 GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container /bin/sh -c chown -R 1001:root /etc/mqm/* && chmod -R g+w /etc/mqm/web && chmod +x /usr/local/bin/runmq* && install --directory --mode 2775 --owner 1001 --group root /run/runmqdevserver
ENV MQ_ENABLE_EMBEDDED_WEB_SERVER=1 MQ_GENERATE_CERTIFICATE_HOSTNAME=localhost
ENV LD_LIBRARY_PATH=/opt/mqm/lib64
ENV MQ_CONNAUTH_USE_HTP=true
ENV MQS_PERMIT_UNKNOWN_ID=true
USER 1001
ENTRYPOINT ["runmqdevserver"]
LABEL architecture=amd64
LABEL build-date=2022-04-12T14:33:55+0000
LABEL mq-build=p925-L220207-CSU01-L220405.DE
LABEL name=ibm-mqadvanced-server-dev
LABEL release=r2
LABEL run=podman run -d -e LICENSE=accept ibm-mqadvanced-server-dev:9.2.5.0-r2.20220412142950.c4ce0b1-amd64
LABEL vcs-ref=c4ce0b1ab44828837033b13c56ebd8558c57de6d
LABEL vcs-type=git
LABEL vcs-url=git@github.ibm.com:mq-cloudpak/mq-container
LABEL version=9.2.5.0

Labels

Key Value
architecture amd64
authoritative-source-url https://www.ibm.com/software/passportadvantage/
base-image registry.redhat.io/ubi8/ubi-minimal
base-image-release 8.5-240.1648458092
build-date 2022-04-12T14:33:55+0000
com.redhat.build-host cpt-1008.osbs.prod.upshift.rdu2.redhat.com
com.redhat.component ubi8-minimal-container
com.redhat.license_terms https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI
description Simplify, accelerate and facilitate the reliable exchange of data with a security-rich messaging solution — trusted by the world’s most successful enterprises
distribution-scope private
io.k8s.description Simplify, accelerate and facilitate the reliable exchange of data with a security-rich messaging solution — trusted by the world’s most successful enterprises
io.k8s.display-name IBM MQ Advanced for Developers Server
io.openshift.expose-services
io.openshift.tags mq messaging
maintainer IBM
mq-build p925-L220207-CSU01-L220405.DE
name ibm-mqadvanced-server-dev
release r2
run podman run -d -e LICENSE=accept ibm-mqadvanced-server-dev:9.2.5.0-r2.20220412142950.c4ce0b1-amd64
summary IBM MQ Advanced for Developers Server
url https://www.ibm.com/products/mq/advanced
vcs-ref c4ce0b1ab44828837033b13c56ebd8558c57de6d
vcs-type git
vcs-url git@github.ibm.com:mq-cloudpak/mq-container
vendor IBM
version 9.2.5.0
Details
Container
2023-12-20 12:52:46 +01:00
0
OCI / Docker
linux/amd64
613 MiB
Versions (93) View all
9.3.4.0-r1 2023-12-20
latest 2023-12-20
9.3.3.2-r3 2023-12-20
9.3.4.0-r1-amd64 2023-12-20
9.3.3.2-r3-amd64 2023-12-20