镜像信息
{
"Id": "sha256:2cd55c07d5f4a3e8d93d09bdbc5887af5812c8ab508eaaceb29fa7a1a4b3ea9e",
"RepoTags": [
"bitnami/mysql:8.4.3-debian-12-r0",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/mysql:8.4.3-debian-12-r0"
],
"RepoDigests": [
"bitnami/mysql@sha256:a78fa42d3af20c19bb295e473f5cfa231a7f9643072e602e6e3229285465e173",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/mysql@sha256:6330379c722904558386717a5282e300a35d51c58c6e05d05104734444456775"
],
"Parent": "",
"Comment": "[{\"created\":\"2024-10-10T00:13:45.403089022Z\",\"comment\":\"from Bitnami with love\"},{\"created\":\"2024-10-16T08:51:24.921036129Z\",\"created_by\":\"ARG DOWNLOADS_URL\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-16T08:51:24.921036129Z\",\"created_by\":\"ARG TARGETARCH\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-16T08:51:24.921036129Z\",\"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-10-16T08:50:43Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/mysql/README.md org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=8.4.3-debian-12-r0 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/mysql org.opencontainers.image.title=mysql org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=8.4.3\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-16T08:51:24.921036129Z\",\"created_by\":\"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-16T08:51:24.921036129Z\",\"created_by\":\"COPY prebuildfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-10-16T08:51:24.921036129Z\",\"created_by\":\"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-16T08:51:33.440546715Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl gcc-11 libaio1 libcom-err2 libgcc-s1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libsasl2-2 libssl3 libstdc++6 libtinfo6 libtirpc3 libudev1 procps psmisc # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-10-16T08:51:42.051158754Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-5-linux-${OS_ARCH}-debian-12\\\" \\\"mysql-8.4.3-0-linux-${OS_ARCH}-debian-12\\\" ) ; for COMPONENT in \\\"${COMPONENTS[@]}\\\"; do if [ ! -f \\\"${COMPONENT}.tar.gz\\\" ]; then curl -SsLf \\\"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz\\\" -O ; curl -SsLf \\\"https://${DOWNLOADS_URL}/${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-10-16T08:51:44.623606196Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-10-16T08:51:45.474864372Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-10-16T08:51:46.398167657Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-10-16T08:51:49.337474497Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir /docker-entrypoint-initdb.d # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-10-16T08:51:53.571291376Z\",\"created_by\":\"COPY rootfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-10-16T08:52:01.015474444Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/mysql/postunpack.sh # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-10-16T08:52:01.015474444Z\",\"created_by\":\"ENV APP_VERSION=8.4.3 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\":\"2024-10-16T08:52:01.015474444Z\",\"created_by\":\"EXPOSE map[3306/tcp:{}]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-16T08:52:01.015474444Z\",\"created_by\":\"USER 1001\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-16T08:52:01.015474444Z\",\"created_by\":\"ENTRYPOINT [\\\"/opt/bitnami/scripts/mysql/entrypoint.sh\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-16T08:52:01.015474444Z\",\"created_by\":\"CMD [\\\"/opt/bitnami/scripts/mysql/run.sh\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true}]",
"Created": "2024-10-16T08:52:01.015474444Z",
"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-12",
"OS_NAME=linux",
"APP_VERSION=8.4.3",
"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": {
"com.vmware.cp.artifact.flavor": "sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83",
"org.opencontainers.image.base.name": "docker.io/bitnami/minideb:bookworm",
"org.opencontainers.image.created": "2024-10-16T08:50:43Z",
"org.opencontainers.image.description": "Application packaged by Broadcom, Inc.",
"org.opencontainers.image.documentation": "https://github.com/bitnami/containers/tree/main/bitnami/mysql/README.md",
"org.opencontainers.image.licenses": "Apache-2.0",
"org.opencontainers.image.ref.name": "8.4.3-debian-12-r0",
"org.opencontainers.image.source": "https://github.com/bitnami/containers/tree/main/bitnami/mysql",
"org.opencontainers.image.title": "mysql",
"org.opencontainers.image.vendor": "Broadcom, Inc.",
"org.opencontainers.image.version": "8.4.3"
},
"Shell": [
"/bin/bash",
"-o",
"errexit",
"-o",
"nounset",
"-o",
"pipefail",
"-c"
]
},
"Architecture": "amd64",
"Os": "linux",
"Size": 742423014,
"GraphDriver": {
"Data": {
"MergedDir": "/var/lib/docker/overlay2/cad87594e060907da392c820eaade886219c59ea5672d23aedd73b6c303bf3fd/merged",
"UpperDir": "/var/lib/docker/overlay2/cad87594e060907da392c820eaade886219c59ea5672d23aedd73b6c303bf3fd/diff",
"WorkDir": "/var/lib/docker/overlay2/cad87594e060907da392c820eaade886219c59ea5672d23aedd73b6c303bf3fd/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:3214a48e0c94f57a3efd1907e56eb495bac1e47378eaf558cf83711e12437c70"
]
},
"Metadata": {
"LastTagTime": "2024-10-20T20:07:22.97400539+08:00"
}
}