镜像信息
{
"Id": "sha256:4c9662a28b610b88072336dec024e8459b31e58ca3a390f5ffa610da31e52817",
"RepoTags": [
"bitnami/pymilvus:2.5.7-debian-12-r0",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/pymilvus:2.5.7-debian-12-r0"
],
"RepoDigests": [
"bitnami/pymilvus@sha256:f901516dbb51b62a8c700ec3b087d46bafbdc094613a6d1030ea4362e94ff9cd",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/pymilvus@sha256:e4759739e2b545604dec444345528ae5376ac7af4486cd163346ce068160031a"
],
"Parent": "",
"Comment": "[{\"created\":\"2025-04-18T00:06:38.579104672Z\",\"comment\":\"from Bitnami with love\"},{\"created\":\"2025-04-23T14:32:41.730571762Z\",\"created_by\":\"ARG DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-04-23T14:32:41.730571762Z\",\"created_by\":\"ARG TARGETARCH=amd64\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-04-23T14:32:41.730571762Z\",\"created_by\":\"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2025-04-23T14:32:20Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/pymilvus/README.md org.opencontainers.image.ref.name=2.5.7-debian-12-r0 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/pymilvus org.opencontainers.image.title=pymilvus org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=2.5.7\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-04-23T14:32:41.730571762Z\",\"created_by\":\"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-04-23T14:32:41.730571762Z\",\"created_by\":\"COPY prebuildfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-04-23T14:32:41.730571762Z\",\"created_by\":\"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-04-23T14:32:46.425961232Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl libbz2-1.0 libcom-err2 libcrypt1 libffi8 libgcc-s1 libgomp1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libquadmath0 libreadline8 libsqlite3-0 libssl3 libstdc++6 libtinfo6 libtirpc3 procps zlib1g # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-04-23T14:32:53.713617508Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; COMPONENTS=( \\\"python-3.12.10-4-linux-${OS_ARCH}-debian-12\\\" \\\"pymilvus-2.5.7-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 ; rm -rf \\\"${COMPONENT}\\\".tar.gz{,.sha256} ; done # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-04-23T14:32:56.632724926Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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\":\"2025-04-23T14:32:57.684301046Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c useradd -r -u 1001 -g root pymilvus # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-04-23T14:32:58.79450456Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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\":\"2025-04-23T14:33:00.137412785Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir /.local \\u0026\\u0026 chmod g+rwX /.local # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-04-23T14:33:01.671036228Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir /app \\u0026\\u0026 chmod g+rwX /app # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-04-23T14:33:01.671036228Z\",\"created_by\":\"ENV APP_VERSION=2.5.7 BITNAMI_APP_NAME=pymilvus PATH=/opt/bitnami/python/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-04-23T14:33:03.184756504Z\",\"created_by\":\"WORKDIR /app\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-04-23T14:33:03.184756504Z\",\"created_by\":\"USER 1001\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-04-23T14:33:03.184756504Z\",\"created_by\":\"ENTRYPOINT [\\\"python\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true}]",
"Created": "2025-04-23T14:33:03.184756504Z",
"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/python/bin:/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=2.5.7",
"BITNAMI_APP_NAME=pymilvus"
],
"Cmd": null,
"Image": "",
"Volumes": null,
"WorkingDir": "/app",
"Entrypoint": [
"python"
],
"OnBuild": null,
"Labels": {
"com.vmware.cp.artifact.flavor": "sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83",
"org.opencontainers.image.base.name": "docker.io/bitnami/minideb:bookworm",
"org.opencontainers.image.created": "2025-04-23T14:32:20Z",
"org.opencontainers.image.description": "Application packaged by Broadcom, Inc.",
"org.opencontainers.image.documentation": "https://github.com/bitnami/containers/tree/main/bitnami/pymilvus/README.md",
"org.opencontainers.image.ref.name": "2.5.7-debian-12-r0",
"org.opencontainers.image.source": "https://github.com/bitnami/containers/tree/main/bitnami/pymilvus",
"org.opencontainers.image.title": "pymilvus",
"org.opencontainers.image.vendor": "Broadcom, Inc.",
"org.opencontainers.image.version": "2.5.7"
},
"Shell": [
"/bin/bash",
"-o",
"errexit",
"-o",
"nounset",
"-o",
"pipefail",
"-c"
]
},
"Architecture": "amd64",
"Os": "linux",
"Size": 500421914,
"GraphDriver": {
"Data": {
"MergedDir": "/var/lib/docker/overlay2/6a5becd2833eda11cd03f295bb843f49785e1d3e51b3b2902ac7ea00e00935ab/merged",
"UpperDir": "/var/lib/docker/overlay2/6a5becd2833eda11cd03f295bb843f49785e1d3e51b3b2902ac7ea00e00935ab/diff",
"WorkDir": "/var/lib/docker/overlay2/6a5becd2833eda11cd03f295bb843f49785e1d3e51b3b2902ac7ea00e00935ab/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:bc9aa35c1e431a9041132516a5debadd1c3b8334329e6aa13fa77ddd05eacdea"
]
},
"Metadata": {
"LastTagTime": "2025-05-03T09:57:36.704672769+08:00"
}
}