docker.io/arm64v8/mariadb:10.6.24-ubi linux/arm64

docker.io/arm64v8/mariadb:10.6.24-ubi - 国内下载镜像源 浏览次数:10 温馨提示: 这是一个 linux/arm64 系统架构镜像

这个镜像是基于ARM64v8架构的MariaDB数据库镜像,MariaDB是开源的关系型数据库管理系统,兼容MySQL,适用于各类应用的数据存储与管理场景。

源镜像 docker.io/arm64v8/mariadb:10.6.24-ubi
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arm64v8/mariadb:10.6.24-ubi-linuxarm64
镜像ID sha256:5ec24aa8adde26bbe9c34e30ef9fe158dcba8a6a25198ee72c423b7872316e9e
镜像TAG 10.6.24-ubi-linuxarm64
大小 489.82MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD mariadbd
启动入口 docker-entrypoint.sh
工作目录 /
OS/平台 linux/arm64
浏览量 10 次
贡献者 76******2@qq.com
镜像创建 2026-01-26T22:11:06.491259877Z
同步时间 2026-02-03 20:26
更新时间 2026-02-04 09:32
开放端口
3306/tcp
目录挂载
/var/lib/mysql
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci GOSU_VERSION=1.19 MARIADB_VERSION=10.6.24
镜像标签
aarch64: architecture 2026-01-22T04:46:44Z: build-date ubi9-minimal-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms cpe:/a:redhat:enterprise_linux:9::appstream: cpe MariaDB Database for relational SQL: description public: distribution-scope 1.41.5: io.buildah.version 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.: io.k8s.description Red Hat Universal Base Image 9 Minimal: io.k8s.display-name : io.openshift.expose-services minimal rhel9: io.openshift.tags Red Hat, Inc.: maintainer MariaDB Server: name MariaDB Community: org.opencontainers.image.authors docker.io/redhat/ubi9-minimal: org.opencontainers.image.base.name 2026-01-22T04:46:44Z: org.opencontainers.image.created MariaDB Database for relational SQL: org.opencontainers.image.description https://hub.docker.com/_/mariadb/: org.opencontainers.image.documentation GPL-2.0: org.opencontainers.image.licenses 812a20485e9d8d728e95b468c2886da21352b9fc: org.opencontainers.image.revision https://github.com/MariaDB/mariadb-docker: org.opencontainers.image.source MariaDB Database: org.opencontainers.image.title https://github.com/MariaDB/mariadb-docker: org.opencontainers.image.url MariaDB Community: org.opencontainers.image.vendor 10.6.24: org.opencontainers.image.version Refer to Annotations org.opencontainers.image.{revision,source}: release MariaDB Database: summary https://catalog.redhat.com/en/search?searchType=containers: url 812a20485e9d8d728e95b468c2886da21352b9fc: vcs-ref git: vcs-type MariaDB Community: vendor 10.6.24: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arm64v8/mariadb:10.6.24-ubi-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arm64v8/mariadb:10.6.24-ubi-linuxarm64  docker.io/arm64v8/mariadb:10.6.24-ubi

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arm64v8/mariadb:10.6.24-ubi-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arm64v8/mariadb:10.6.24-ubi-linuxarm64  docker.io/arm64v8/mariadb:10.6.24-ubi

Shell快速替换命令

sed -i 's#arm64v8/mariadb:10.6.24-ubi#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arm64v8/mariadb:10.6.24-ubi-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arm64v8/mariadb:10.6.24-ubi-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arm64v8/mariadb:10.6.24-ubi-linuxarm64  docker.io/arm64v8/mariadb:10.6.24-ubi'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arm64v8/mariadb:10.6.24-ubi-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arm64v8/mariadb:10.6.24-ubi-linuxarm64  docker.io/arm64v8/mariadb:10.6.24-ubi'

镜像构建历史


# 2026-01-27 06:11:06  0.00B 设置默认要执行的命令
CMD ["mariadbd"]
                        
