Details
Created
2024-02-12 12:43:38 UTC
Content Digest
Labels
-
com.vmware.cp.artifact.flavor
sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bullseye
-
org.opencontainers.image.created
2024-02-12T12:28:09Z
-
org.opencontainers.image.description
Application packaged by VMware, Inc
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
7.0.15-debian-11-r8
-
org.opencontainers.image.title
redis
-
org.opencontainers.image.vendor
VMware, Inc.
-
org.opencontainers.image.version
7.0.15
Environment
APP_VERSION
7.0.15
BITNAMI_APP_NAME
redis
HOME
/
OS_ARCH
amd64
OS_FLAVOUR
debian-11
OS_NAME
linux
PATH
/opt/bitnami/common/bin:/opt/bitnami/redis/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:4b6ccb90b37c1471eb97685c165754a519efe04fa495652ae9c2788d319aba65 - 100.0% (34.9 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2024-02-11T00:12:09.608401364Z","comment":"from Bitnami with love"},{"created":"2024-02-12T12:43:26.478657287Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-12T12:43:26.478657287Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2024-02-12T12:28:09Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=7.0.15-debian-11-r8 org.opencontainers.image.title=redis org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=7.0.15","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-12T12:43:26.478657287Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-12T12:43:26.478657287Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-12T12:43:26.478657287Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-12T12:43:31.761756826Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl libgomp1 libssl1.1 procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-12T12:43:32.283282764Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \"wait-for-port-1.0.7-8-linux-${OS_ARCH}-debian-11\" \"redis-7.0.15-1-linux-${OS_ARCH}-debian-11\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${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-02-12T12:43:35.031100963Z","created_by":"RUN |1 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":"2024-02-12T12:43:35.615368874Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-12T12:43:37.302148573Z","created_by":"RUN |1 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":"2024-02-12T12:43:37.590099234Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c ln -s /opt/bitnami/scripts/redis/entrypoint.sh /entrypoint.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-12T12:43:37.907522815Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c ln -s /opt/bitnami/scripts/redis/run.sh /run.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-12T12:43:38.148289643Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-12T12:43:38.462217092Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/redis/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-12T12:43:38.462217092Z","created_by":"ENV APP_VERSION=7.0.15 BITNAMI_APP_NAME=redis PATH=/opt/bitnami/common/bin:/opt/bitnami/redis/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-12T12:43:38.462217092Z","created_by":"EXPOSE map[6379/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-12T12:43:38.462217092Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-12T12:43:38.462217092Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/redis/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-12T12:43:38.462217092Z","created_by":"CMD [\"/opt/bitnami/scripts/redis/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:79c578692ac3e72d9e05b7943c72d2723f84f1da2ccada15ddc3cda36dd00d17
Details
Created
2024-02-12 12:45:30 UTC
Content Digest
Labels
-
com.vmware.cp.artifact.flavor
sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bullseye
-
org.opencontainers.image.created
2024-02-12T12:28:09Z
-
org.opencontainers.image.description
Application packaged by VMware, Inc
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
7.0.15-debian-11-r8
-
org.opencontainers.image.title
redis
-
org.opencontainers.image.vendor
VMware, Inc.
-
org.opencontainers.image.version
7.0.15
Environment
APP_VERSION
7.0.15
BITNAMI_APP_NAME
redis
HOME
/
OS_ARCH
arm64
OS_FLAVOUR
debian-11
OS_NAME
linux
PATH
/opt/bitnami/common/bin:/opt/bitnami/redis/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:8e6946f5526f2d08b34fcf5608ecb358311e9ad506691082dc702cfb56c50171 - 100.0% (33.6 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2024-02-11T00:12:08.079869401Z","comment":"from Bitnami with love"},{"created":"2024-02-12T12:43:26.475654596Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-12T12:43:26.475654596Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2024-02-12T12:28:09Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=7.0.15-debian-11-r8 org.opencontainers.image.title=redis org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=7.0.15","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-12T12:43:26.475654596Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-12T12:43:26.475654596Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-12T12:43:26.475654596Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-12T12:44:30.781439005Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl libgomp1 libssl1.1 procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-12T12:44:32.934400665Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \"wait-for-port-1.0.7-8-linux-${OS_ARCH}-debian-11\" \"redis-7.0.15-1-linux-${OS_ARCH}-debian-11\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${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-02-12T12:44:50.241270907Z","created_by":"RUN |1 TARGETARCH=arm64 /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":"2024-02-12T12:45:25.632868517Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-12T12:45:26.479046925Z","created_by":"RUN |1 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-02-12T12:45:28.75718589Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c ln -s /opt/bitnami/scripts/redis/entrypoint.sh /entrypoint.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-12T12:45:29.124649984Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c ln -s /opt/bitnami/scripts/redis/run.sh /run.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-12T12:45:29.365818919Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-12T12:45:30.245107729Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/redis/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-12T12:45:30.245107729Z","created_by":"ENV APP_VERSION=7.0.15 BITNAMI_APP_NAME=redis PATH=/opt/bitnami/common/bin:/opt/bitnami/redis/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-12T12:45:30.245107729Z","created_by":"EXPOSE map[6379/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-12T12:45:30.245107729Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-12T12:45:30.245107729Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/redis/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-12T12:45:30.245107729Z","created_by":"CMD [\"/opt/bitnami/scripts/redis/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:bc225516b19fc49472abece82821d45299b858c2f8ddbf17a037d16b52703a11