From 1917f94ca8f101e1d4382dc3888bc56bbc0fe0ff Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 29 Jul 2022 20:36:15 +0200 Subject: [PATCH] [bitnami/parse] Release 5.2.4-debian-11-r12 (#1191) Signed-off-by: Bitnami Containers --- bitnami/parse/5/debian-11/Dockerfile | 4 ++-- .../prebuildfs/opt/bitnami/.bitnami_components.json | 8 ++++---- bitnami/parse/README.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/parse/5/debian-11/Dockerfile b/bitnami/parse/5/debian-11/Dockerfile index eeeabd9b269c..f334348d289c 100644 --- a/bitnami/parse/5/debian-11/Dockerfile +++ b/bitnami/parse/5/debian-11/Dockerfile @@ -8,9 +8,9 @@ COPY prebuildfs / SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies RUN install_packages acl ca-certificates curl gzip jq libbz2-1.0 libc6 libcom-err2 libcrypt1 libffi7 libgcc-s1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 libtirpc3 procps tar zlib1g -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-155" --checksum 1a516da3a63710021cde67a46cbe350157fde03fe1e0f4f6290e438b55e1a8d1 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-157" --checksum 90a2d048ed71588dfff55262b4522e3ee49418b7ea6e560054bf50988ae1265f RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.20.0-1" --checksum 1308eadfadd439cc82f4ca51185828f49cac7b38fcafd783e24f52c7c2768b4b -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mongodb-shell" "1.5.1-0" --checksum 6dcffbfc151ddb35c572f1ec3b6974b99fe7612cb233598786927094a1f0df9d +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mongodb-shell" "1.5.3-0" --checksum 5d43b3dd95e641c8341345607e446a0f9865e92d4337dc53840cfa4717062a4d RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse" "5.2.4-1" --checksum 988a1c33365da7b52880b428b2e4198073c40a714f43b076f56474153de8944e RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0 RUN apt-get update && apt-get upgrade -y && \ diff --git a/bitnami/parse/5/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/parse/5/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 7bdd1d3564b7..b84f140509a3 100644 --- a/bitnami/parse/5/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/parse/5/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,10 +8,10 @@ }, "mongodb-shell": { "arch": "amd64", - "digest": "6dcffbfc151ddb35c572f1ec3b6974b99fe7612cb233598786927094a1f0df9d", + "digest": "5d43b3dd95e641c8341345607e446a0f9865e92d4337dc53840cfa4717062a4d", "distro": "debian-11", "type": "NAMI", - "version": "1.5.1-0" + "version": "1.5.3-0" }, "node": { "arch": "amd64", @@ -29,9 +29,9 @@ }, "python": { "arch": "amd64", - "digest": "1a516da3a63710021cde67a46cbe350157fde03fe1e0f4f6290e438b55e1a8d1", + "digest": "90a2d048ed71588dfff55262b4522e3ee49418b7ea6e560054bf50988ae1265f", "distro": "debian-11", "type": "NAMI", - "version": "3.8.13-155" + "version": "3.8.13-157" } } \ No newline at end of file diff --git a/bitnami/parse/README.md b/bitnami/parse/README.md index c25188f6a2ca..f51f7f00fc33 100644 --- a/bitnami/parse/README.md +++ b/bitnami/parse/README.md @@ -43,7 +43,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`5`, `5-debian-11`, `5.2.4`, `5.2.4-debian-11-r11`, `latest` (5/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/parse/5/debian-11/Dockerfile) +* [`5`, `5-debian-11`, `5.2.4`, `5.2.4-debian-11-r12`, `latest` (5/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/parse/5/debian-11/Dockerfile) * [`4`, `4-debian-11`, `4.10.13`, `4.10.13-debian-11-r11` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/parse/4/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).