镜像信息
{
"Id": "sha256:20f41c6db7a8206df7566ad7c5026339a48de90888bafb75849fe2863d704eeb",
"RepoTags": [
"bitnamisecure/redis-sentinel:latest",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnamisecure/redis-sentinel:latest"
],
"RepoDigests": [
"bitnamisecure/redis-sentinel@sha256:c6fe76ed9da34e323cecfc688671bb3b33c67d0e90ad223ae2fa00ec0cd5718b",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnamisecure/redis-sentinel@sha256:3d9044dd2c8f8a5bee9e967acfc008e90fc44bfa2156d1f26e70e3116b00d51d"
],
"Parent": "",
"Comment": "[{\"created\":\"2025-10-20T18:28:13Z\",\"created_by\":\"ADD photon-rootfs-5.0-130a9a763.x86_64.tar.gz / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-10-20T18:28:13Z\",\"created_by\":\"LABEL name=Photon OS x86_64/5.0 Base Image vendor=VMware build-date=20251011\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-10-20T18:28:13Z\",\"created_by\":\"CMD [\\\"/bin/bash\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-11-07T09:00:59.270040246Z\",\"created_by\":\"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-11-07T09:00:59.270040246Z\",\"created_by\":\"ARG TARGETARCH=amd64\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-11-07T09:00:59.270040246Z\",\"created_by\":\"LABEL org.opencontainers.image.base.name=docker.io/library/photon:5.0 org.opencontainers.image.created=2025-11-07T08:59:31Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.title=redis-sentinel org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=8.2.3\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-11-07T09:00:59.270040246Z\",\"created_by\":\"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=photon-5 OS_NAME=linux PATH=/opt/bitnami/redis-sentinel/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-11-07T09:00:59.270040246Z\",\"created_by\":\"COPY prebuildfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-11-07T09:00:59.270040246Z\",\"created_by\":\"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-11-07T09:01:09.42161142Z\",\"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 findutils gawk gzip libaio-devel libgcc libstdc++ libxcrypt net-tools openssl openssl-fips-provider openssl-libs procps-ng sed shadow tar util-linux which # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-11-07T09:01:10.700481787Z\",\"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=( \\\"redis-sentinel-8.2.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-11-07T09:01:12.971136791Z\",\"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-11-07T09:01:13.161477823Z\",\"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-11-07T09:01:13.379934261Z\",\"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-11-07T09:01:13.565616828Z\",\"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-11-07T09:01:13.829013164Z\",\"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-11-07T09:01:14.014346072Z\",\"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_MIN_DAYS.*/PASS_MIN_DAYS 0/' /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-11-07T09:01:16.873671236Z\",\"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-11-07T09:01:18.735264091Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c uninstall_packages curl # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-11-07T09:01:18.879944918Z\",\"created_by\":\"COPY rootfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-11-07T09:01:19.082299263Z\",\"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/redis-sentinel/postunpack.sh # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-11-07T09:01:19.082299263Z\",\"created_by\":\"ENV APP_VERSION=8.2.3 BITNAMI_APP_NAME=redis-sentinel IMAGE_REVISION=1 OPENSSL_FIPS=yes\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-11-07T09:01:19.082299263Z\",\"created_by\":\"EXPOSE map[26379/tcp:{}]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-11-07T09:01:19.082299263Z\",\"created_by\":\"USER 1001\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-11-07T09:01:19.082299263Z\",\"created_by\":\"ENTRYPOINT [\\\"/opt/bitnami/scripts/redis-sentinel/entrypoint.sh\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-11-07T09:01:19.082299263Z\",\"created_by\":\"CMD [\\\"/opt/bitnami/scripts/redis-sentinel/run.sh\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true}]",
"Created": "2025-11-07T09:01:19.082299263Z",
"Container": "",
"ContainerConfig": null,
"DockerVersion": "",
"Author": "",
"Config": {
"Hostname": "",
"Domainname": "",
"User": "1001",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"26379/tcp": {}
},
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PATH=/opt/bitnami/redis-sentinel/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=8.2.3",
"BITNAMI_APP_NAME=redis-sentinel",
"IMAGE_REVISION=1",
"OPENSSL_FIPS=yes"
],
"Cmd": [
"/opt/bitnami/scripts/redis-sentinel/run.sh"
],
"ArgsEscaped": true,
"Image": "",
"Volumes": null,
"WorkingDir": "/",
"Entrypoint": [
"/opt/bitnami/scripts/redis-sentinel/entrypoint.sh"
],
"OnBuild": null,
"Labels": {
"build-date": "20251011",
"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-11-07T08:59:31Z",
"org.opencontainers.image.description": "Application packaged by Broadcom, Inc.",
"org.opencontainers.image.title": "redis-sentinel",
"org.opencontainers.image.vendor": "Broadcom, Inc.",
"org.opencontainers.image.version": "8.2.3",
"vendor": "VMware"
},
"Shell": [
"/bin/bash",
"-o",
"errexit",
"-o",
"nounset",
"-o",
"pipefail",
"-c"
]
},
"Architecture": "amd64",
"Os": "linux",
"Size": 107723082,
"GraphDriver": {
"Data": {
"MergedDir": "/var/lib/docker/overlay2/d51febc08403b9a2a28647eabd5f7210a41e7c6acc655a97d8ef91da9b14f9ec/merged",
"UpperDir": "/var/lib/docker/overlay2/d51febc08403b9a2a28647eabd5f7210a41e7c6acc655a97d8ef91da9b14f9ec/diff",
"WorkDir": "/var/lib/docker/overlay2/d51febc08403b9a2a28647eabd5f7210a41e7c6acc655a97d8ef91da9b14f9ec/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:6eadc78833fe73a9eb06d7feeff5cd6a7f2b88dbba54c4977dda8d6d511cd674"
]
},
"Metadata": {
"LastTagTime": "2025-11-13T14:20:13.364621165+08:00"
}
}