镜像信息
{
"Id": "sha256:f9ddee75290e97d78f79927b4c86d596b1202f0c708f26087221a54117a2a4b8",
"RepoTags": [
"bitnami/apisix-dashboard:3.0.1-debian-12-r45",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/apisix-dashboard:3.0.1-debian-12-r45"
],
"RepoDigests": [
"bitnami/apisix-dashboard@sha256:15e1ef7695cef64a8ae7e96f8ddf41eb1a5108d1f6dff030134ebbfed67feb94",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/apisix-dashboard@sha256:aa5636acd6f7021c2f34a65abae96528cb1e815f4a1fd2f6ca54bd8155bf77b5"
],
"Parent": "",
"Comment": "[{\"created\":\"2024-09-05T00:12:56.503576797Z\",\"comment\":\"from Bitnami with love\"},{\"created\":\"2024-09-05T21:40:09.952663086Z\",\"created_by\":\"ARG TARGETARCH\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-09-05T21:40:09.952663086Z\",\"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-05T21:39:48Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/apisix-dashboard/README.md org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=3.0.1-debian-12-r45 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/apisix-dashboard org.opencontainers.image.title=apisix-dashboard org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=3.0.1\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-09-05T21:40:09.952663086Z\",\"created_by\":\"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-09-05T21:40:09.952663086Z\",\"created_by\":\"COPY prebuildfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-09-05T21:40:09.952663086Z\",\"created_by\":\"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-09-05T21:40:14.638159047Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-09-05T21:40:16.966564794Z\",\"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=( \\\"yq-4.44.3-2-linux-${OS_ARCH}-debian-12\\\" \\\"render-template-1.0.7-3-linux-${OS_ARCH}-debian-12\\\" \\\"apisix-dashboard-3.0.1-26-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-05T21:40:17.393896818Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /opt/bitnami/apisix-dashboard/logs \\u0026\\u0026 chmod g+rwX /opt/bitnami/apisix-dashboard/logs # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-09-05T21:40:20.503745209Z\",\"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-05T21:40:35.755484371Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c useradd -r -u 1001 -g root apisix-dashboard # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-09-05T21:40:36.302440162Z\",\"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-05T21:40:36.302440162Z\",\"created_by\":\"ENV APP_VERSION=3.0.1 BITNAMI_APP_NAME=apisix-dashboard PATH=/opt/bitnami/common/bin:/opt/bitnami/apisix-dashboard:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-09-05T21:40:37.173747031Z\",\"created_by\":\"WORKDIR /opt/bitnami/apisix-dashboard\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-09-05T21:40:37.173747031Z\",\"created_by\":\"USER 1001\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-09-05T21:40:37.173747031Z\",\"created_by\":\"ENTRYPOINT [\\\"/opt/bitnami/apisix-dashboard/manager-api\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true}]",
"Created": "2024-09-05T21:40:37.173747031Z",
"Container": "",
"ContainerConfig": null,
"DockerVersion": "",
"Author": "",
"Config": {
"Hostname": "",
"Domainname": "",
"User": "1001",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PATH=/opt/bitnami/common/bin:/opt/bitnami/apisix-dashboard:/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=3.0.1",
"BITNAMI_APP_NAME=apisix-dashboard"
],
"Cmd": null,
"Image": "",
"Volumes": null,
"WorkingDir": "/opt/bitnami/apisix-dashboard",
"Entrypoint": [
"/opt/bitnami/apisix-dashboard/manager-api"
],
"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-05T21:39:48Z",
"org.opencontainers.image.description": "Application packaged by Broadcom, Inc.",
"org.opencontainers.image.documentation": "https://github.com/bitnami/containers/tree/main/bitnami/apisix-dashboard/README.md",
"org.opencontainers.image.licenses": "Apache-2.0",
"org.opencontainers.image.ref.name": "3.0.1-debian-12-r45",
"org.opencontainers.image.source": "https://github.com/bitnami/containers/tree/main/bitnami/apisix-dashboard",
"org.opencontainers.image.title": "apisix-dashboard",
"org.opencontainers.image.vendor": "Broadcom, Inc.",
"org.opencontainers.image.version": "3.0.1"
},
"Shell": [
"/bin/bash",
"-o",
"errexit",
"-o",
"nounset",
"-o",
"pipefail",
"-c"
]
},
"Architecture": "amd64",
"Os": "linux",
"Size": 264713857,
"GraphDriver": {
"Data": {
"MergedDir": "/var/lib/docker/overlay2/cb1168282726dc2f7b174821e0eba25e4e123f192f5a8c6b639ba42b99848226/merged",
"UpperDir": "/var/lib/docker/overlay2/cb1168282726dc2f7b174821e0eba25e4e123f192f5a8c6b639ba42b99848226/diff",
"WorkDir": "/var/lib/docker/overlay2/cb1168282726dc2f7b174821e0eba25e4e123f192f5a8c6b639ba42b99848226/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:81eabb1e745eb0c18d467e2815876aeba2734834bda943090e7c51ef347d95f8"
]
},
"Metadata": {
"LastTagTime": "2024-10-11T15:13:35.484861103+08:00"
}
}