5.2.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-03-24 22:29:47 +00:00
parent 4ea86758fd
commit 96d3ef3d93
3 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ RUN install_packages acl ca-certificates curl gzip jq libbz2-1.0 libc6 libcom-er
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-1" --checksum 2ac3d5028d8f8fc44cbf4b71e948458c1ae53c12a052ae62229fd52bf14191a6
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.19.1-0" --checksum 806082b15c0eb60e4baca497519b4c0cc9cd636d7a944e9943ebc1b9632fabdc
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mongodb-client" "4.4.13-0" --checksum 9ec5b0a8edb5fdc7cffa8456693055aec894c1bc2414814b7adccd77e6c71637
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse" "5.1.1-1" --checksum 8f2e5eedfe959085ca91fd90d0dd60a2a0c31c4822c52dc5e80a82a29cd356fb
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse" "5.2.0-0" --checksum 79b428aadbccf29048ef6464c027737cf98a06853989ba8d562e7b39409b3e5b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@ -20,9 +20,9 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/parse/postunpack.sh
ENV APP_VERSION="5.1.1" \
ENV APP_VERSION="5.2.0" \
BITNAMI_APP_NAME="parse" \
BITNAMI_IMAGE_VERSION="5.1.1-debian-10-r6" \
BITNAMI_IMAGE_VERSION="5.2.0-debian-10-r0" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mongodb/bin:/opt/bitnami/mongodb-client/bin:/opt/bitnami/parse/bin:/opt/bitnami/common/bin:$PATH"
EXPOSE 1337 3000

View File

@ -22,10 +22,10 @@
},
"parse": {
"arch": "amd64",
"digest": "8f2e5eedfe959085ca91fd90d0dd60a2a0c31c4822c52dc5e80a82a29cd356fb",
"digest": "79b428aadbccf29048ef6464c027737cf98a06853989ba8d562e7b39409b3e5b",
"distro": "debian-10",
"type": "NAMI",
"version": "5.1.1-1"
"version": "5.2.0-0"
},
"python": {
"arch": "amd64",

View File

@ -46,7 +46,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-10`, `5.1.1`, `5.1.1-debian-10-r6`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/5.1.1-debian-10-r6/5/debian-10/Dockerfile)
* [`5`, `5-debian-10`, `5.2.0`, `5.2.0-debian-10-r0`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/5.2.0-debian-10-r0/5/debian-10/Dockerfile)
* [`4`, `4-debian-10`, `4.10.8`, `4.10.8-debian-10-r0` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.10.8-debian-10-r0/4/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/parse GitHub repo](https://github.com/bitnami/bitnami-docker-parse).