academy

ibm-mq (9.2.1.0-r1-amd64)

Published 2023-12-20 12:37:09 +01:00 by rasmus

Installation

docker pull git.cbo.dk/academy/ibm-mq:9.2.1.0-r1-amd64
sha256:54a3e64f23f3d7a9256c6aea7f468bc1ab3b32151ef7f88cf7191a4e7eea9921

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.3-230
COPY file:74de0b85048a852b4049a063d696f147cbb20ff373e4d947d0d7b365b87977ee in /usr/local/bin/
COPY file:25c29906a08fc5c0cdee5adfa21185371e7f558677b03278b454ef09073b16d5 in /usr/local/bin/
|4 BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal BASE_TAG=8.3-230 GO_WORKDIR=/go/src/github.com/ibm-messaging/mq-container MQ_URL=http://build:8080/9.2.1.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.3-230 GO_WORKDIR=/go/src/github.com/ibm-messaging/mq-container MQ_URL=http://build:8080/9.2.1.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:dc3ae2e2e86363d68efc40e2208873daf50c4d744a1c0a303c000ede44df2f32 in /usr/local/bin/
COPY multi:ce7c6757983c2f405aa1102cc1c84a5ef93f24f0a3fc2fa875aacc17aae23688 in /usr/local/bin/
COPY file:edebb47000f2e6c387d802053240b28ba8b263a96c852897f3567207bd0e5348 in /opt/mqm/licenses/notices-container.txt
COPY dir:b7af534eda9621b0de9e6052d2838260df23346b2d072b09d7fe687f4adb7c96 in /etc/mqm/web
COPY file:4d5d9772edf00f4b508058ee08956d8f4e996f73fcc0c009aa001fd0810e627e in /etc/mqm/
|4 BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal BASE_TAG=8.3-230 GO_WORKDIR=/go/src/github.com/ibm-messaging/mq-container MQ_URL=http://build:8080/9.2.1.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.3-230
USER 0
COPY multi:5f7b5022f04317a650fc12d92351ee7d25fbbe94a9b63da2ae8cee5093cb8e1d in /opt/mqm/lib64/
COPY file:359149867149b12accf3dfb0a17d82279c87aa833df20f1cda5347873bedf335 in /etc/mqm/
COPY file:f6cedf077e8dfc3e33aa7d8c0d1aecdd032041c158f93e902e2c5fee589df87b in /etc/mqm/
|3 BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal BASE_TAG=8.3-230 GO_WORKDIR=/go/src/github.com/ibm-messaging/mq-container /bin/sh -c chmod 0660 /etc/mqm/mq.htpasswd
COPY file:543cecf0a56d592c9d25a45049fcdbb16bda7c7228fe914828ca0815e11af701 in /usr/local/bin/
|3 BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal BASE_TAG=8.3-230 GO_WORKDIR=/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.3-230 GO_WORKDIR=/go/src/github.com/ibm-messaging/mq-container /bin/sh -c mkdir -p /run/runmqdevserver && chown 1001:root /run/runmqdevserver
COPY file:fe82c3fe00fbc815545dff03f995f30694a86430c1c9039466f6bd4ae459a52b in /usr/local/bin/
COPY multi:dddbd8622bcb09004052dc47ba5e49f10f6cf2eaf183e7d2bce26797406f9872 in /etc/mqm/
COPY dir:314872ec79916fd02399a577dc0a459320cae06046396e93b0377e20de3c341f in /etc/mqm/web
|3 BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal BASE_TAG=8.3-230 GO_WORKDIR=/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=2020-12-16T11:17:10+0000
LABEL name=ibm-mqadvanced-server-dev
LABEL release=r1
LABEL run=docker run -d -e LICENSE=accept ibm-mqadvanced-server-dev:9.2.1.0-r1.20201216111427.5482487-amd64
LABEL vcs-ref=54824879c540c92a5dd89d4f404d2e38068800fe
LABEL vcs-type=git
LABEL vcs-url=git@github.ibm.com:mq-cloudpak/mq-container
LABEL version=9.2.1.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.3-230
build-date 2020-12-16T11:17:10+0000
com.redhat.build-host cpt-1003.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
name ibm-mqadvanced-server-dev
release r1
run docker run -d -e LICENSE=accept ibm-mqadvanced-server-dev:9.2.1.0-r1.20201216111427.5482487-amd64
summary IBM MQ Advanced for Developers Server
url https://www.ibm.com/products/mq/advanced
vcs-ref 54824879c540c92a5dd89d4f404d2e38068800fe
vcs-type git
vcs-url git@github.ibm.com:mq-cloudpak/mq-container
vendor IBM
version 9.2.1.0
Details
Container
2023-12-20 12:37:09 +01:00
0
OCI / Docker
linux/amd64
536 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