3.3.0-debian-10-r15 release

This commit is contained in:
Bitnami Bot
2022-01-19 01:32:06 +00:00
parent 2c9e0dbb0f
commit 1f334ae203
3 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip jq libbz2-1.0 libc6 libffi6 libgcc1 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.12-12" --checksum c081f7f9663d4d64e7f26d6e6a77b3860ee1f39c309bd564f801c39192042d2f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "12.22.8-1" --checksum 19116f1a9196ee578308e1698482949bbdbabb3e8ae38f154c7e36d47faccfee
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "12.22.9-5" --checksum e5a14b6f922145f51c26622304884871f2b9f05cf5504e9b29bf7b0bb9b0d4a6
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse-dashboard" "3.3.0-1" --checksum c51b7df1a4ee62eab329b6689d8d3f65a7155fc92c3cc13ad8e80f58ff704e5d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc
RUN apt-get update && apt-get upgrade -y && \
@@ -20,7 +20,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/parse-dashboard/postunpack.sh
ENV BITNAMI_APP_NAME="parse-dashboard" \
BITNAMI_IMAGE_VERSION="3.3.0-debian-10-r14" \
BITNAMI_IMAGE_VERSION="3.3.0-debian-10-r15" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/parse-dashboard/bin:/opt/bitnami/common/bin:$PATH"
EXPOSE 3000 4040

View File

@@ -8,10 +8,10 @@
},
"node": {
"arch": "amd64",
"digest": "19116f1a9196ee578308e1698482949bbdbabb3e8ae38f154c7e36d47faccfee",
"digest": "e5a14b6f922145f51c26622304884871f2b9f05cf5504e9b29bf7b0bb9b0d4a6",
"distro": "debian-10",
"type": "NAMI",
"version": "12.22.8-1"
"version": "12.22.9-5"
},
"parse-dashboard": {
"arch": "amd64",

View File

@@ -40,7 +40,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/).
* [`3`, `3-debian-10`, `3.3.0`, `3.3.0-debian-10-r14`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/3.3.0-debian-10-r14/3/debian-10/Dockerfile)
* [`3`, `3-debian-10`, `3.3.0`, `3.3.0-debian-10-r15`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/3.3.0-debian-10-r15/3/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/parse-dashboard GitHub repo](https://github.com/bitnami/bitnami-docker-parse-dashboard).