2025-02-05 21:06:18 UTC
140 MB
1.17
MARIADB_VERSION10.11.11
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:9d561c17444a5f9cb82fc40d3d0e3f59b9f53e51dfb1c9e3d71c5c3ff898d151 - 26.94% (37.6 MB)
[#001] sha256:adc97f92dbce4567ee13d265c17bca44426acd9f0e61a1f559344ae03bb336d2 - 0.0% (453 Bytes)
[#002] sha256:66d8cbeaecc505dc9caab52b592b5e96ad1f2d3c29287b897550255ae352f9c5 - 0.0% (882 Bytes)
[#003] sha256:c8350fc96493f94fab690694667f8be6e6a2202cfe346b7bff4f5b3c447a2df0 - 0.67% (960 KB)
[#004] sha256:269f7865c4fc6f9083c95caed601b6e522545a863033e3cf184bb2af63476534 - 0.0% (338 Bytes)
[#005] sha256:50ca1504962ac74fa00f30c30d9ec2eb3f68c0859f3ec384fbc0a139ef2a0df4 - 0.0% (314 Bytes)
[#006] sha256:26aa525ac44de811f849dc9392372471170692e3c264c7ff09ab9c0392c39d8f - 72.38% (101 MB)
[#007] sha256:2ef3e21c010dcd9c192304aef528950f7e1f9922b785c26c8369a926ee92f3b1 - 0.0% (116 Bytes)
[#008] sha256:f1926cd0d030b59b0998423701ade8575c307e2928ffcb26ecab6898f26b8325 - 0.0% (3.92 KB)
[#009] sha256:9f5d032c2b84408f6e5aad1249cd13d4f8ccaff4fa660270da864112954b8750 - 0.01% (8.17 KB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) 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."
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL 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."
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) ENV container oci
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) COPY dir:df27096315f97be2134faf11df5dc31f92c8dd671e0b8267905e1f2330865336 in /
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-02-05 21:06:18 UTC/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-03-25T14:59:41" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="63823c7605fee63261a8e33cad8085bc4bb24676" "build-date"="2025-03-25T14:50:12Z" "release"="1742914212"
2025-02-05 21:06:18 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:63823c7605fee63261a8e33cad8085bc4bb24676-linux-x86-64)/bin/sh
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c groupadd --gid 999 -r mysql && useradd -r -g mysql mysql --home-dir /var/lib/mysql --uid 999 # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)ENV GOSU_VERSION=1.17
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; rpmArch="$(rpm --query --queryformat='%{ARCH}' rpm)"; case "$rpmArch" in aarch64) dpkgArch='arm64' ;; armv7*) dpkgArch='armhf' ;; i686) dpkgArch='i386' ;; ppc64le) dpkgArch='ppc64el' ;; s390x|riscv64) dpkgArch=$rpmArch ;; x86_64) dpkgArch='amd64' ;; *) echo >&2 "error: unknown/unsupported architecture '$rpmArch'"; exit 1 ;; esac; curl --fail --location --output /usr/local/bin/gosu https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${dpkgArch} ; curl --fail --location --output /usr/local/bin/gosu.asc https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${dpkgArch}.asc; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; chmod a+x /usr/local/bin/gosu; gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; gpgconf --kill all; rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc; gosu --version; gosu nobody true # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)COPY --chmod=0644 docker.cnf /etc/my.cnf.d/ # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)COPY MariaDB.repo /etc/yum.repos.d/ # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)LABEL name=MariaDB Server vendor=MariaDB Community version=10.11.11 release=Refer to Annotations org.opencontainers.image.{revision,source} summary=MariaDB Database description=MariaDB Database for relational SQL
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=MariaDB Community org.opencontainers.image.title=MariaDB Database org.opencontainers.image.description=MariaDB Database for relational SQL org.opencontainers.image.documentation=https://hub.docker.com/_/mariadb/ org.opencontainers.image.base.name=docker.io/redhat/ubi9-minimal org.opencontainers.image.licenses=GPL-2.0 org.opencontainers.image.source=https://github.com/MariaDB/mariadb-docker org.opencontainers.image.vendor=MariaDB Community org.opencontainers.image.version=10.11.11 org.opencontainers.image.url=https://github.com/MariaDB/mariadb-docker
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)ARG MARIADB_VERSION=10.11.11
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)ENV MARIADB_VERSION=10.11.11
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=10.11.11 /bin/sh -c set -eux ; curl --fail https://pagure.io/fedora-web/websites/raw/master/f/sites/getfedora.org/static/keys/FF8AD1344597106ECE813B918A3872BF3228467C.txt --output /tmp/epelkey.txt ; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME ; gpg --batch --import /tmp/epelkey.txt ; gpg --batch --armor --export FF8AD1344597106ECE813B918A3872BF3228467C > /tmp/epelkey.txt ; rpmkeys --import /tmp/epelkey.txt ; curl --fail https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm --output /tmp/epel-release-latest-9.noarch.rpm ; rpm -K /tmp/epel-release-latest-9.noarch.rpm ; rpm -ivh /tmp/epel-release-latest-9.noarch.rpm ; rm /tmp/epelkey.txt /tmp/epel-release-latest-9.noarch.rpm ; curl --fail https://supplychain.mariadb.com/MariaDB-Server-GPG-KEY --output /tmp/MariaDB-Server-GPG-KEY ; gpg --batch --import /tmp/MariaDB-Server-GPG-KEY; gpg --batch --armor --export 177F4010FE56CA3336300305F1656F24C74CD1D8 > /tmp/MariaDB-Server-GPG-KEY ; rpmkeys --import /tmp/MariaDB-Server-GPG-KEY ; rm -rf "$GNUPGHOME" /tmp/MariaDB-Server-GPG-KEY ; unset GNUPGHOME ; microdnf update -y ; microdnf reinstall -y tzdata ; microdnf install -y procps-ng zstd xz jemalloc pwgen pv util-linux-core ; mkdir -p /etc/mysql/conf.d /etc/mysql/mariadb.conf.d/ /var/lib/mysql/mysql /run/mariadb /usr/lib64/galera ; chmod ugo+rwx,o+t /run/mariadb ; microdnf install -y MariaDB-backup-${MARIADB_VERSION} MariaDB-server-${MARIADB_VERSION} ; ln -s /usr/lib64/galera-4/libgalera_smm.so /usr/lib/libgalera_smm.so ; ln -s /usr/lib64/galera-4/libgalera_smm.so /usr/lib64/galera/libgalera_smm.so ; microdnf clean all ; rmdir /var/lib/mysql/mysql ; chown -R mysql:mysql /var/lib/mysql /run/mariadb ; mkdir /licenses ; ln -s /usr/share/doc/MariaDB-server-${MARIADB_VERSION}/COPYING /licenses/GPL-2 ; ln -s /usr/share/licenses /licenses/package-licenses ; ln -s Apache-2.0-license /licenses/gosu # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/mysql]
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=10.11.11 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)COPY healthcheck.sh /usr/local/bin/healthcheck.sh # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)USER mysql
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)EXPOSE map[3306/tcp:{}]
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)CMD ["mariadbd"]
2025-02-05 21:06:18 UTC
136 MB
1.17
MARIADB_VERSION10.11.11
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:7b061f511294c383e785796c55415ec3bed7fbb0a98d6cee8c8c6a1436d4ada8 - 26.33% (35.8 MB)
[#001] sha256:3d6607d3dbc4fd04e0d544f944d20a47a5af1fa8a7520e1f37683ab236e23734 - 0.0% (456 Bytes)
[#002] sha256:13aa4d5a2c1d37d62bfc9830b968f973fb5e565fd259a7f94226e188068f17fe - 0.0% (889 Bytes)
[#003] sha256:eea97461e9c1d33f159c76c0689f8f0a063d210a4793c16343b9c3b26003d2a3 - 0.64% (892 KB)
[#004] sha256:1692d877715e3a351ff08fa6da94a3865fb571cb5a0f0e3483a01b489fa8b750 - 0.0% (334 Bytes)
[#005] sha256:73c302f2071988f1e323017670dad9b907b92079450a93e3d48849a6ec832470 - 0.0% (309 Bytes)
[#006] sha256:b929e29c92cf9975fd0e0e8241cd81f8d09f9d0330f954ccb081eedfddbe1d39 - 73.02% (99.4 MB)
[#007] sha256:5e57afe6d2d30287a1318cfc6cca9c8b7a2a04325d690234933dd867a0fb3687 - 0.0% (116 Bytes)
[#008] sha256:930dce75a9337f6a4dbbc4588161e05bf8612d2ab5f3818391768029441ea364 - 0.0% (3.93 KB)
[#009] sha256:52fd282c94a4686a3e2035e8214057acdb035638c60f9575c363e1afa53189de - 0.01% (8.17 KB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) 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."
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL 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."
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) ENV container oci
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) COPY dir:36dabe56d778e21d6cac6872809f7ae0932c9956fe7621a40aed471a4eb28b35 in /
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-02-05 21:06:18 UTC/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-03-25T15:04:42" "architecture"="aarch64" "vcs-type"="git" "vcs-ref"="63823c7605fee63261a8e33cad8085bc4bb24676" "build-date"="2025-03-25T14:50:12Z" "release"="1742914212"
2025-02-05 21:06:18 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:63823c7605fee63261a8e33cad8085bc4bb24676-linux-arm64)/bin/sh
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c groupadd --gid 999 -r mysql && useradd -r -g mysql mysql --home-dir /var/lib/mysql --uid 999 # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)ENV GOSU_VERSION=1.17
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; rpmArch="$(rpm --query --queryformat='%{ARCH}' rpm)"; case "$rpmArch" in aarch64) dpkgArch='arm64' ;; armv7*) dpkgArch='armhf' ;; i686) dpkgArch='i386' ;; ppc64le) dpkgArch='ppc64el' ;; s390x|riscv64) dpkgArch=$rpmArch ;; x86_64) dpkgArch='amd64' ;; *) echo >&2 "error: unknown/unsupported architecture '$rpmArch'"; exit 1 ;; esac; curl --fail --location --output /usr/local/bin/gosu https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${dpkgArch} ; curl --fail --location --output /usr/local/bin/gosu.asc https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${dpkgArch}.asc; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; chmod a+x /usr/local/bin/gosu; gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; gpgconf --kill all; rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc; gosu --version; gosu nobody true # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)COPY --chmod=0644 docker.cnf /etc/my.cnf.d/ # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)COPY MariaDB.repo /etc/yum.repos.d/ # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)LABEL name=MariaDB Server vendor=MariaDB Community version=10.11.11 release=Refer to Annotations org.opencontainers.image.{revision,source} summary=MariaDB Database description=MariaDB Database for relational SQL
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=MariaDB Community org.opencontainers.image.title=MariaDB Database org.opencontainers.image.description=MariaDB Database for relational SQL org.opencontainers.image.documentation=https://hub.docker.com/_/mariadb/ org.opencontainers.image.base.name=docker.io/redhat/ubi9-minimal org.opencontainers.image.licenses=GPL-2.0 org.opencontainers.image.source=https://github.com/MariaDB/mariadb-docker org.opencontainers.image.vendor=MariaDB Community org.opencontainers.image.version=10.11.11 org.opencontainers.image.url=https://github.com/MariaDB/mariadb-docker
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)ARG MARIADB_VERSION=10.11.11
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)ENV MARIADB_VERSION=10.11.11
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=10.11.11 /bin/sh -c set -eux ; curl --fail https://pagure.io/fedora-web/websites/raw/master/f/sites/getfedora.org/static/keys/FF8AD1344597106ECE813B918A3872BF3228467C.txt --output /tmp/epelkey.txt ; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME ; gpg --batch --import /tmp/epelkey.txt ; gpg --batch --armor --export FF8AD1344597106ECE813B918A3872BF3228467C > /tmp/epelkey.txt ; rpmkeys --import /tmp/epelkey.txt ; curl --fail https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm --output /tmp/epel-release-latest-9.noarch.rpm ; rpm -K /tmp/epel-release-latest-9.noarch.rpm ; rpm -ivh /tmp/epel-release-latest-9.noarch.rpm ; rm /tmp/epelkey.txt /tmp/epel-release-latest-9.noarch.rpm ; curl --fail https://supplychain.mariadb.com/MariaDB-Server-GPG-KEY --output /tmp/MariaDB-Server-GPG-KEY ; gpg --batch --import /tmp/MariaDB-Server-GPG-KEY; gpg --batch --armor --export 177F4010FE56CA3336300305F1656F24C74CD1D8 > /tmp/MariaDB-Server-GPG-KEY ; rpmkeys --import /tmp/MariaDB-Server-GPG-KEY ; rm -rf "$GNUPGHOME" /tmp/MariaDB-Server-GPG-KEY ; unset GNUPGHOME ; microdnf update -y ; microdnf reinstall -y tzdata ; microdnf install -y procps-ng zstd xz jemalloc pwgen pv util-linux-core ; mkdir -p /etc/mysql/conf.d /etc/mysql/mariadb.conf.d/ /var/lib/mysql/mysql /run/mariadb /usr/lib64/galera ; chmod ugo+rwx,o+t /run/mariadb ; microdnf install -y MariaDB-backup-${MARIADB_VERSION} MariaDB-server-${MARIADB_VERSION} ; ln -s /usr/lib64/galera-4/libgalera_smm.so /usr/lib/libgalera_smm.so ; ln -s /usr/lib64/galera-4/libgalera_smm.so /usr/lib64/galera/libgalera_smm.so ; microdnf clean all ; rmdir /var/lib/mysql/mysql ; chown -R mysql:mysql /var/lib/mysql /run/mariadb ; mkdir /licenses ; ln -s /usr/share/doc/MariaDB-server-${MARIADB_VERSION}/COPYING /licenses/GPL-2 ; ln -s /usr/share/licenses /licenses/package-licenses ; ln -s Apache-2.0-license /licenses/gosu # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/mysql]
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=10.11.11 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)COPY healthcheck.sh /usr/local/bin/healthcheck.sh # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)USER mysql
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)EXPOSE map[3306/tcp:{}]
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)CMD ["mariadbd"]
2025-02-05 21:06:18 UTC
149 MB
1.17
MARIADB_VERSION10.11.11
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:32cf36dcf251c02cfc81f25bda80482c1e6394e4c1c7cb07317eebdc82a6ef45 - 27.96% (41.8 MB)
[#001] sha256:37f45749a0d155c224422d2f971c243e88e0afd5c485b88efda6760e3b544483 - 0.0% (455 Bytes)
[#002] sha256:93b583d002dc551af3955d693c9d6ffee457cc8b57a53290c4830d5588725259 - 0.0% (889 Bytes)
[#003] sha256:b0330befcf29e48877ece4415c67b6b38cc3812ce74ff2590a37c21cc524716e - 0.58% (883 KB)
[#004] sha256:98b23547b434b4a72242ab6c8f0fb4babd8799272043f48d544bd3f4e2affd7d - 0.0% (339 Bytes)
[#005] sha256:b3634d55b7badb594b793032185d28950cae8d9ff1bf5594ddfac0c4e1a663a2 - 0.0% (318 Bytes)
[#006] sha256:2b4f161ff7eae3a616015abbb1a28013fb7a970de5dce35016c01579d8ac1085 - 71.45% (107 MB)
[#007] sha256:f8145ccb6f37fd15ec0e2b530c56e81dbb1052247e663a3c946a46a7c434ccfb - 0.0% (114 Bytes)
[#008] sha256:dbfcf6cb308737bebf2963553857b276aaebdad71ff3b852ff26f5d0d326fe45 - 0.0% (3.93 KB)
[#009] sha256:c46e175eab971adbb4e44df7862136fac2916b84cd3ac1d5f85f5a689d9f221f - 0.01% (8.17 KB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) 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."
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL 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."
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) ENV container oci
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) COPY dir:b00ac549f2dec3c1bd1264d0d7e9b7a2b7f966cc212ebc6aee6ca6e7f8acdce4 in /
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-02-05 21:06:18 UTC/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-03-25T15:07:15" "architecture"="ppc64le" "vcs-type"="git" "vcs-ref"="63823c7605fee63261a8e33cad8085bc4bb24676" "build-date"="2025-03-25T14:50:12Z" "release"="1742914212"
2025-02-05 21:06:18 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:63823c7605fee63261a8e33cad8085bc4bb24676-linux-ppc64le)/bin/sh
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c groupadd --gid 999 -r mysql && useradd -r -g mysql mysql --home-dir /var/lib/mysql --uid 999 # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)ENV GOSU_VERSION=1.17
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; rpmArch="$(rpm --query --queryformat='%{ARCH}' rpm)"; case "$rpmArch" in aarch64) dpkgArch='arm64' ;; armv7*) dpkgArch='armhf' ;; i686) dpkgArch='i386' ;; ppc64le) dpkgArch='ppc64el' ;; s390x|riscv64) dpkgArch=$rpmArch ;; x86_64) dpkgArch='amd64' ;; *) echo >&2 "error: unknown/unsupported architecture '$rpmArch'"; exit 1 ;; esac; curl --fail --location --output /usr/local/bin/gosu https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${dpkgArch} ; curl --fail --location --output /usr/local/bin/gosu.asc https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${dpkgArch}.asc; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; chmod a+x /usr/local/bin/gosu; gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; gpgconf --kill all; rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc; gosu --version; gosu nobody true # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)COPY --chmod=0644 docker.cnf /etc/my.cnf.d/ # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)COPY MariaDB.repo /etc/yum.repos.d/ # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)LABEL name=MariaDB Server vendor=MariaDB Community version=10.11.11 release=Refer to Annotations org.opencontainers.image.{revision,source} summary=MariaDB Database description=MariaDB Database for relational SQL
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=MariaDB Community org.opencontainers.image.title=MariaDB Database org.opencontainers.image.description=MariaDB Database for relational SQL org.opencontainers.image.documentation=https://hub.docker.com/_/mariadb/ org.opencontainers.image.base.name=docker.io/redhat/ubi9-minimal org.opencontainers.image.licenses=GPL-2.0 org.opencontainers.image.source=https://github.com/MariaDB/mariadb-docker org.opencontainers.image.vendor=MariaDB Community org.opencontainers.image.version=10.11.11 org.opencontainers.image.url=https://github.com/MariaDB/mariadb-docker
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)ARG MARIADB_VERSION=10.11.11
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)ENV MARIADB_VERSION=10.11.11
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=10.11.11 /bin/sh -c set -eux ; curl --fail https://pagure.io/fedora-web/websites/raw/master/f/sites/getfedora.org/static/keys/FF8AD1344597106ECE813B918A3872BF3228467C.txt --output /tmp/epelkey.txt ; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME ; gpg --batch --import /tmp/epelkey.txt ; gpg --batch --armor --export FF8AD1344597106ECE813B918A3872BF3228467C > /tmp/epelkey.txt ; rpmkeys --import /tmp/epelkey.txt ; curl --fail https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm --output /tmp/epel-release-latest-9.noarch.rpm ; rpm -K /tmp/epel-release-latest-9.noarch.rpm ; rpm -ivh /tmp/epel-release-latest-9.noarch.rpm ; rm /tmp/epelkey.txt /tmp/epel-release-latest-9.noarch.rpm ; curl --fail https://supplychain.mariadb.com/MariaDB-Server-GPG-KEY --output /tmp/MariaDB-Server-GPG-KEY ; gpg --batch --import /tmp/MariaDB-Server-GPG-KEY; gpg --batch --armor --export 177F4010FE56CA3336300305F1656F24C74CD1D8 > /tmp/MariaDB-Server-GPG-KEY ; rpmkeys --import /tmp/MariaDB-Server-GPG-KEY ; rm -rf "$GNUPGHOME" /tmp/MariaDB-Server-GPG-KEY ; unset GNUPGHOME ; microdnf update -y ; microdnf reinstall -y tzdata ; microdnf install -y procps-ng zstd xz jemalloc pwgen pv util-linux-core ; mkdir -p /etc/mysql/conf.d /etc/mysql/mariadb.conf.d/ /var/lib/mysql/mysql /run/mariadb /usr/lib64/galera ; chmod ugo+rwx,o+t /run/mariadb ; microdnf install -y MariaDB-backup-${MARIADB_VERSION} MariaDB-server-${MARIADB_VERSION} ; ln -s /usr/lib64/galera-4/libgalera_smm.so /usr/lib/libgalera_smm.so ; ln -s /usr/lib64/galera-4/libgalera_smm.so /usr/lib64/galera/libgalera_smm.so ; microdnf clean all ; rmdir /var/lib/mysql/mysql ; chown -R mysql:mysql /var/lib/mysql /run/mariadb ; mkdir /licenses ; ln -s /usr/share/doc/MariaDB-server-${MARIADB_VERSION}/COPYING /licenses/GPL-2 ; ln -s /usr/share/licenses /licenses/package-licenses ; ln -s Apache-2.0-license /licenses/gosu # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/mysql]
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=10.11.11 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)COPY healthcheck.sh /usr/local/bin/healthcheck.sh # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)USER mysql
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)EXPOSE map[3306/tcp:{}]
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)CMD ["mariadbd"]
2025-02-05 21:06:18 UTC
138 MB
1.17
MARIADB_VERSION10.11.11
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:74f4d563c72f05b431ebba5e82692949551dc223392c5db8c42b58bb6f55d86e - 25.87% (35.8 MB)
[#001] sha256:0ad3638df35816097dbfdec8d194c1189b9a49dd23bab5049024abcbef9c3efd - 0.0% (459 Bytes)
[#002] sha256:94dbf360a5bae177b935d8cf5a6010d00ffee2782452befd4dec8c7f3ae6275c - 0.0% (884 Bytes)
[#003] sha256:7daf7c3b4374f4c5ec45aef3f6918668a75eaa7c1ef18f8e010cc68cd038a34c - 0.65% (926 KB)
[#004] sha256:b8263bd177834f054c82c8a148cb28fe6c6dcecd74221f9998aa2ff245710e9b - 0.0% (337 Bytes)
[#005] sha256:822202c9363b8a2e89271d7a202714c35f3f180fadcafbc4e16c1c84273b5a59 - 0.0% (313 Bytes)
[#006] sha256:559953a460b0ba10aab007066eb16fbe051bdc635e81d3313b771c1b46a8489b - 73.46% (102 MB)
[#007] sha256:e9f9ca31f44f2d338b491597d45792042312d850bce2fee052aecbcdb65bdffa - 0.0% (114 Bytes)
[#008] sha256:b8d518127a3d4b7e7cbf74afaacf769a135068dba8ab84d9ff9018f09433ee80 - 0.0% (3.92 KB)
[#009] sha256:bf27180108bcd95d290ae3d1f0d43e747356b46cc3b5e280adbbe90a3f254522 - 0.01% (8.17 KB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) 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."
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL 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."
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) ENV container oci
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) COPY dir:a7bb5171f825e631f2fbfeb72bf76644ef5188e2e0888380a0572aaba26faac9 in /
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-02-05 21:06:18 UTC/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
2025-02-05 21:06:18 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-03-25T15:02:03" "architecture"="s390x" "vcs-type"="git" "vcs-ref"="63823c7605fee63261a8e33cad8085bc4bb24676" "build-date"="2025-03-25T14:50:12Z" "release"="1742914212"
2025-02-05 21:06:18 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:63823c7605fee63261a8e33cad8085bc4bb24676-linux-s390x)/bin/sh
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c groupadd --gid 999 -r mysql && useradd -r -g mysql mysql --home-dir /var/lib/mysql --uid 999 # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)ENV GOSU_VERSION=1.17
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -eux; rpmArch="$(rpm --query --queryformat='%{ARCH}' rpm)"; case "$rpmArch" in aarch64) dpkgArch='arm64' ;; armv7*) dpkgArch='armhf' ;; i686) dpkgArch='i386' ;; ppc64le) dpkgArch='ppc64el' ;; s390x|riscv64) dpkgArch=$rpmArch ;; x86_64) dpkgArch='amd64' ;; *) echo >&2 "error: unknown/unsupported architecture '$rpmArch'"; exit 1 ;; esac; curl --fail --location --output /usr/local/bin/gosu https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${dpkgArch} ; curl --fail --location --output /usr/local/bin/gosu.asc https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${dpkgArch}.asc; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; chmod a+x /usr/local/bin/gosu; gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; gpgconf --kill all; rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc; gosu --version; gosu nobody true # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)COPY --chmod=0644 docker.cnf /etc/my.cnf.d/ # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)COPY MariaDB.repo /etc/yum.repos.d/ # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)LABEL name=MariaDB Server vendor=MariaDB Community version=10.11.11 release=Refer to Annotations org.opencontainers.image.{revision,source} summary=MariaDB Database description=MariaDB Database for relational SQL
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=MariaDB Community org.opencontainers.image.title=MariaDB Database org.opencontainers.image.description=MariaDB Database for relational SQL org.opencontainers.image.documentation=https://hub.docker.com/_/mariadb/ org.opencontainers.image.base.name=docker.io/redhat/ubi9-minimal org.opencontainers.image.licenses=GPL-2.0 org.opencontainers.image.source=https://github.com/MariaDB/mariadb-docker org.opencontainers.image.vendor=MariaDB Community org.opencontainers.image.version=10.11.11 org.opencontainers.image.url=https://github.com/MariaDB/mariadb-docker
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)ARG MARIADB_VERSION=10.11.11
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)ENV MARIADB_VERSION=10.11.11
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=10.11.11 /bin/sh -c set -eux ; curl --fail https://pagure.io/fedora-web/websites/raw/master/f/sites/getfedora.org/static/keys/FF8AD1344597106ECE813B918A3872BF3228467C.txt --output /tmp/epelkey.txt ; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME ; gpg --batch --import /tmp/epelkey.txt ; gpg --batch --armor --export FF8AD1344597106ECE813B918A3872BF3228467C > /tmp/epelkey.txt ; rpmkeys --import /tmp/epelkey.txt ; curl --fail https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm --output /tmp/epel-release-latest-9.noarch.rpm ; rpm -K /tmp/epel-release-latest-9.noarch.rpm ; rpm -ivh /tmp/epel-release-latest-9.noarch.rpm ; rm /tmp/epelkey.txt /tmp/epel-release-latest-9.noarch.rpm ; curl --fail https://supplychain.mariadb.com/MariaDB-Server-GPG-KEY --output /tmp/MariaDB-Server-GPG-KEY ; gpg --batch --import /tmp/MariaDB-Server-GPG-KEY; gpg --batch --armor --export 177F4010FE56CA3336300305F1656F24C74CD1D8 > /tmp/MariaDB-Server-GPG-KEY ; rpmkeys --import /tmp/MariaDB-Server-GPG-KEY ; rm -rf "$GNUPGHOME" /tmp/MariaDB-Server-GPG-KEY ; unset GNUPGHOME ; microdnf update -y ; microdnf reinstall -y tzdata ; microdnf install -y procps-ng zstd xz jemalloc pwgen pv util-linux-core ; mkdir -p /etc/mysql/conf.d /etc/mysql/mariadb.conf.d/ /var/lib/mysql/mysql /run/mariadb /usr/lib64/galera ; chmod ugo+rwx,o+t /run/mariadb ; microdnf install -y MariaDB-backup-${MARIADB_VERSION} MariaDB-server-${MARIADB_VERSION} ; ln -s /usr/lib64/galera-4/libgalera_smm.so /usr/lib/libgalera_smm.so ; ln -s /usr/lib64/galera-4/libgalera_smm.so /usr/lib64/galera/libgalera_smm.so ; microdnf clean all ; rmdir /var/lib/mysql/mysql ; chown -R mysql:mysql /var/lib/mysql /run/mariadb ; mkdir /licenses ; ln -s /usr/share/doc/MariaDB-server-${MARIADB_VERSION}/COPYING /licenses/GPL-2 ; ln -s /usr/share/licenses /licenses/package-licenses ; ln -s Apache-2.0-license /licenses/gosu # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/mysql]
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=10.11.11 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)COPY healthcheck.sh /usr/local/bin/healthcheck.sh # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)USER mysql
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)EXPOSE map[3306/tcp:{}]
2025-02-05 21:06:18 UTC (buildkit.dockerfile.v0)CMD ["mariadbd"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.