# 2026-01-27 06:11:06  0.00B 声明容器运行时监听的端口
EXPOSE map[3306/tcp:{}]
                        
# 2026-01-27 06:11:06  0.00B 指定运行容器时使用的用户
USER mysql
                        
# 2026-01-27 06:11:06  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2026-01-27 06:11:06  25.98KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
                        
# 2026-01-27 06:11:06  10.25KB 复制新文件或目录到容器中
COPY healthcheck.sh /usr/local/bin/healthcheck.sh # buildkit
                        
# 2026-01-27 06:11:06  0.00B 执行命令并创建新的镜像层
RUN |2 MARIADB_MAJOR=10.6 MARIADB_VERSION=10.6.24 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
                        
# 2026-01-27 06:11:06  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/var/lib/mysql]
                        
# 2026-01-27 06:11:06  358.43MB 执行命令并创建新的镜像层
RUN |2 MARIADB_MAJOR=10.6 MARIADB_VERSION=10.6.24 /bin/sh -c set -eux ; 	curl --fail https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9 --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://archive.mariadb.org/PublicKey --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 gperftools-libs 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 ; 	openssl list -providers | awk '/^\s*fips/{f=1} f && /status: active/{print "FIPS is active"; found=1; exit 0} END { if (!found) { print "FIPS is not active"; exit 1} }'; 	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
                        
# 2026-01-27 06:08:24  0.00B 设置环境变量 MARIADB_VERSION
ENV MARIADB_VERSION=10.6.24
                        
# 2026-01-27 06:08:24  0.00B 定义构建参数
ARG MARIADB_VERSION=10.6.24
                        
# 2026-01-27 06:08:24  0.00B 定义构建参数
ARG MARIADB_MAJOR=10.6
                        
# 2026-01-27 06:08:24  0.00B 添加元数据标签
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.6.24 org.opencontainers.image.url=https://github.com/MariaDB/mariadb-docker
                        
# 2026-01-27 06:08:24  0.00B 添加元数据标签
LABEL name=MariaDB Server vendor=MariaDB Community version=10.6.24 release=Refer to Annotations org.opencontainers.image.{revision,source} summary=MariaDB Database description=MariaDB Database for relational SQL
                        
# 2026-01-27 06:08:24  308.00B 复制新文件或目录到容器中
COPY MariaDB.repo /etc/yum.repos.d/ # buildkit
                        
# 2026-01-27 06:08:24  292.00B 复制新文件或目录到容器中
COPY --chmod=0644 docker.cnf /etc/my.cnf.d/ # buildkit
                        
# 2026-01-27 06:08:23  8.43MB 执行命令并创建新的镜像层
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; 	microdnf install -y gnupg2; 	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
                        
# 2026-01-27 06:08:23  0.00B 设置环境变量 GOSU_VERSION
ENV GOSU_VERSION=1.19
                        
# 2026-01-27 06:08:20  14.14MB 执行命令并创建新的镜像层
RUN /bin/sh -c microdnf install -y shadow-utils && 	groupadd --gid 999 -r mysql && 	useradd -r -g mysql mysql --home-dir /var/lib/mysql --uid 999 && 	microdnf remove -y shadow-utils && 	microdnf clean all # buildkit
                        
# 2026-01-27 06:08:19  12.52KB 执行命令并创建新的镜像层
RUN /bin/sh -c sed -i -e '/\[ evp_properties \]/a default_properties = fips=yes'  -e '/opensslcnf.config/a .include = /etc/crypto-policies/back-ends/openssl_fips.config' -e '/\[provider_sect\]/a fips = fips_sect' /etc/pki/tls/openssl.cnf # buildkit
                        
