2024-11-24 22:03:41 UTC
140 MB
1.17
MARIADB_VERSION11.7.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:667deb3fcbde45825554b378b8e593f6c3c4a339133a1a80c4d2e1594ff96723 - 26.78% (37.5 MB)
[#001] sha256:f8339c472296e0e9bde11d7c0a4c8b8c7060108aa1aa729ab95b5275b1fa7163 - 0.0% (462 Bytes)
[#002] sha256:c57822bf2606c4b24cb32e417ba4cec8a200384ff0053e50ceea8f8e7f34e81e - 0.0% (884 Bytes)
[#003] sha256:520b21fdaeaf94ecdb7d0dbc09e2fef36effd72d36c42a43372dabf04fa9489d - 0.67% (960 KB)
[#004] sha256:f6d8f0c5ef663e49326db39661d0872990dca877761b1ef3c7b8a96f341d5b92 - 0.0% (299 Bytes)
[#005] sha256:b455eeb234d1468b571e913a75fbfa96e6492eb315474dda5bb3f387562a24bf - 0.0% (314 Bytes)
[#006] sha256:283061e703402a5d2d635863255ebd66ff514ad64aa67d69e427918877691ffb - 72.54% (102 MB)
[#007] sha256:fc2c80298f853d5c5d466d7a69b7ee883a3c4b56d8854e3a120bc53aee5ea13c - 0.0% (116 Bytes)
[#008] sha256:a7307d7e587389285158be64ef4979903426e27dae57dc2e24876d7467c15c7b - 0.0% (3.94 KB)
[#009] sha256:ac9e0c35d2d0548f2f2307413a8c235eadacd24ee3582afb9a79ed861877aaad - 0.01% (8.2 KB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
2024-11-24 22:03:41 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-24 22:03:41 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2024-11-24 22:03:41 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-24 22:03:41 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-24 22:03:41 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) ENV container oci
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) COPY dir:fc29285925cd626d62a818aff5b79af4bb61fc4890fdd703305a9455e4e11f19 in /
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-11-24 22:03:41 UTC/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-02-06T04:43:42" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="adfffabe9acacc27d15fc0ceb8e083254ca7b450" "build-date"="2025-02-06T04:39:35Z" "release"="1738816775"
2024-11-24 22:03:41 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:adfffabe9acacc27d15fc0ceb8e083254ca7b450-linux-x86-64)/bin/sh
2024-11-24 22:03:41 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-24 22:03:41 UTC (buildkit.dockerfile.v0)ENV GOSU_VERSION=1.17
2024-11-24 22:03:41 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-24 22:03:41 UTC (buildkit.dockerfile.v0)COPY --chmod=0644 docker.cnf /etc/my.cnf.d/ # buildkit
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)COPY MariaDB.repo /etc/yum.repos.d/ # buildkit
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)LABEL name=MariaDB Server vendor=MariaDB Community version=11.7.1 release=Refer to Annotations org.opencontainers.image.{revision,source} summary=MariaDB Database description=MariaDB Database for relational SQL
2024-11-24 22:03:41 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.7.1 org.opencontainers.image.url=https://github.com/MariaDB/mariadb-docker
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)ARG MARIADB_VERSION=11.7.1
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)ENV MARIADB_VERSION=11.7.1
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=11.7.1 /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-24 22:03:41 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/mysql]
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=11.7.1 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)COPY healthcheck.sh /usr/local/bin/healthcheck.sh # buildkit
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)USER mysql
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)EXPOSE map[3306/tcp:{}]
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)CMD ["mariadbd"]
2024-11-24 22:03:41 UTC
137 MB
1.17
MARIADB_VERSION11.7.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:8174eb1151f28d1a88085da5d27ffd5729467439a2f1a77d03498e89f9f7ef4b - 26.21% (35.9 MB)
[#001] sha256:dc6c4d65a5f9a8b0c8f76083cf10d14a2417324b530dfde1115d46147afe1c17 - 0.0% (460 Bytes)
[#002] sha256:29dfc8c59d5051f046672dafe7542e288feb5b5a31640ff940eca66c740bf3e4 - 0.0% (882 Bytes)
[#003] sha256:b1bda1e64071764008188ac0739b482700236cf9c831bc1f89ae7e77e574975c - 0.64% (892 KB)
[#004] sha256:e25c434e54ccd9e06b61d2f6d17d03ae334245d9d7e644d66fe7db222b3b1b4b - 0.0% (301 Bytes)
[#005] sha256:6902f83942b1323ac3af260167f246261bc206ca39cb595462dfe4d775c8bfd5 - 0.0% (312 Bytes)
[#006] sha256:f64c6c1594ce58e61373c1ae3511ab63889a2f044b366aaf4a866d3734898a7c - 73.14% (100 MB)
[#007] sha256:f2e235c0f8a103c4b3cfe2d5f9660e143bfab04e9f72963eeba653a26ca58411 - 0.0% (116 Bytes)
[#008] sha256:9dd370e25c319eb9dd3a4b8f6781fe138c8426a619954b2fb65603154e62a286 - 0.0% (3.94 KB)
[#009] sha256:b84928614519e5ac5e90150292b43259985d27d665651913a44033f1dce1bd84 - 0.01% (8.2 KB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
2024-11-24 22:03:41 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-24 22:03:41 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2024-11-24 22:03:41 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-24 22:03:41 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-24 22:03:41 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) ENV container oci
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) COPY dir:389f5f73f217a50cb052c224af980ef5943f8527170a8ed8ba3b540101351720 in /
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-11-24 22:03:41 UTC/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-02-06T04:48:45" "architecture"="aarch64" "vcs-type"="git" "vcs-ref"="adfffabe9acacc27d15fc0ceb8e083254ca7b450" "build-date"="2025-02-06T04:39:35Z" "release"="1738816775"
2024-11-24 22:03:41 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:adfffabe9acacc27d15fc0ceb8e083254ca7b450-linux-arm64)/bin/sh
2024-11-24 22:03:41 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-24 22:03:41 UTC (buildkit.dockerfile.v0)ENV GOSU_VERSION=1.17
2024-11-24 22:03:41 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-24 22:03:41 UTC (buildkit.dockerfile.v0)COPY --chmod=0644 docker.cnf /etc/my.cnf.d/ # buildkit
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)COPY MariaDB.repo /etc/yum.repos.d/ # buildkit
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)LABEL name=MariaDB Server vendor=MariaDB Community version=11.7.1 release=Refer to Annotations org.opencontainers.image.{revision,source} summary=MariaDB Database description=MariaDB Database for relational SQL
2024-11-24 22:03:41 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.7.1 org.opencontainers.image.url=https://github.com/MariaDB/mariadb-docker
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)ARG MARIADB_VERSION=11.7.1
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)ENV MARIADB_VERSION=11.7.1
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=11.7.1 /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-24 22:03:41 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/mysql]
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=11.7.1 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)COPY healthcheck.sh /usr/local/bin/healthcheck.sh # buildkit
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)USER mysql
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)EXPOSE map[3306/tcp:{}]
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)CMD ["mariadbd"]
2024-11-24 22:03:41 UTC
150 MB
1.17
MARIADB_VERSION11.7.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:dce4a6a210ec1ffa38c334f3d0bde7e211e699baa435083097a719864994a122 - 27.82% (41.8 MB)
[#001] sha256:9afaf9d1aa9b6d6e11a6a514269450db16106e006fbbe873e9f503b11a04ce1f - 0.0% (460 Bytes)
[#002] sha256:b2951f4f8b0568710522f6a076b2b465aebc9a66b0518561337f46bd78157a1b - 0.0% (880 Bytes)
[#003] sha256:7f38be74ba8503471d3552521621b902bbad046cb1105b265e3f07f6f973d792 - 0.57% (883 KB)
[#004] sha256:cc89207980710a687034a3edbecd24cb06ed703af78eb8b162b5c8ede7486d08 - 0.0% (299 Bytes)
[#005] sha256:ebab4078630575d35fd5c7f64adb8b0135149d8223bf40131e305ab20a4047ba - 0.0% (314 Bytes)
[#006] sha256:1df2b25381690380b464aefc3753557a80b1077e0757f49ef29c0723fdc3f8cf - 71.59% (108 MB)
[#007] sha256:c5e00ecc0dfdcfaa9c079050925044d42259fc60a87bc97e3c6d7a4cdc09073c - 0.0% (116 Bytes)
[#008] sha256:0e7a0a0420639a4505e2b5f6e6046275bc870a46c54f51781e1924e72db7dd17 - 0.0% (3.94 KB)
[#009] sha256:891fd4c6af0fa10b0cac064de3e85ce8209d28194bd093109654f889681956ef - 0.01% (8.2 KB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
2024-11-24 22:03:41 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-24 22:03:41 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2024-11-24 22:03:41 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-24 22:03:41 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-24 22:03:41 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) ENV container oci
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) COPY dir:4b7f9a609ef7d9b773f245d53ef2354786362b2e75b9988fe7bd642ce728205f in /
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-11-24 22:03:41 UTC/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-02-06T04:53:22" "architecture"="ppc64le" "vcs-type"="git" "vcs-ref"="adfffabe9acacc27d15fc0ceb8e083254ca7b450" "build-date"="2025-02-06T04:39:35Z" "release"="1738816775"
2024-11-24 22:03:41 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:adfffabe9acacc27d15fc0ceb8e083254ca7b450-linux-ppc64le)/bin/sh
2024-11-24 22:03:41 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-24 22:03:41 UTC (buildkit.dockerfile.v0)ENV GOSU_VERSION=1.17
2024-11-24 22:03:41 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-24 22:03:41 UTC (buildkit.dockerfile.v0)COPY --chmod=0644 docker.cnf /etc/my.cnf.d/ # buildkit
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)COPY MariaDB.repo /etc/yum.repos.d/ # buildkit
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)LABEL name=MariaDB Server vendor=MariaDB Community version=11.7.1 release=Refer to Annotations org.opencontainers.image.{revision,source} summary=MariaDB Database description=MariaDB Database for relational SQL
2024-11-24 22:03:41 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.7.1 org.opencontainers.image.url=https://github.com/MariaDB/mariadb-docker
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)ARG MARIADB_VERSION=11.7.1
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)ENV MARIADB_VERSION=11.7.1
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=11.7.1 /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-24 22:03:41 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/mysql]
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=11.7.1 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)COPY healthcheck.sh /usr/local/bin/healthcheck.sh # buildkit
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)USER mysql
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)EXPOSE map[3306/tcp:{}]
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)CMD ["mariadbd"]
2024-11-24 22:03:41 UTC
139 MB
1.17
MARIADB_VERSION11.7.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:dff3dae8634485c4d1f14243b55a740b473ee901b87cfd847a4234dc5a1b876d - 25.75% (35.8 MB)
[#001] sha256:e8ba975a618e9922cb358fe027051fa5621498ddb470d175378812c757e5d91c - 0.0% (461 Bytes)
[#002] sha256:e2c1b34dc958985d4a4954da53e2417026ed3f1d5d30320f1d45992b785f8b60 - 0.0% (881 Bytes)
[#003] sha256:67386ee2c2d6d7395a2baf473710a745f731edad61ee3db2cff6b7c06254e202 - 0.65% (926 KB)
[#004] sha256:fef667c61bd60f514982fbb86108e9affc9e4ccc359e2a1e314072bc5b7145f7 - 0.0% (301 Bytes)
[#005] sha256:e463ab6fd5389bb273370f2f418292bc68efa0f18531b75e39ccd2084c1c77ca - 0.0% (314 Bytes)
[#006] sha256:3f897b492c110b81a4992c40226524d5de8e3e5e4da8bec99266e5457921bdb6 - 73.59% (102 MB)
[#007] sha256:19991ec6d1f6a21a6ad9939e9d87895c78405317c4a3cbf5ebd9ff284b14c78d - 0.0% (116 Bytes)
[#008] sha256:fb5fd77f1fb58a89a79dc83ab3b39b23c7fc4c1fdf8628dabeb055f9d5d3274b - 0.0% (3.94 KB)
[#009] sha256:f33905e311e81c2c4975e65109f477b06c5cc300c48ec4dbfba3ef0f6b7a6044 - 0.01% (8.2 KB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
2024-11-24 22:03:41 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-24 22:03:41 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2024-11-24 22:03:41 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-24 22:03:41 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-24 22:03:41 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) ENV container oci
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) COPY dir:86825579d6c6c7e4802643396fb14124acbbf3b24f22947be66f890a734b7e7b in /
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-11-24 22:03:41 UTC/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
2024-11-24 22:03:41 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-02-06T04:49:32" "architecture"="s390x" "vcs-type"="git" "vcs-ref"="adfffabe9acacc27d15fc0ceb8e083254ca7b450" "build-date"="2025-02-06T04:39:35Z" "release"="1738816775"
2024-11-24 22:03:41 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:adfffabe9acacc27d15fc0ceb8e083254ca7b450-linux-s390x)/bin/sh
2024-11-24 22:03:41 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-24 22:03:41 UTC (buildkit.dockerfile.v0)ENV GOSU_VERSION=1.17
2024-11-24 22:03:41 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-24 22:03:41 UTC (buildkit.dockerfile.v0)COPY --chmod=0644 docker.cnf /etc/my.cnf.d/ # buildkit
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)COPY MariaDB.repo /etc/yum.repos.d/ # buildkit
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)LABEL name=MariaDB Server vendor=MariaDB Community version=11.7.1 release=Refer to Annotations org.opencontainers.image.{revision,source} summary=MariaDB Database description=MariaDB Database for relational SQL
2024-11-24 22:03:41 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.7.1 org.opencontainers.image.url=https://github.com/MariaDB/mariadb-docker
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)ARG MARIADB_VERSION=11.7.1
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)ENV MARIADB_VERSION=11.7.1
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=11.7.1 /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-24 22:03:41 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/mysql]
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)RUN |1 MARIADB_VERSION=11.7.1 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)COPY healthcheck.sh /usr/local/bin/healthcheck.sh # buildkit
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["docker-entrypoint.sh"]
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)USER mysql
2024-11-24 22:03:41 UTC (buildkit.dockerfile.v0)EXPOSE map[3306/tcp:{}]
2024-11-24 22:03:41 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.