• Joined on 2023-02-12

mq-container (9.4.1.0-amd64)

Published 2024-10-30 23:36:01 +01:00 by rasmus

Installation

docker pull git.cbo.dk/rasmus/mq-container:9.4.1.0-amd64
sha256:3bd586f9c05017cbc345fb875a4a270fb87777c6b5d0a6fa05d9c70eefd2ed12

Image Layers

ADD file:f7962bcea8426558f5511299e708fc6b7f7c85bd2c87cf668f4ad792bf3679df in /
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
ADD file:5b1f650e1376d79fa3a65df4a154ea5166def95154b52c1c1097dfd8fc7d58eb in /tmp/tls-ca-bundle.pem
ADD multi:d851b7f6b461892ebd008971ee8858113becab621ea011cd6ca3834693892de0 in /etc/yum.repos.d/
LABEL maintainer="Red Hat, Inc."
LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.4"
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 9."
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 9 Minimal"
LABEL io.openshift.expose-services=""
LABEL io.openshift.tags="minimal rhel9"
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/*
ADD file:b61dc232d84be84b398c4a9d319ce263c1e698a1f3e41122b4989b26ae411742 in /root/buildinfo/content_manifests/ubi9-minimal-container-9.4-1227.1726694542.json
ADD file:3763314761ee75f4c50d08cca38184a1368ca6d78d98ed9b3df4d4a28ce9a60f in /root/buildinfo/Dockerfile-ubi9-minimal-9.4-1227.1726694542
LABEL "release"="1227.1726694542" "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2024-09-18T21:23:26" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="94baa7760359088a42ad33dc22d329a5ee2c7209" "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/ubi9-minimal/images/9.4-1227.1726694542"
/bin/sh -c rm -f '/etc/yum.repos.d/odcs-3496922-3d51b.repo' '/etc/yum.repos.d/rhel-9.4-compose-34ae9.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=registry.access.redhat.com/ubi9/ubi-minimal
ARG BASE_TAG=9.4-1227.1726694542
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
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/ubi9/ubi-minimal base-image-release=9.4-1227.1726694542
COPY --chown=1001:root /opt/mqm-redux/ /opt/mqm/ # buildkit
COPY --chown=1001:root setup-image.sh /usr/local/bin/ # buildkit
COPY --chown=1001:root install-mq-server-prereqs.sh /usr/local/bin/ # buildkit
RUN |4 MQ_URL= BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal BASE_TAG=9.4-1227.1726694542 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 # buildkit
COPY --chown=1001:root /opt/app-root/src/go/src/github.com/ibm-messaging/mq-container/runmqserver /usr/local/bin/ # buildkit
COPY --chown=1001:root /opt/app-root/src/go/src/github.com/ibm-messaging/mq-container/chkmq* /usr/local/bin/ # buildkit
COPY --chown=1001:root ha/*.ini.tpl /etc/mqm/ # buildkit
COPY --chown=1001:root web /etc/mqm/web # buildkit
COPY --chown=1001:root etc/mqm/*.tpl /etc/mqm/ # buildkit
RUN |4 MQ_URL= BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal BASE_TAG=9.4-1227.1726694542 GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container /bin/sh -c ln -s /run/mqwebcontainer.xml /etc/mqm/web/installations/Installation1/servers/mqweb/mqwebcontainer.xml && ln -s /run/tls.xml /etc/mqm/web/installations/Installation1/servers/mqweb/tls.xml && ln -s /run/jvm.options /etc/mqm/web/installations/Installation1/servers/mqweb/configDropins/defaults/jvm.options && ln -s /run/15-tls.mqsc /etc/mqm/15-tls.mqsc && ln -s /run/10-native-ha.ini /etc/mqm/10-native-ha.ini && ln -s /run/10-native-ha-instance.ini /etc/mqm/10-native-ha-instance.ini && ln -s /run/10-native-ha-keystore.ini /etc/mqm/10-native-ha-keystore.ini && chown -R 1001:root /etc/mqm/* # buildkit
RUN |4 MQ_URL= BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal BASE_TAG=9.4-1227.1726694542 GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container /bin/sh -c touch /run/termination-log && chown 1001:root /run/termination-log && chmod 0660 /run/termination-log && chmod -R g+w /etc/mqm/web && chmod 0660 /etc/mqm/web/installations/Installation1/servers/mqweb/mqwebuser.xml # buildkit
EXPOSE map[1414/tcp:{} 9157/tcp:{} 9415/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=C 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=registry.access.redhat.com/ubi9/ubi-minimal
ARG BASE_TAG=9.4-1227.1726694542
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
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/ubi9/ubi-minimal base-image-release=9.4-1227.1726694542
USER 0
COPY /opt/app-root/src/authservice/mqsimpleauth/build/mqsimpleauth.so /opt/mqm/lib64/ # buildkit
COPY --chown=1001:root etc/mqm/qm-service-component.ini.default /etc/mqm/ # buildkit
COPY --chown=1001:root /opt/app-root/src/go/src/github.com/ibm-messaging/mq-container/runmqdevserver /usr/local/bin/ # buildkit
COPY --chown=1001:root incubating/mqadvanced-server-dev/*.tpl /etc/mqm/ # buildkit
COPY --chown=1001:root incubating/mqadvanced-server-dev/web /etc/mqm/web # buildkit
RUN |7 MQ_URL= BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal BASE_TAG=9.4-1227.1726694542 GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal BASE_TAG=9.4-1227.1726694542 GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container /bin/sh -c ln -s /run/10-dev.mqsc /etc/mqm/10-dev.mqsc && ln -s /run/20-dev-tls.mqsc /etc/mqm/20-dev-tls.mqsc && chown --no-dereference 1001:root /etc/mqm/*.mqsc # buildkit
RUN |7 MQ_URL= BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal BASE_TAG=9.4-1227.1726694542 GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal BASE_TAG=9.4-1227.1726694542 GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container /bin/sh -c chmod -R g+w /etc/mqm/web && ln -s /run/qm-service-component.ini /etc/mqm/qm-service-component.ini && chown --no-dereference 1001:root /etc/mqm/qm-service-component.ini # 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/ubi9/ubi-minimal
base-image-release 9.4-1227.1726694542
build-date 2024-10-30T23:35:59+0100
com.redhat.component ubi9-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.29.0
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 1227.1726694542
run podman run -d -e LICENSE=accept ibm-mqadvanced-server-dev:9.4.1.0-amd64
summary IBM MQ Advanced for Developers Server
url https://www.ibm.com/products/mq/advanced
vcs-ref c8d445ed6ae25f683d1ee2126e9dc04597c22875
vcs-type git
vcs-url https://git.cbo.dk/rasmus/mq-container.git
vendor IBM
version 9.4.1.0
Details
Container
2024-10-30 23:36:01 +01:00
1
OCI / Docker
linux/amd64
609 MiB
Versions (4) View all
ubi9 2024-10-30
9.4.1.0-amd64 2024-10-30
ubi9-mqclient 2024-10-30
ubi9-client 2024-10-30