mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 16:17:21 +08:00
4.1.4-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
35581cd738
commit
b62817fe64
@@ -10,7 +10,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
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-152" --checksum a831df58c181297ce77597daf2364175cbb9f211f7755ca8d8c8b5918ad9ce24
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "12.22.12-150" --checksum 77a5cf9c0d5c0b5906e081536888706c73d52a2329d50d7665d7cc44bd963e8a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse-dashboard" "4.1.2-150" --checksum fee6e5fc97969f1b03d1ad48c2e97db4d9a5c8274a6033f96508707b1350969d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse-dashboard" "4.1.4-0" --checksum b91a9d31700b8298d2082eafd7b1aa78d44c2c0052b9f6bf792b310ffce8c3e9
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
@@ -18,7 +18,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/parse-dashboard/postunpack.sh
|
||||
ENV APP_VERSION="4.1.2" \
|
||||
ENV APP_VERSION="4.1.4" \
|
||||
BITNAMI_APP_NAME="parse-dashboard" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/parse-dashboard/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
},
|
||||
"parse-dashboard": {
|
||||
"arch": "amd64",
|
||||
"digest": "fee6e5fc97969f1b03d1ad48c2e97db4d9a5c8274a6033f96508707b1350969d",
|
||||
"digest": "b91a9d31700b8298d2082eafd7b1aa78d44c2c0052b9f6bf792b310ffce8c3e9",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.1.2-150"
|
||||
"version": "4.1.4-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -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/).
|
||||
|
||||
|
||||
* [`4`, `4-debian-11`, `4.1.2`, `4.1.2-debian-11-r4`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/4.1.2-debian-11-r4/4/debian-11/Dockerfile)
|
||||
* [`4`, `4-debian-11`, `4.1.4`, `4.1.4-debian-11-r0`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/4.1.4-debian-11-r0/4/debian-11/Dockerfile)
|
||||
* [`3`, `3-debian-11`, `3.3.0`, `3.3.0-debian-11-r10` (3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/3.3.0-debian-11-r10/3/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/parse-dashboard GitHub repo](https://github.com/bitnami/bitnami-docker-parse-dashboard).
|
||||
|
||||
Reference in New Issue
Block a user