# 2026-01-22 12:47:01  108.77MB 
/bin/sh -c #(nop) LABEL "architecture"="aarch64" "vcs-type"="git" "vcs-ref"="812a20485e9d8d728e95b468c2886da21352b9fc" "org.opencontainers.image.revision"="812a20485e9d8d728e95b468c2886da21352b9fc" "build-date"="2026-01-22T04:46:44Z" "org.opencontainers.image.created"="2026-01-22T04:46:44Z" "release"="1769056855"org.opencontainers.image.revision=812a20485e9d8d728e95b468c2886da21352b9fc,org.opencontainers.image.created=2026-01-22T04:46:44Z
                        
# 2026-01-22 12:47:01  0.00B 
/bin/sh -c #(nop) COPY file:57f009d4f4cb77bc277e064b341ab6fdc0d69d350d43f8a21909f2baad049960 in /root/buildinfo/labels.json      
                        
# 2026-01-22 12:47:01  0.00B 
/bin/sh -c #(nop) COPY file:57f009d4f4cb77bc277e064b341ab6fdc0d69d350d43f8a21909f2baad049960 in /usr/share/buildinfo/labels.json      
                        
# 2026-01-22 12:47:01  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2026-01-22 12:47:01  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json      
                        
# 2026-01-22 12:47:00  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2026-01-22 12:47:00  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2026-01-22 12:47:00  0.00B 
/bin/sh -c #(nop) COPY dir:5911db9f5450531429169fb3bc4d156204437f84bcda3e7b49af077219ecb148 in /      
                        
# 2026-01-22 12:47:00  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2026-01-22 12:46:59  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2026-01-22 12:46:59  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2026-01-22 12:46:59  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2026-01-22 12:46:59  0.00B 
/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."
                        
# 2026-01-22 12:46:59  0.00B 
/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."
                        
# 2026-01-22 12:46:59  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2026-01-22 12:46:59  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2026-01-22 12:46:59  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9/ubi-minimal"       version="9.7"       cpe="cpe:/a:redhat:enterprise_linux:9::appstream"       distribution-scope="public"
                        
