2024-11-21 21:43:46 UTC
140 MB
1.17
MARIADB_VERSION11.6.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:3333307dcd2e4279579646a05a5f99082a61a20906175240445b0e15f73b6d6e - 26.84% (37.5 MB)
[#001] sha256:5025173ec0b35686a33458b367c2a6e898c824f57a07925c25d26a0cfb5f2e50 - 0.0% (461 Bytes)
[#002] sha256:5cc2a131e2f796c1e651618bdf31c2b225dc84488e8054d518fbe03164e03052 - 0.0% (884 Bytes)
[#003] sha256:b07d630dc5f01bdffce6995f17420e08accc553430ead67a912840aa8f543285 - 0.67% (960 KB)
[#004] sha256:813a170b8bac462826cdaa4e444fbb0ad54c91c9908a71eab6ca2be780701502 - 0.0% (300 Bytes)
[#005] sha256:62473e6ff6603268f450a4ce603aa3db1fcaa411cd6d0f72fea2eba53b4f0283 - 0.0% (314 Bytes)
[#006] sha256:79cbb7321fc2b97bd8199ab01adbd4c07e3c0a746453fde3a107c187776876ae - 72.48% (101 MB)
[#007] sha256:bc775d4a897a7ba91cd8a3020d71f0a6810c555e4a9adec84d6a8f624ff462e3 - 0.0% (116 Bytes)
[#008] sha256:3c07e65efc9716beee0e71e5f4ee54c27372acce0b7399202d5eb20b8de42571 - 0.0% (3.94 KB)
[#009] sha256:5870a23fec0f79111a2683d9d1f347077433780bd39cb9929eea7b013e780be7 - 0.01% (8.2 KB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2024-11-21 21:43:46 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."
2024-11-21 21:43:46 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."
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) ENV container oci
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) COPY dir:0423d0cd4a34047821e55a2806cb02fc682f017fba03e4344223878a61041986 in /
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-11-21 21:43:46 UTC/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-02-13T04:19:45" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="c0546ad1ce412f8077a547cb8d0d68d04f08815c" "build-date"="2025-02-13T04:15:47Z" "release"="1739420147"
2024-11-21 21:43:46 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:c0546ad1ce412f8077a547cb8d0d68d04f08815c-linux-x86-64)/bin/sh
2024-11-21 21:43:46 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
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)ENV GOSU_VERSION=1.17
2024-11-21 21:43:46 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
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)COPY --chmod=0644 docker.cnf /etc/my.cnf.d/ # buildkit
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)COPY MariaDB.repo /etc/yum.repos.d/ # buildkit
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)LABEL name=MariaDB Server vendor=MariaDB Community version=11.6.2 release=Refer to Annotations org.opencontainers.image.{revision,source} summary=MariaDB Database description=MariaDB Database for relational SQL
2024-11-21 21:43:46 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=11.6.2 org.opencontainers.image.url=https://github.com/MariaDB/mariadb-docker
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)ARG MARIADB_VERSION=11.6.2
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)ENV MARIADB_VERSION=11.6.2
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=11.6.2 /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 ; 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
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/mysql]
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=11.6.2 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)COPY healthcheck.sh /usr/local/bin/healthcheck.sh # buildkit
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)USER mysql
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)EXPOSE map[3306/tcp:{}]
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)CMD ["mariadbd"]
2024-11-21 21:43:46 UTC
137 MB
1.17
MARIADB_VERSION11.6.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:56631da24b0de345717238daea2e3e61c768d081572916ae06b08b19126a740d - 26.28% (35.9 MB)
[#001] sha256:5aee836c3728069e82153bf7b209c409d3343adaea6ab6b31546e5ce09250db5 - 0.0% (460 Bytes)
[#002] sha256:a96e7e286423268016ac62960168898b48e766de6d61572e4d02525dc914a24b - 0.0% (883 Bytes)
[#003] sha256:471ecd0242962bdf3a81d71edbe6166616f5aca0d3fe0f117e499900c8c1f95f - 0.64% (892 KB)
[#004] sha256:03bb7288c33b544b8a03ba07c4af824b547c0437c1f32254d35b08cb1e3a3513 - 0.0% (301 Bytes)
[#005] sha256:c427242c814991ae9a03f7f88bf42eeb2a5eb11bff47806ac0f5dde619b532ae - 0.0% (313 Bytes)
[#006] sha256:563dfeefa9a180f77ec7709570c5ebc6124f67a4d846660f6d174b5552302d77 - 73.07% (99.8 MB)
[#007] sha256:dcff33aca47067a019c819ed94223f8f6478296e5b19737bf21fd9608379a03f - 0.0% (116 Bytes)
[#008] sha256:f75c99ab4a425d7750ff492ea69998559219a3dfcd73a53b4fe8db838ac82550 - 0.0% (3.94 KB)
[#009] sha256:47c591cb26eb8a08eff6f3f15d1588f30d4d6ac3d72c99b77fdab06dad7078e6 - 0.01% (8.2 KB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2024-11-21 21:43:46 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."
2024-11-21 21:43:46 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."
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) ENV container oci
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) COPY dir:5809c16e2c5c048de6a8d8eea9437ac183b7d2503e26b24a2422ead5736aecad in /
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-11-21 21:43:46 UTC/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-02-13T04:25:01" "architecture"="aarch64" "vcs-type"="git" "vcs-ref"="c0546ad1ce412f8077a547cb8d0d68d04f08815c" "build-date"="2025-02-13T04:15:47Z" "release"="1739420147"
2024-11-21 21:43:46 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:c0546ad1ce412f8077a547cb8d0d68d04f08815c-linux-arm64)/bin/sh
2024-11-21 21:43:46 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
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)ENV GOSU_VERSION=1.17
2024-11-21 21:43:46 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
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)COPY --chmod=0644 docker.cnf /etc/my.cnf.d/ # buildkit
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)COPY MariaDB.repo /etc/yum.repos.d/ # buildkit
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)LABEL name=MariaDB Server vendor=MariaDB Community version=11.6.2 release=Refer to Annotations org.opencontainers.image.{revision,source} summary=MariaDB Database description=MariaDB Database for relational SQL
2024-11-21 21:43:46 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=11.6.2 org.opencontainers.image.url=https://github.com/MariaDB/mariadb-docker
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)ARG MARIADB_VERSION=11.6.2
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)ENV MARIADB_VERSION=11.6.2
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=11.6.2 /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 ; 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
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/mysql]
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=11.6.2 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)COPY healthcheck.sh /usr/local/bin/healthcheck.sh # buildkit
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)USER mysql
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)EXPOSE map[3306/tcp:{}]
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)CMD ["mariadbd"]
2024-11-21 21:43:46 UTC
150 MB
1.17
MARIADB_VERSION11.6.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:9e6b2a031935c86976201f383962f66d759b1c458d46f7f8db9cd32663dd945f - 27.88% (41.7 MB)
[#001] sha256:f65b64183df0b784e7e5f8c0c986254fe70af80954963d80c5fa6ab3c2e153af - 0.0% (460 Bytes)
[#002] sha256:c07d4603927a3711a16ca37d2f56fcab04e80bb63fb45f886aab0e90c67c1316 - 0.0% (883 Bytes)
[#003] sha256:870c16dcd714cae1813543650d7caabc47cd589ea1e8450ff7397e21533e50ea - 0.58% (883 KB)
[#004] sha256:17ab6e905a7da7466738b39b73e94f0ba3bb583443a159cc18075ad25f1afe78 - 0.0% (301 Bytes)
[#005] sha256:86278c85861d10112eee7b69bfbb115a883d742afba522a26b0c1d67ac067fc3 - 0.0% (313 Bytes)
[#006] sha256:f9ae4e29c602acc9bc7bcf5a80aa64f4f74163dc6f73b0b7c81f691cc1e924f2 - 71.54% (107 MB)
[#007] sha256:a100effb50b4fec186ec704ffcd5f27faa5b785f01cfc062a53a7dc3a7e21b8d - 0.0% (116 Bytes)
[#008] sha256:1bd741355a093785ca996d823f4baaf326beb84a4d61b37c297294a15dd9cebe - 0.0% (3.94 KB)
[#009] sha256:21d0b1d0b1f4318d821d9376f930a5924fe53bb09e518a3edc2a9a6691233ee0 - 0.01% (8.2 KB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2024-11-21 21:43:46 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."
2024-11-21 21:43:46 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."
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) ENV container oci
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) COPY dir:2c0c7900d5f6c40d02b1787c7aed15027e6a404d210587076552b87add6a3c87 in /
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-11-21 21:43:46 UTC/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-02-13T04:27:14" "architecture"="ppc64le" "vcs-type"="git" "vcs-ref"="c0546ad1ce412f8077a547cb8d0d68d04f08815c" "build-date"="2025-02-13T04:15:47Z" "release"="1739420147"
2024-11-21 21:43:46 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:c0546ad1ce412f8077a547cb8d0d68d04f08815c-linux-ppc64le)/bin/sh
2024-11-21 21:43:46 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
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)ENV GOSU_VERSION=1.17
2024-11-21 21:43:46 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
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)COPY --chmod=0644 docker.cnf /etc/my.cnf.d/ # buildkit
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)COPY MariaDB.repo /etc/yum.repos.d/ # buildkit
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)LABEL name=MariaDB Server vendor=MariaDB Community version=11.6.2 release=Refer to Annotations org.opencontainers.image.{revision,source} summary=MariaDB Database description=MariaDB Database for relational SQL
2024-11-21 21:43:46 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=11.6.2 org.opencontainers.image.url=https://github.com/MariaDB/mariadb-docker
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)ARG MARIADB_VERSION=11.6.2
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)ENV MARIADB_VERSION=11.6.2
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=11.6.2 /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 ; 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
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/mysql]
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=11.6.2 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)COPY healthcheck.sh /usr/local/bin/healthcheck.sh # buildkit
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)USER mysql
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)EXPOSE map[3306/tcp:{}]
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)CMD ["mariadbd"]
2024-11-21 21:43:46 UTC
139 MB
1.17
MARIADB_VERSION11.6.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:2a473e1a3c46f4f695fac29b3f07299216de74886d72d8a6ee099c88e522d425 - 25.83% (35.8 MB)
[#001] sha256:b0b2c3df35599710f44a071f13be3fc08bdd10402bdd2d9cf10dfee0af30c3e6 - 0.0% (462 Bytes)
[#002] sha256:e296bf87bfc317d13d9efa1cf45bc7b2ddb6d1da0a0759710c7aab3f724abd18 - 0.0% (885 Bytes)
[#003] sha256:9544b4e662bc943ab5dda959ab1ec82b3b19f35447c2c1541c54ffd2a91a6723 - 0.65% (926 KB)
[#004] sha256:1dacb864b99c4533bbb7c7ce4c89cf4749938e7fdd32ba357babf75ebd43cce1 - 0.0% (299 Bytes)
[#005] sha256:47d7abd67b6eb817c7f5d801a6d437a3c917b55bde1c8c5007f3178d63a7642f - 0.0% (313 Bytes)
[#006] sha256:7c37556d205f1ab0daeb846c08ddcdd33095e4b349712f5655136cfcca6efb3a - 73.51% (102 MB)
[#007] sha256:60ac90eac16cf9dcd48b3702c409279779c941c82123afbaafdd1994e1dff9de - 0.0% (116 Bytes)
[#008] sha256:3f596b22c0de9f139d5d33685569cbcc4969a6e979f0f6ad91ee81dfdcf9bed6 - 0.0% (3.94 KB)
[#009] sha256:9a2d879bce52959e1cb2d6643527a5ad458f35e56bfdf0cfc18347b546ce282d - 0.01% (8.21 KB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2024-11-21 21:43:46 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."
2024-11-21 21:43:46 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."
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) ENV container oci
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) COPY dir:c862cae3542fa73c4d0881791f411d054c541dacc4430391519579fe17851861 in /
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-11-21 21:43:46 UTC/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
2024-11-21 21:43:46 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-02-13T04:22:40" "architecture"="s390x" "vcs-type"="git" "vcs-ref"="c0546ad1ce412f8077a547cb8d0d68d04f08815c" "build-date"="2025-02-13T04:15:47Z" "release"="1739420147"
2024-11-21 21:43:46 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:c0546ad1ce412f8077a547cb8d0d68d04f08815c-linux-s390x)/bin/sh
2024-11-21 21:43:46 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
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)ENV GOSU_VERSION=1.17
2024-11-21 21:43:46 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
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)COPY --chmod=0644 docker.cnf /etc/my.cnf.d/ # buildkit
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)COPY MariaDB.repo /etc/yum.repos.d/ # buildkit
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)LABEL name=MariaDB Server vendor=MariaDB Community version=11.6.2 release=Refer to Annotations org.opencontainers.image.{revision,source} summary=MariaDB Database description=MariaDB Database for relational SQL
2024-11-21 21:43:46 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=11.6.2 org.opencontainers.image.url=https://github.com/MariaDB/mariadb-docker
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)ARG MARIADB_VERSION=11.6.2
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)ENV MARIADB_VERSION=11.6.2
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=11.6.2 /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 ; 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
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/mysql]
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=11.6.2 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)COPY healthcheck.sh /usr/local/bin/healthcheck.sh # buildkit
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)USER mysql
2024-11-21 21:43:46 UTC (buildkit.dockerfile.v0)EXPOSE map[3306/tcp:{}]
2024-11-21 21:43:46 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.