镜像信息
{
"Id": "sha256:23c9aae7a4fefe3ab2c2ae2d15fe0e37735168c8c4623708585a7ecfff90bb0a",
"RepoTags": [
"bitnamisecure/kubectl:latest",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnamisecure/kubectl:latest"
],
"RepoDigests": [
"bitnamisecure/kubectl@sha256:18afd60803f437663a4f70a94c193ff8da9d4579e77a3e9a6b5f668bd4dc0570",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnamisecure/kubectl@sha256:81767e3fb3c99eb7dfb0f5f6cc10128b4142f30c0379a91e446bc01926a9912b"
],
"Parent": "",
"Comment": "[{\"created\":\"2025-12-08T21:15:42.835269423Z\",\"created_by\":\"ADD photon-rootfs-5.0-ddae4cc5c.x86_64.tar.gz / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-12-08T21:15:42.835269423Z\",\"created_by\":\"LABEL name=Photon OS x86_64/5.0 Base Image vendor=VMware build-date=20251206\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-12-08T21:15:42.835269423Z\",\"created_by\":\"CMD [\\\"/bin/bash\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-12-13T13:48:53.366725998Z\",\"created_by\":\"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-12-13T13:48:53.366725998Z\",\"created_by\":\"ARG TARGETARCH=amd64\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-12-13T13:48:53.366725998Z\",\"created_by\":\"LABEL org.opencontainers.image.base.name=docker.io/library/photon:5.0 org.opencontainers.image.created=2025-12-13T13:48:34Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.title=kubectl org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=1.34.3\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-12-13T13:48:53.366725998Z\",\"created_by\":\"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=photon-5 OS_NAME=linux\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-12-13T13:48:53.366725998Z\",\"created_by\":\"COPY prebuildfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-12-13T13:48:53.366725998Z\",\"created_by\":\"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-12-13T13:49:25.493407143Z\",\"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 diffutils findutils gawk gettext git gzip jq libaio-devel libstdc++ net-tools openssl-fips-provider procps-ng sed shadow tar util-linux which # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-12-13T13:49:26.52316015Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; COMPONENTS=( \\\"yq-4.49.2-1-linux-${OS_ARCH}-photon-5\\\" \\\"kubectl-1.34.3-0-linux-${OS_ARCH}-photon-5\\\" ) ; 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-12-13T13:49:31.119732599Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c tdnf upgrade --exclude=filesystem -y \\u0026\\u0026 tdnf clean all \\u0026\\u0026 rm -rf /var/cache/tdnf # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-12-13T13:49:31.410031518Z\",\"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/openssl-apply-fips.sh \\u0026\\u0026 rm -f /opt/bitnami/scripts/openssl-apply-fips.sh # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-12-13T13:49:31.753266993Z\",\"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/vmware-stig.sh \\u0026\\u0026 rm -f /opt/bitnami/scripts/vmware-stig.sh # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-12-13T13:49:32.074066438Z\",\"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\":\"2025-12-13T13:49:32.371697502Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir /.kube \\u0026\\u0026 chmod g+rwX /.kube # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-12-13T13:49:32.754473108Z\",\"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\":\"2025-12-13T13:49:33.042972466Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 99999/' /etc/login.defs \\u0026\\u0026 sed -i 's/^PASS_WARN_AGE.*/PASS_WARN_AGE 7/' /etc/login.defs # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-12-13T13:49:43.126851912Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c rm /etc/shadow \\u0026\\u0026 tdnf reinstall shadow -y \\u0026\\u0026 tdnf clean all # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-12-13T13:49:43.126851912Z\",\"created_by\":\"ENV APP_VERSION=1.34.3 BITNAMI_APP_NAME=kubectl GODEBUG=fips140=on IMAGE_REVISION=1 OPENSSL_FIPS=yes PATH=/opt/bitnami/common/bin:/opt/bitnami/kubectl/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-12-13T13:49:43.126851912Z\",\"created_by\":\"USER 1001\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-12-13T13:49:43.126851912Z\",\"created_by\":\"ENTRYPOINT [\\\"kubectl\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-12-13T13:49:43.126851912Z\",\"created_by\":\"CMD [\\\"--help\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true}]",
"Created": "2025-12-13T13:49:43.126851912Z",
"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/kubectl/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME=/",
"OS_ARCH=amd64",
"OS_FLAVOUR=photon-5",
"OS_NAME=linux",
"APP_VERSION=1.34.3",
"BITNAMI_APP_NAME=kubectl",
"GODEBUG=fips140=on",
"IMAGE_REVISION=1",
"OPENSSL_FIPS=yes"
],
"Cmd": [
"--help"
],
"ArgsEscaped": true,
"Image": "",
"Volumes": null,
"WorkingDir": "/",
"Entrypoint": [
"kubectl"
],
"OnBuild": null,
"Labels": {
"build-date": "20251206",
"name": "Photon OS x86_64/5.0 Base Image",
"org.opencontainers.image.base.name": "docker.io/library/photon:5.0",
"org.opencontainers.image.created": "2025-12-13T13:48:34Z",
"org.opencontainers.image.description": "Application packaged by Broadcom, Inc.",
"org.opencontainers.image.title": "kubectl",
"org.opencontainers.image.vendor": "Broadcom, Inc.",
"org.opencontainers.image.version": "1.34.3",
"vendor": "VMware"
},
"Shell": [
"/bin/bash",
"-o",
"errexit",
"-o",
"nounset",
"-o",
"pipefail",
"-c"
]
},
"Architecture": "amd64",
"Os": "linux",
"Size": 194031878,
"GraphDriver": {
"Data": {
"MergedDir": "/var/lib/docker/overlay2/781e377b0ee70f537e0c63e4e07145164901c5385997c208728afd542a52cb9b/merged",
"UpperDir": "/var/lib/docker/overlay2/781e377b0ee70f537e0c63e4e07145164901c5385997c208728afd542a52cb9b/diff",
"WorkDir": "/var/lib/docker/overlay2/781e377b0ee70f537e0c63e4e07145164901c5385997c208728afd542a52cb9b/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:7d5fc37b3a460f37e3aecf3bd226bef8473ba8df21ed792b873763b99b8a9e04"
]
},
"Metadata": {
"LastTagTime": "2025-12-18T13:46:29.452418248+08:00"
}
}