2.1.0-debian-10-r423 release

This commit is contained in:
Bitnami Bot 2021-07-29 21:03:50 +00:00
parent 49f4749c2d
commit e79a1ba67a
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.11-0" --checksum 28b91ef5db9ad93e704881400703e4085bd82f016be15e3cf8760df044da9490
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "12.22.3-2" --checksum 6b43b72178f156e5614f4dc91ae6443c7c891c255189cc580ea97a04d02218c2
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "12.22.4-0" --checksum 1dae67c7cf4c864a5c1626bc529f37f021b72814c1044c6deab7a7feb03954a2
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse-dashboard" "2.1.0-3" --checksum 0f61900845142579626ae74babbe11b70449c5801eb099a7c32e6765c67d7d8f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.13.0-0" --checksum fd7257c2736164d02832dbf72e2c1ed9d875bf3e32f0988520796bc503330129
RUN chmod g+rwX /opt/bitnami
@ -18,7 +18,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="2.1.0-debian-10-r422" \
BITNAMI_IMAGE_VERSION="2.1.0-debian-10-r423" \
PARSE_APP_ID="myappID" \
PARSE_DASHBOARD_APP_NAME="" \
PARSE_DASHBOARD_PASSWORD="bitnami" \

View File

@ -8,10 +8,10 @@
},
"node": {
"arch": "amd64",
"digest": "6b43b72178f156e5614f4dc91ae6443c7c891c255189cc580ea97a04d02218c2",
"digest": "1dae67c7cf4c864a5c1626bc529f37f021b72814c1044c6deab7a7feb03954a2",
"distro": "debian-10",
"type": "NAMI",
"version": "12.22.3-2"
"version": "12.22.4-0"
},
"parse-dashboard": {
"arch": "amd64",

View File

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