[bitnami/parse] Release 4.10.16-debian-11-r6 (#9331)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-10-07 06:49:34 +02:00
committed by GitHub
parent 5b2ae633d0
commit 3af1c56b6d
3 changed files with 23 additions and 22 deletions

View File

@@ -4,7 +4,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="4.10.16-debian-11-r5" \
org.opencontainers.image.ref.name="4.10.16-debian-11-r6" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/parse" \
org.opencontainers.image.title="parse" \
org.opencontainers.image.vendor="VMware, Inc." \
@@ -18,18 +18,19 @@ ENV HOME="/" \
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl 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 zlib1g
RUN install_packages ca-certificates curl jq libbz2-1.0 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 zlib1g
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
for COMPONENT in \
"python-3.8.14-1-linux-${OS_ARCH}-debian-11" \
"node-14.20.1-0-linux-${OS_ARCH}-debian-11" \
"mongodb-shell-1.6.0-0-linux-${OS_ARCH}-debian-11" \
"parse-4.10.16-0-linux-${OS_ARCH}-debian-11" \
"gosu-1.14.0-154-linux-${OS_ARCH}-debian-11" ; \
do \
COMPONENTS=( \
"python-3.8.14-2-linux-${OS_ARCH}-debian-11" \
"node-14.20.1-1-linux-${OS_ARCH}-debian-11" \
"mongodb-shell-1.6.0-1-linux-${OS_ARCH}-debian-11" \
"parse-4.10.16-1-linux-${OS_ARCH}-debian-11" \
"gosu-1.14.0-155-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 ; \
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' && \

View File

@@ -1,37 +1,37 @@
{
"gosu": {
"arch": "amd64",
"digest": "e36c3d90f4fbfbe989f40947fa7c8ab817f12fcf97d3aef893c753a20ce976ab",
"digest": "f21869b27c26b9c3053bce8b419a0fdf1dc45fcf13a7c2058e0afb6996d3687f",
"distro": "debian-11",
"type": "NAMI",
"version": "1.14.0-154"
"version": "1.14.0-155"
},
"mongodb-shell": {
"arch": "amd64",
"digest": "106b6f4394fe3f4886a09f9d0b3b1dca753e1187068177d3ffde32b2794eb619",
"digest": "62f93a1f29257014cb2ce2183e7ee9fcf926321f5fb592a7e1033107230e1baf",
"distro": "debian-11",
"type": "NAMI",
"version": "1.6.0-0"
"version": "1.6.0-1"
},
"node": {
"arch": "amd64",
"digest": "82532cfe58e59f8b085f6c9e83ec6d51a2abeb1be7240e979f790418c9513d73",
"digest": "39d830676988d92eb0cc0d3b340384a60cf87fe4af9ee6caa5a2558b69dee8db",
"distro": "debian-11",
"type": "NAMI",
"version": "14.20.1-0"
"version": "14.20.1-1"
},
"parse": {
"arch": "amd64",
"digest": "2359721c124af90bf0e0125018e137e16b4cdf0b8f8a4b52a4696671f68ea169",
"digest": "a913999e4dbae430b00ec7580e87fa038c4cddbd1064dc9fa1d5929963c3a90a",
"distro": "debian-11",
"type": "NAMI",
"version": "4.10.16-0"
"version": "4.10.16-1"
},
"python": {
"arch": "amd64",
"digest": "b81946d0fc75ce5dd9518d601920b6da4b24fbd87ca81a4cbd59404dd893764f",
"digest": "82f68137917ed04f98cf39ef3ec2cc95f05f93f1456ca9709ba9d98c5a0bed1b",
"distro": "debian-11",
"type": "NAMI",
"version": "3.8.14-1"
"version": "3.8.14-2"
}
}

View File

@@ -44,7 +44,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`5`, `5-debian-11`, `5.2.7`, `5.2.7-debian-11-r4`, `latest` (5/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/parse/5/debian-11/Dockerfile)
* [`4`, `4-debian-11`, `4.10.16`, `4.10.16-debian-11-r5` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/parse/4/debian-11/Dockerfile)
* [`4`, `4-debian-11`, `4.10.16`, `4.10.16-debian-11-r6` (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).