ibm-mq (9.3.2.1-r1-amd64)
Published 2023-12-20 13:20:49 +01:00 by rasmus
Installation
docker pull git.cbo.dk/academy/ibm-mq:9.3.2.1-r1-amd64sha256:194c2557c863ce69232469d978b100c2d3296f0f37feee673bbc48b82f62b244
Image Layers
| ADD file:c98cdf319117fa910a3dfc7321ef0effa1a28c665b2f2fa73ebaa3689ade2e73 in / |
| /bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || : |
| ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem |
| ADD multi:a0d591ea758c3bb2aae175a8339f129cffea7891ee98013252c960233e9aeaca in /etc/yum.repos.d/ |
| LABEL maintainer="Red Hat, Inc." |
| LABEL com.redhat.component="ubi8-minimal-container" name="ubi8-minimal" version="8.7" |
| LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" |
| LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8." |
| LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." |
| LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal" |
| LABEL io.openshift.expose-services="" |
| LABEL io.openshift.tags="minimal rhel8" |
| ENV container oci |
| ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| CMD ["/bin/bash"] |
| /bin/sh -c rm -rf /var/log/* |
| LABEL release=1107 |
| ADD file:10b280e2321465b3393b9a8868fd316eecb7a13cf1af7eead7abbbd2a70f18f5 in /root/buildinfo/content_manifests/ubi8-minimal-container-8.7-1107.json |
| ADD file:0c1185fd8ed5b662089d2c0b0feddf98b9a31f3017b4e236cc58f63a8e595291 in /root/buildinfo/Dockerfile-ubi8-minimal-8.7-1107 |
| LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-03-28T04:02:11" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="146fdafc2595e26f5f9c1b9a2b3f36bbca8237e4" "io.k8s.description"="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.7-1107" |
| /bin/sh -c rm -f '/etc/yum.repos.d/repo-1a3a9.repo' '/etc/yum.repos.d/repo-7eb39.repo' |
| /bin/sh -c rm -f /tmp/tls-ca-bundle.pem |
| /bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || : |
| ARG MQ_URL |
| ARG BASE_IMAGE |
| ARG BASE_TAG |
| ARG GO_WORKDIR |
| LABEL summary=IBM MQ Advanced Server description=Simplify, accelerate and facilitate the reliable exchange of data with a security-rich messaging solution — trusted by the world’s most successful enterprises vendor=IBM maintainer=IBM distribution-scope=private authoritative-source-url=https://www.ibm.com/software/passportadvantage/ url=https://www.ibm.com/products/mq/advanced io.openshift.tags=mq messaging io.k8s.display-name=IBM MQ Advanced Server 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 base-image=registry.access.redhat.com/ubi8/ubi-minimal base-image-release=8.7-1107 |
| COPY /opt/mqm-redux/ /opt/mqm/ # buildkit |
| COPY setup-image.sh /usr/local/bin/ # buildkit |
| COPY install-mq-server-prereqs.sh /usr/local/bin/ # buildkit |
| RUN |4 MQ_URL= BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal BASE_TAG=8.7-1107 GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container /bin/sh -c env && chmod u+x /usr/local/bin/install-*.sh && chmod u+x /usr/local/bin/setup-image.sh && install-mq-server-prereqs.sh && setup-image.sh && /opt/mqm/bin/security/amqpamcf && chown -R 1001:root /opt/mqm/* # buildkit |
| COPY /opt/app-root/src/go/src/github.com/ibm-messaging/mq-container/runmqserver /usr/local/bin/ # buildkit |
| COPY /opt/app-root/src/go/src/github.com/ibm-messaging/mq-container/chkmq* /usr/local/bin/ # buildkit |
| COPY NOTICES.txt /opt/mqm/licenses/notices-container.txt # buildkit |
| COPY ha/native-ha.ini.tpl /etc/mqm/native-ha.ini.tpl # buildkit |
| COPY web /etc/mqm/web # buildkit |
| COPY etc/mqm/*.tpl /etc/mqm/ # buildkit |
| RUN |4 MQ_URL= BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal BASE_TAG=8.7-1107 GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container /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 # buildkit |
| EXPOSE map[1414/tcp:{} 9157/tcp:{} 9443/tcp:{}] |
| 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 |
| ENV MQ_LOGGING_CONSOLE_EXCLUDE_ID=AMQ5041I,AMQ5052I,AMQ5051I,AMQ5037I,AMQ5975I |
| ENV WLP_LOGGING_MESSAGE_FORMAT=json |
| USER 1001 |
| ENV MQ_CONNAUTH_USE_HTP=false |
| ENTRYPOINT ["runmqserver"] |
| ARG BASE_IMAGE |
| ARG BASE_TAG |
| ARG GO_WORKDIR |
| LABEL summary=IBM MQ Advanced for Developers Server description=Simplify, accelerate and facilitate the reliable exchange of data with a security-rich messaging solution — trusted by the world’s most successful enterprises vendor=IBM distribution-scope=private authoritative-source-url=https://www.ibm.com/software/passportadvantage/ url=https://www.ibm.com/products/mq/advanced io.openshift.tags=mq messaging io.k8s.display-name=IBM MQ Advanced for Developers Server 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 base-image=registry.access.redhat.com/ubi8/ubi-minimal base-image-release=8.7-1107 |
| USER 0 |
| COPY /opt/app-root/src/authservice/mqhtpass/build/mqhtpass.so /opt/mqm/lib64/ # buildkit |
| COPY etc/mqm/*.ini /etc/mqm/ # buildkit |
| COPY etc/mqm/mq.htpasswd /etc/mqm/ # buildkit |
| COPY incubating/mqadvanced-server-dev/install-extra-packages.sh /usr/local/bin/ # buildkit |
| RUN |3 BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal BASE_TAG=8.7-1107 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 # buildkit |
| COPY /opt/app-root/src/go/src/github.com/ibm-messaging/mq-container/runmqdevserver /usr/local/bin/ # buildkit |
| COPY incubating/mqadvanced-server-dev/*.tpl /etc/mqm/ # buildkit |
| COPY incubating/mqadvanced-server-dev/web /etc/mqm/web # buildkit |
| RUN |3 BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal BASE_TAG=8.7-1107 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* && chmod 0660 /etc/mqm/mq.htpasswd && install --directory --mode 2775 --owner 1001 --group root /run/runmqdevserver # buildkit |
| ENV MQ_DEV=true MQ_ENABLE_EMBEDDED_WEB_SERVER=1 MQ_GENERATE_CERTIFICATE_HOSTNAME=localhost LD_LIBRARY_PATH=/opt/mqm/lib64 MQ_CONNAUTH_USE_HTP=true MQS_PERMIT_UNKNOWN_ID=true |
| USER 1001 |
| ENTRYPOINT ["runmqdevserver"] |
Labels
| Key | Value |
|---|---|
| architecture | amd64 |
| authoritative-source-url | https://www.ibm.com/software/passportadvantage/ |
| base-image | registry.access.redhat.com/ubi8/ubi-minimal |
| base-image-release | 8.7-1107 |
| build-date | 2023-04-11T13:02:54+0000 |
| 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.buildah.version | 1.27.3 |
| 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 | p932-001-230405 |
| name | ibm-mqadvanced-server-dev |
| release | r1 |
| run | podman run -d -e LICENSE=accept ibm-mqadvanced-server-dev:9.3.2.1-r1.20230411130007.96135e8-amd64 |
| summary | IBM MQ Advanced for Developers Server |
| url | https://www.ibm.com/products/mq/advanced |
| vcs-ref | 96135e8d109149e30e5743875285b68b2b663817 |
| vcs-type | git |
| vcs-url | git@github.ibm.com:mq-cloudpak/mq-container |
| vendor | IBM |
| version | 9.3.2.1 |
Details
2023-12-20 13:20:49 +01:00
Versions (93)
View all
Container
0
OCI / Docker
linux/amd64
990 MiB
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