镜像信息
{
"Id": "sha256:c5df51899f5cdae089c5126816cc3aa58d27b0642a6f6c81fca9e4e8084da647",
"RepoTags": [
"bitnami/dotnet:6-debian-12",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/dotnet:6-debian-12-linuxarm64"
],
"RepoDigests": [
"bitnami/dotnet@sha256:1c938e43b33e247b0c20fb772475a621a793e83bd7a0ccc6c16c6438fdbb330f",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/dotnet@sha256:9423b3d4b4b1e697339ec0b25168e9853a24c1519478ba27462956522d890502"
],
"Parent": "",
"Comment": "[{\"created\":\"2024-10-23T08:46:23.209660524Z\",\"comment\":\"from Bitnami with love\"},{\"created\":\"2024-11-13T09:09:49.996380481Z\",\"created_by\":\"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-11-13T09:09:49.996380481Z\",\"created_by\":\"ARG TARGETARCH\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-11-13T09:09:49.996380481Z\",\"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-11-13T09:08:19Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/dotnet/README.md org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=6.0.36-debian-12-r1 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/dotnet org.opencontainers.image.title=dotnet org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=6.0.36\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-11-13T09:09:49.996380481Z\",\"created_by\":\"ENV HOME=/app OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-11-13T09:09:49.996380481Z\",\"created_by\":\"COPY prebuildfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-11-13T09:09:49.996380481Z\",\"created_by\":\"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-11-13T09:12:54.169676339Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages build-essential ca-certificates curl git libcap2-bin libgcc-s1 libicu-dev liblttng-ust-dev libsqlite3-dev libssl-dev libstdc++6 pkg-config procps unzip wget zlib1g # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-11-13T09:13:03.399089567Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \\\"dotnet-6.0.36-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-11-13T09:13:22.950538636Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c 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-11-13T09:13:25.255794396Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /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-11-13T09:13:29.677462629Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs \\u0026\\u0026 sed -i 's/^PASS_MIN_DAYS.*/PASS_MIN_DAYS 0/' /etc/login.defs \\u0026\\u0026 sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-11-13T09:13:36.758492194Z\",\"created_by\":\"COPY rootfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-11-13T09:13:54.028738219Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/dotnet/postunpack.sh # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-11-13T09:13:54.028738219Z\",\"created_by\":\"ENV APP_VERSION=6.0.36 BITNAMI_APP_NAME=dotnet DOTNET_CLI_HOME=/app DOTNET_ROOT=/opt/bitnami/dotnet/bin PATH=/opt/bitnami/dotnet/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-11-13T09:14:05.637110801Z\",\"created_by\":\"WORKDIR /app\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-11-13T09:14:05.637110801Z\",\"created_by\":\"ENTRYPOINT [\\\"/opt/bitnami/scripts/dotnet/entrypoint.sh\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-11-13T09:14:05.637110801Z\",\"created_by\":\"CMD [\\\"/bin/bash\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true}]",
"Created": "2024-11-13T09:14:05.637110801Z",
"Container": "",
"ContainerConfig": null,
"DockerVersion": "",
"Author": "",
"Config": {
"Hostname": "",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PATH=/opt/bitnami/dotnet/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME=/app",
"OS_ARCH=arm64",
"OS_FLAVOUR=debian-12",
"OS_NAME=linux",
"APP_VERSION=6.0.36",
"BITNAMI_APP_NAME=dotnet",
"DOTNET_CLI_HOME=/app",
"DOTNET_ROOT=/opt/bitnami/dotnet/bin"
],
"Cmd": [
"/bin/bash"
],
"ArgsEscaped": true,
"Image": "",
"Volumes": null,
"WorkingDir": "/app",
"Entrypoint": [
"/opt/bitnami/scripts/dotnet/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-11-13T09:08:19Z",
"org.opencontainers.image.description": "Application packaged by Broadcom, Inc.",
"org.opencontainers.image.documentation": "https://github.com/bitnami/containers/tree/main/bitnami/dotnet/README.md",
"org.opencontainers.image.licenses": "Apache-2.0",
"org.opencontainers.image.ref.name": "6.0.36-debian-12-r1",
"org.opencontainers.image.source": "https://github.com/bitnami/containers/tree/main/bitnami/dotnet",
"org.opencontainers.image.title": "dotnet",
"org.opencontainers.image.vendor": "Broadcom, Inc.",
"org.opencontainers.image.version": "6.0.36"
},
"Shell": [
"/bin/bash",
"-o",
"errexit",
"-o",
"nounset",
"-o",
"pipefail",
"-c"
]
},
"Architecture": "arm64",
"Os": "linux",
"Size": 647675666,
"GraphDriver": {
"Data": {
"MergedDir": "/var/lib/docker/overlay2/d98f267364d5da0fe9de50543e8a7defd16c399af7aba8211865be1aaa9ba6c6/merged",
"UpperDir": "/var/lib/docker/overlay2/d98f267364d5da0fe9de50543e8a7defd16c399af7aba8211865be1aaa9ba6c6/diff",
"WorkDir": "/var/lib/docker/overlay2/d98f267364d5da0fe9de50543e8a7defd16c399af7aba8211865be1aaa9ba6c6/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:2af1cc27a543199cb1eee8469ba9b915b29c5f0373d4289d18b5335a41de094b"
]
},
"Metadata": {
"LastTagTime": "2025-09-16T09:44:26.5722694+08:00"
}
}