{"architecture":"amd64","config":{"Hostname":"","Domainname":"","User":"1001","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"6379/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/opt/bitnami/common/bin:/opt/bitnami/redis/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","HOME=/","OS_ARCH=amd64","OS_FLAVOUR=debian-11","OS_NAME=linux","APP_VERSION=7.0.6","BITNAMI_APP_NAME=redis"],"Cmd":["/opt/bitnami/scripts/redis/run.sh"],"Image":"sha256:a38625f45cdbbb30259b59d5fd309acdf4514ac649baf504cdc0f35996e618ea","Volumes":null,"WorkingDir":"","Entrypoint":["/opt/bitnami/scripts/redis/entrypoint.sh"],"OnBuild":null,"Labels":{"org.opencontainers.image.authors":"https://bitnami.com/contact","org.opencontainers.image.description":"Application packaged by Bitnami","org.opencontainers.image.ref.name":"7.0.6-debian-11-r0","org.opencontainers.image.source":"https://github.com/bitnami/containers/tree/main/bitnami/redis","org.opencontainers.image.title":"redis","org.opencontainers.image.vendor":"VMware, Inc.","org.opencontainers.image.version":"7.0.6"},"Shell":["/bin/bash","-o","pipefail","-c"]},"container":"597c758f9d285c008b4ae2ef5462c9a2bc82c77114b15979c9f0d9d832df9fd4","container_config":{"Hostname":"597c758f9d28","Domainname":"","User":"1001","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"6379/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/opt/bitnami/common/bin:/opt/bitnami/redis/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","HOME=/","OS_ARCH=amd64","OS_FLAVOUR=debian-11","OS_NAME=linux","APP_VERSION=7.0.6","BITNAMI_APP_NAME=redis"],"Cmd":["/bin/bash","-o","pipefail","-c","#(nop) ","CMD [\"/opt/bitnami/scripts/redis/run.sh\"]"],"Image":"sha256:a38625f45cdbbb30259b59d5fd309acdf4514ac649baf504cdc0f35996e618ea","Volumes":null,"WorkingDir":"","Entrypoint":["/opt/bitnami/scripts/redis/entrypoint.sh"],"OnBuild":null,"Labels":{"org.opencontainers.image.authors":"https://bitnami.com/contact","org.opencontainers.image.description":"Application packaged by Bitnami","org.opencontainers.image.ref.name":"7.0.6-debian-11-r0","org.opencontainers.image.source":"https://github.com/bitnami/containers/tree/main/bitnami/redis","org.opencontainers.image.title":"redis","org.opencontainers.image.vendor":"VMware, Inc.","org.opencontainers.image.version":"7.0.6"},"Shell":["/bin/bash","-o","pipefail","-c"]},"created":"2022-12-12T19:33:44.025009779Z","docker_version":"20.10.17","history":[{"created":"2022-11-25T00:12:04.702188566Z","comment":"from Bitnami with love"},{"created":"2022-12-12T19:24:07.087838057Z","created_by":"/bin/sh -c #(nop)  ARG TARGETARCH","empty_layer":true},{"created":"2022-12-12T19:33:28.479336664Z","created_by":"/bin/sh -c #(nop)  LABEL org.opencontainers.image.authors=https://bitnami.com/contact org.opencontainers.image.description=Application packaged by Bitnami org.opencontainers.image.ref.name=7.0.6-debian-11-r0 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/redis org.opencontainers.image.title=redis org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=7.0.6","empty_layer":true},{"created":"2022-12-12T19:33:28.67956578Z","created_by":"/bin/sh -c #(nop)  ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","empty_layer":true},{"created":"2022-12-12T19:33:28.882258155Z","created_by":"/bin/sh -c #(nop) COPY dir:46799eb5d580db433e0b0f9e285910dc07385873d75e3bf2a253f84a80529ea2 in / ","empty_layer":true},{"created":"2022-12-12T19:33:29.085476782Z","created_by":"/bin/bash -o pipefail -c #(nop)  SHELL [/bin/bash -o pipefail -c]","empty_layer":true},{"created":"2022-12-12T19:33:34.614923007Z","created_by":"/bin/bash -o pipefail -c install_packages ca-certificates curl libssl1.1 procps","empty_layer":true},{"created":"2022-12-12T19:33:35.911981683Z","created_by":"/bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ \u0026\u0026 cd /tmp/bitnami/pkg/cache/ \u0026\u0026     COMPONENTS=(       \"wait-for-port-1.0.5-1-linux-${OS_ARCH}-debian-11\"       \"redis-7.0.6-0-linux-${OS_ARCH}-debian-11\"       \"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11\"     ) \u0026\u0026     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 \u0026\u0026       sha256sum -c \"${COMPONENT}.tar.gz.sha256\" \u0026\u0026       tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' \u0026\u0026       rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ;     done","empty_layer":true},{"created":"2022-12-12T19:33:39.184527106Z","created_by":"/bin/bash -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","empty_layer":true},{"created":"2022-12-12T19:33:39.952471185Z","created_by":"/bin/bash -o pipefail -c chmod g+rwX /opt/bitnami","empty_layer":true},{"created":"2022-12-12T19:33:40.729734985Z","created_by":"/bin/bash -o pipefail -c ln -s /opt/bitnami/scripts/redis/entrypoint.sh /entrypoint.sh","empty_layer":true},{"created":"2022-12-12T19:33:41.449865677Z","created_by":"/bin/bash -o pipefail -c ln -s /opt/bitnami/scripts/redis/run.sh /run.sh","empty_layer":true},{"created":"2022-12-12T19:33:41.663922194Z","created_by":"/bin/bash -o pipefail -c #(nop) COPY dir:461c296b7673be8dfeafb63c82ff3e7a986dbd54042d1c599962f90eadd89c98 in / ","empty_layer":true},{"created":"2022-12-12T19:33:42.540683138Z","created_by":"/bin/bash -o pipefail -c /opt/bitnami/scripts/redis/postunpack.sh","empty_layer":true},{"created":"2022-12-12T19:33:42.811776384Z","created_by":"/bin/bash -o pipefail -c #(nop)  ENV APP_VERSION=7.0.6 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","empty_layer":true},{"created":"2022-12-12T19:33:43.040177803Z","created_by":"/bin/bash -o pipefail -c #(nop)  EXPOSE 6379","empty_layer":true},{"created":"2022-12-12T19:33:43.255522539Z","created_by":"/bin/bash -o pipefail -c #(nop)  USER 1001","empty_layer":true},{"created":"2022-12-12T19:33:43.465697008Z","created_by":"/bin/bash -o pipefail -c #(nop)  ENTRYPOINT [\"/opt/bitnami/scripts/redis/entrypoint.sh\"]","empty_layer":true},{"created":"2022-12-12T19:33:43.646753794Z","created_by":"/bin/bash -o pipefail -c #(nop)  CMD [\"/opt/bitnami/scripts/redis/run.sh\"]","empty_layer":true},{"created":"2022-12-12T19:33:44.025009779Z","comment":"merge sha256:acae7483a0be617d2a2990177a4bcebe6a27d052d6bb3ef735214ead7c17a5e3 to sha256:5c13c9644c4569b3e479ed3ffc673a8b386512e613bbff979659ace6f5d64c29"}],"os":"linux","parent":"sha256:a38625f45cdbbb30259b59d5fd309acdf4514ac649baf504cdc0f35996e618ea","rootfs":{"type":"layers","diff_ids":["sha256:72f2450750f8bff188da2e55d9003d02cbc81acabdfeadaf4cce2e112d433d23","sha256:e07380bd8cf0145311f566847855fcc7b33187bfd2c257a9817566eda4a0f750"]}}