镜像信息
{
"Id": "sha256:6bd7b062b9d966f89c5445cc0c8fbc059e461a54ff59eb1cb1eb2dc5b8f51395",
"RepoTags": [
"bitnami/mariadb:latest",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/mariadb:latest"
],
"RepoDigests": [
"bitnami/mariadb@sha256:7ed3968f20d214c3f56546fe7cd392bb8184965aebb89e35de70ff458e10133f",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/mariadb@sha256:6dee1f99e451333aea928b908f3517880103a1a0f55ab7c31b6c168e2c3ccf8d"
],
"Parent": "",
"Comment": "[{\"created\":\"2024-09-01T00:15:36.938420003Z\",\"comment\":\"from Bitnami with love\"},{\"created\":\"2024-09-04T06:34:54.657628519Z\",\"created_by\":\"ARG TARGETARCH\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-09-04T06:34:54.657628519Z\",\"created_by\":\"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2024-09-04T06:21:44Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/mariadb/README.md org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=11.4.3-debian-12-r1 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/mariadb org.opencontainers.image.title=mariadb org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=11.4.3\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-09-04T06:34:54.657628519Z\",\"created_by\":\"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-09-04T06:34:54.657628519Z\",\"created_by\":\"COPY prebuildfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-09-04T06:34:54.657628519Z\",\"created_by\":\"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-09-04T06:35:09.318158695Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl libaio1 libaudit1 libcap-ng0 libcrypt1 libgcc-s1 libicu72 liblzma5 libncurses6 libpam0g libssl3 libstdc++6 libtinfo6 libxml2 procps psmisc zlib1g # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-09-04T06:35:21.879112829Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \\\"ini-file-1.4.7-3-linux-${OS_ARCH}-debian-12\\\" \\\"mariadb-11.4.3-0-linux-${OS_ARCH}-debian-12\\\" ) ; for COMPONENT in \\\"${COMPONENTS[@]}\\\"; do if [ ! -f \\\"${COMPONENT}.tar.gz\\\" ]; then curl -SsLf \\\"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz\\\" -O ; curl -SsLf \\\"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256\\\" -O ; fi ; sha256sum -c \\\"${COMPONENT}.tar.gz.sha256\\\" ; tar -zxf \\\"${COMPONENT}.tar.gz\\\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; rm -rf \\\"${COMPONENT}\\\".tar.gz{,.sha256} ; done # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-09-04T06:35:27.319831785Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get autoremove --purge -y curl \\u0026\\u0026 apt-get update \\u0026\\u0026 apt-get upgrade -y \\u0026\\u0026 apt-get clean \\u0026\\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-09-04T06:35:28.859631106Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-09-04T06:35:30.065697281Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c find / -perm /6000 -type f -exec chmod a-s {} \\\\; || true # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-09-04T06:35:30.996905498Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir /docker-entrypoint-initdb.d # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-09-04T06:35:31.740761874Z\",\"created_by\":\"COPY rootfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-09-04T06:35:33.981821454Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/mariadb/postunpack.sh # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-09-04T06:35:33.981821454Z\",\"created_by\":\"ENV APP_VERSION=11.4.3 BITNAMI_APP_NAME=mariadb PATH=/opt/bitnami/common/bin:/opt/bitnami/common/sbin:/opt/bitnami/mariadb/bin:/opt/bitnami/mariadb/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-09-04T06:35:33.981821454Z\",\"created_by\":\"EXPOSE map[3306/tcp:{}]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-09-04T06:35:33.981821454Z\",\"created_by\":\"USER 1001\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-09-04T06:35:33.981821454Z\",\"created_by\":\"ENTRYPOINT [\\\"/opt/bitnami/scripts/mariadb/entrypoint.sh\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-09-04T06:35:33.981821454Z\",\"created_by\":\"CMD [\\\"/opt/bitnami/scripts/mariadb/run.sh\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true}]",
"Created": "2024-09-04T06:35:33.981821454Z",
"Container": "",
"ContainerConfig": null,
"DockerVersion": "",
"Author": "",
"Config": {
"Hostname": "",
"Domainname": "",
"User": "1001",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"3306/tcp": {}
},
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PATH=/opt/bitnami/common/bin:/opt/bitnami/common/sbin:/opt/bitnami/mariadb/bin:/opt/bitnami/mariadb/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME=/",
"OS_ARCH=amd64",
"OS_FLAVOUR=debian-12",
"OS_NAME=linux",
"APP_VERSION=11.4.3",
"BITNAMI_APP_NAME=mariadb"
],
"Cmd": [
"/opt/bitnami/scripts/mariadb/run.sh"
],
"ArgsEscaped": true,
"Image": "",
"Volumes": null,
"WorkingDir": "",
"Entrypoint": [
"/opt/bitnami/scripts/mariadb/entrypoint.sh"
],
"OnBuild": null,
"Labels": {
"com.vmware.cp.artifact.flavor": "sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83",
"org.opencontainers.image.base.name": "docker.io/bitnami/minideb:bookworm",
"org.opencontainers.image.created": "2024-09-04T06:21:44Z",
"org.opencontainers.image.description": "Application packaged by Broadcom, Inc.",
"org.opencontainers.image.documentation": "https://github.com/bitnami/containers/tree/main/bitnami/mariadb/README.md",
"org.opencontainers.image.licenses": "Apache-2.0",
"org.opencontainers.image.ref.name": "11.4.3-debian-12-r1",
"org.opencontainers.image.source": "https://github.com/bitnami/containers/tree/main/bitnami/mariadb",
"org.opencontainers.image.title": "mariadb",
"org.opencontainers.image.vendor": "Broadcom, Inc.",
"org.opencontainers.image.version": "11.4.3"
},
"Shell": [
"/bin/bash",
"-o",
"errexit",
"-o",
"nounset",
"-o",
"pipefail",
"-c"
]
},
"Architecture": "amd64",
"Os": "linux",
"Size": 431749602,
"GraphDriver": {
"Data": {
"MergedDir": "/var/lib/docker/overlay2/e6e6895f36af32e1249c9b71415499072c8a9b97d9ab304f428bbaa8a943e421/merged",
"UpperDir": "/var/lib/docker/overlay2/e6e6895f36af32e1249c9b71415499072c8a9b97d9ab304f428bbaa8a943e421/diff",
"WorkDir": "/var/lib/docker/overlay2/e6e6895f36af32e1249c9b71415499072c8a9b97d9ab304f428bbaa8a943e421/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:dce86e257312e22dccb606daaaedf83cf4b2ae15e8c25c111a2ae6d8fa464b4e"
]
},
"Metadata": {
"LastTagTime": "2024-09-29T08:17:07.239691489+08:00"
}
}