# 2026-01-22 12:46:59  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2026-01-22 12:46:59  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2026-01-22 12:46:59  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:5ec24aa8adde26bbe9c34e30ef9fe158dcba8a6a25198ee72c423b7872316e9e",
    "RepoTags": [
        "arm64v8/mariadb:10.6.24-ubi",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arm64v8/mariadb:10.6.24-ubi-linuxarm64"
    ],
    "RepoDigests": [
        "arm64v8/mariadb@sha256:650857a1c3a4f78f6aebd92ad24701eb3bec6ab4b3589cf9ae499d90cf34c2ad",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/arm64v8/mariadb@sha256:507dad65745cdffd2a29656c70a5f61069edc514dd4cd3ad67e65d0767dca55d"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-01-26T22:11:06.491259877Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "mysql",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "3306/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "GOSU_VERSION=1.19",
            "MARIADB_VERSION=10.6.24"
        ],
        "Cmd": [
            "mariadbd"
        ],
        "Image": "",
        "Volumes": {
            "/var/lib/mysql": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "aarch64",
            "build-date": "2026-01-22T04:46:44Z",
            "com.redhat.component": "ubi9-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream",
            "description": "MariaDB Database for relational SQL",
            "distribution-scope": "public",
            "io.buildah.version": "1.41.5",
            "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.",
            "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel9",
            "maintainer": "Red Hat, Inc.",
            "name": "MariaDB Server",
            "org.opencontainers.image.authors": "MariaDB Community",
            "org.opencontainers.image.base.name": "docker.io/redhat/ubi9-minimal",
            "org.opencontainers.image.created": "2026-01-22T04:46:44Z",
            "org.opencontainers.image.description": "MariaDB Database for relational SQL",
            "org.opencontainers.image.documentation": "https://hub.docker.com/_/mariadb/",
            "org.opencontainers.image.licenses": "GPL-2.0",
            "org.opencontainers.image.revision": "812a20485e9d8d728e95b468c2886da21352b9fc",
            "org.opencontainers.image.source": "https://github.com/MariaDB/mariadb-docker",
            "org.opencontainers.image.title": "MariaDB Database",
            "org.opencontainers.image.url": "https://github.com/MariaDB/mariadb-docker",
            "org.opencontainers.image.vendor": "MariaDB Community",
            "org.opencontainers.image.version": "10.6.24",
            "release": "Refer to Annotations org.opencontainers.image.{revision,source}",
            "summary": "MariaDB Database",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "812a20485e9d8d728e95b468c2886da21352b9fc",
            "vcs-type": "git",
            "vendor": "MariaDB Community",
            "version": "10.6.24"
        }
    },
    "Architecture": "arm64",
    "Variant": "v8",
    "Os": "linux",
    "Size": 489819166,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/cc90306df8577e04f9e0808b3b23747813d545efc4a0aa78e8569a8433f01844/diff:/var/lib/docker/overlay2/781b2259f34f8f23730eb92b50445a93698b5dd4b7a1faab1b091850861b34cd/diff:/var/lib/docker/overlay2/49e1d40700a9c1d8647c0377b0165370c994fa370131b2849b545b01af776f25/diff:/var/lib/docker/overlay2/6a3f52bbba44fc47815f01f7e576f31051a9466f212528663dada6581b47636a/diff:/var/lib/docker/overlay2/f56af37303a93d6fd11d00c1b6b8798d3ff3051d4bd28dcd96e10157a62705cb/diff:/var/lib/docker/overlay2/a9786f1597e5f911460763bc2bbbc600c49244b809e71fed8935cc7b5e49220d/diff:/var/lib/docker/overlay2/8f869746a6c8c5f8265e854125d9e102bc82d706a6708f96ee70b3bacf54047c/diff:/var/lib/docker/overlay2/63375401b5f10d85ce8dd6988300fcc214bcfd4cad2b325b30a59483fb112e32/diff:/var/lib/docker/overlay2/cc2f50875d3e064aef8e62f05499b7f4fdb8924aec443fb453ed886d43737813/diff",
            "MergedDir": "/var/lib/docker/overlay2/3e0689134a878c8d6ec678f5b5bd6a9f664d783198a0d4464f63437d5ca3698c/merged",
            "UpperDir": "/var/lib/docker/overlay2/3e0689134a878c8d6ec678f5b5bd6a9f664d783198a0d4464f63437d5ca3698c/diff",
            "WorkDir": "/var/lib/docker/overlay2/3e0689134a878c8d6ec678f5b5bd6a9f664d783198a0d4464f63437d5ca3698c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:cccabec5eb424db36536fbee18d192184da7fb7cc29b0180a73a05bc12458cd0",
            "sha256:27a14bccb06e49fdb379cfe5f618e7403150983a14e48b9923ea7e3951b36c99",
            "sha256:7ba746541651425b86b1db09416377766a7fc5defb0f3de30255afb011296949",
            "sha256:62e39605ca2ccc74aefc7543134183aec2c27147d35f4aad66a54eb6ddd19608",
            "sha256:039cd223052904c953ac5e601f9b9aea7e6010161937e6d08a87320986e70dbd",
            "sha256:a3c29abff05fcf7c3c7313805ddd731025bc4c733ba562b639d682a7554123cc",
            "sha256:5a35e43ed85cc14d714b742b7c018967f8cc09bbfb5ae981c05eefbd14523842",
            "sha256:3cecb0a4ab88ccbf1d4e205dab3384dac67a231142fbe4b7c74e5a85b2fbfde4",
            "sha256:0a35efe572ac049203ac9f0564758e4d1ea744a474c46c8eebcce95e3fd2a0c5",
            "sha256:b6a259b50dbcf6ba33f9d9ad120ac7c6b1179884ac05a7c342c65b3a99569f8e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-03T20:25:47.26196976+08:00"
    }
}

更多版本

docker.io/arm64v8/mariadb:10.6.24-ubi

linux/arm64 docker.io489.82MB2026-02-03 20:26
9