镜像信息
{
"Id": "sha256:65e6d8ad096e1cf1865160d8a70f87bb3a2b62e44cfbd8ebd68983ed06beb205",
"RepoTags": [
"bitnamilegacy/mysql:8.0.32-debian-11-r26",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnamilegacy/mysql:8.0.32-debian-11-r26"
],
"RepoDigests": [
"bitnamilegacy/mysql@sha256:ac2675c9f901fdc9a24994b533de0e78d133bd1a5cc2c7939ac91df46becd47c",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnamilegacy/mysql@sha256:a134d42606010014d1f69bbdbf7d238bef710ee16dff96be8791368e73116fa2"
],
"Parent": "",
"Comment": "[{\"created\":\"2023-04-07T00:10:21.437861919Z\",\"comment\":\"from Bitnami with love\"},{\"created\":\"2023-04-16T21:43:09.018925767Z\",\"created_by\":\"ARG TARGETARCH\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-04-16T21:43:09.018925767Z\",\"created_by\":\"LABEL org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-04-16T21:42:16Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=8.0.32-debian-11-r26 org.opencontainers.image.title=mysql org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=8.0.32\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-04-16T21:43:09.018925767Z\",\"created_by\":\"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-04-16T21:43:09.018925767Z\",\"created_by\":\"COPY prebuildfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-04-16T21:43:09.018925767Z\",\"created_by\":\"SHELL [/bin/bash -o pipefail -c]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-04-16T21:43:23.353170129Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c install_packages ca-certificates curl libaio1 libcom-err2 libgcc-s1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libsasl2-2 libssl1.1 libstdc++6 libtinfo6 libtirpc3 procps psmisc # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-04-16T21:43:32.072944996Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ \\u0026\\u0026 cd /tmp/bitnami/pkg/cache/ \\u0026\\u0026 COMPONENTS=( \\\"ini-file-1.4.5-4-linux-${OS_ARCH}-debian-11\\\" \\\"mysql-8.0.32-3-linux-${OS_ARCH}-debian-11\\\" \\\"gosu-1.16.0-5-linux-${OS_ARCH}-debian-11\\\" ) \\u0026\\u0026 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 \\u0026\\u0026 sha256sum -c \\\"${COMPONENT}.tar.gz.sha256\\\" \\u0026\\u0026 tar -zxf \\\"${COMPONENT}.tar.gz\\\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' \\u0026\\u0026 rm -rf \\\"${COMPONENT}\\\".tar.gz{,.sha256} ; done # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-04-16T21:43:36.712688838Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -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\":\"2023-04-16T21:43:36.951585986Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-04-16T21:43:37.033875658Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c mkdir /docker-entrypoint-initdb.d # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-04-16T21:43:37.069912492Z\",\"created_by\":\"COPY rootfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-04-16T21:43:37.181476372Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c /opt/bitnami/scripts/mysql/postunpack.sh # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2023-04-16T21:43:37.181476372Z\",\"created_by\":\"ENV APP_VERSION=8.0.32 BITNAMI_APP_NAME=mysql PATH=/opt/bitnami/common/bin:/opt/bitnami/mysql/bin:/opt/bitnami/mysql/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-04-16T21:43:37.181476372Z\",\"created_by\":\"EXPOSE map[3306/tcp:{}]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-04-16T21:43:37.181476372Z\",\"created_by\":\"USER 1001\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-04-16T21:43:37.181476372Z\",\"created_by\":\"ENTRYPOINT [\\\"/opt/bitnami/scripts/mysql/entrypoint.sh\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2023-04-16T21:43:37.181476372Z\",\"created_by\":\"CMD [\\\"/opt/bitnami/scripts/mysql/run.sh\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true}]",
"Created": "2023-04-16T21:43:37.181476372Z",
"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/mysql/bin:/opt/bitnami/mysql/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME=/",
"OS_ARCH=amd64",
"OS_FLAVOUR=debian-11",
"OS_NAME=linux",
"APP_VERSION=8.0.32",
"BITNAMI_APP_NAME=mysql"
],
"Cmd": [
"/opt/bitnami/scripts/mysql/run.sh"
],
"ArgsEscaped": true,
"Image": "",
"Volumes": null,
"WorkingDir": "",
"Entrypoint": [
"/opt/bitnami/scripts/mysql/entrypoint.sh"
],
"OnBuild": null,
"Labels": {
"org.opencontainers.image.base.name": "docker.io/bitnami/minideb:bullseye",
"org.opencontainers.image.created": "2023-04-16T21:42:16Z",
"org.opencontainers.image.description": "Application packaged by VMware, Inc",
"org.opencontainers.image.licenses": "Apache-2.0",
"org.opencontainers.image.ref.name": "8.0.32-debian-11-r26",
"org.opencontainers.image.title": "mysql",
"org.opencontainers.image.vendor": "VMware, Inc.",
"org.opencontainers.image.version": "8.0.32"
},
"Shell": [
"/bin/bash",
"-o",
"pipefail",
"-c"
]
},
"Architecture": "amd64",
"Os": "linux",
"Size": 515526288,
"GraphDriver": {
"Data": {
"MergedDir": "/var/lib/docker/overlay2/b4fd514aaba670753a92d16aaf8bae480a8632fa8c5e91ad9589116f599ca5aa/merged",
"UpperDir": "/var/lib/docker/overlay2/b4fd514aaba670753a92d16aaf8bae480a8632fa8c5e91ad9589116f599ca5aa/diff",
"WorkDir": "/var/lib/docker/overlay2/b4fd514aaba670753a92d16aaf8bae480a8632fa8c5e91ad9589116f599ca5aa/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:5644297f316825a8f580aa2316b87dcd13667d228bc21268e89394b3341f1ed2"
]
},
"Metadata": {
"LastTagTime": "2026-03-09T20:45:04.316319777+08:00"
}
}