镜像信息
{
"Id": "sha256:31f896b59278ab29a6075930a1268d60d41e30aacbc217dac6555801f17eafd9",
"RepoTags": [
"bitnami/pymilvus:2.5.10-debian-12-r1",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/pymilvus:2.5.10-debian-12-r1"
],
"RepoDigests": [
"bitnami/pymilvus@sha256:bf208e7752f2c0ffdb725738e5ce04398ba0208ac5457ac5e388a008143d95d3",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/pymilvus@sha256:5d1849867e932b8ffda0bc1ff6a3fefcbbaaedec4c4bc9aa5410a28f6ea11ebe"
],
"Parent": "",
"Comment": "[{\"created\":\"2025-05-30T00:13:59.846728425Z\",\"comment\":\"from Bitnami with love\"},{\"created\":\"2025-05-30T15:49:16.070415915Z\",\"created_by\":\"ARG DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-30T15:49:16.070415915Z\",\"created_by\":\"ARG TARGETARCH=amd64\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-30T15:49:16.070415915Z\",\"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-05-30T15:47:33Z 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.10-debian-12-r1 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.10\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-30T15:49:16.070415915Z\",\"created_by\":\"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-30T15:49:16.070415915Z\",\"created_by\":\"COPY prebuildfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-30T15:49:16.070415915Z\",\"created_by\":\"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-30T15:49:20.966050505Z\",\"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-05-30T15:49:26.738071067Z\",\"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-15-linux-${OS_ARCH}-debian-12\\\" \\\"pymilvus-2.5.10-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-05-30T15:49:29.161173165Z\",\"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 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-05-30T15:49:30.19273754Z\",\"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-05-30T15:49:31.27596344Z\",\"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-05-30T15:49:32.272927864Z\",\"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-05-30T15:49:33.298232349Z\",\"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-05-30T15:49:33.298232349Z\",\"created_by\":\"ENV APP_VERSION=2.5.10 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-05-30T15:49:34.286751447Z\",\"created_by\":\"WORKDIR /app\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-30T15:49:34.286751447Z\",\"created_by\":\"USER 1001\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-30T15:49:34.286751447Z\",\"created_by\":\"ENTRYPOINT [\\\"python\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true}]",
"Created": "2025-05-30T15:49:34.286751447Z",
"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.10",
"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-05-30T15:47:33Z",
"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.10-debian-12-r1",
"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.10"
},
"Shell": [
"/bin/bash",
"-o",
"errexit",
"-o",
"nounset",
"-o",
"pipefail",
"-c"
]
},
"Architecture": "amd64",
"Os": "linux",
"Size": 498446775,
"GraphDriver": {
"Data": {
"MergedDir": "/var/lib/docker/overlay2/76d06cdfca9fba85dc0d947e1af3222b8d8fb5fa3915b6171bad90b4349e8883/merged",
"UpperDir": "/var/lib/docker/overlay2/76d06cdfca9fba85dc0d947e1af3222b8d8fb5fa3915b6171bad90b4349e8883/diff",
"WorkDir": "/var/lib/docker/overlay2/76d06cdfca9fba85dc0d947e1af3222b8d8fb5fa3915b6171bad90b4349e8883/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:ee98d77eeca493f67cc3891ea6cb6f139540640388ba7698f16074bf2fbeb4db"
]
},
"Metadata": {
"LastTagTime": "2025-06-06T09:22:08.365103564+08:00"
}
}