3.2.1-debian-10-r0 release
This commit is contained in:
parent
9da3b14b37
commit
4658f236a3
|
|
@ -11,14 +11,14 @@ COPY prebuildfs /
|
|||
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-2" --checksum e00677f5209d9426daff2db54cf00e04c46718bbdbc0717aee07e6a727ef05ad
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "12.22.6-0" --checksum 9cdaa4d224db9b040a718e445335687b57933ece70c56b3c9fc012e4998723c7
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse-dashboard" "3.2.0-0" --checksum b5dd09a1d710cddea2361cbe42e728e8b3e9eed5d3aee04ee19653f1578ca1ee
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse-dashboard" "3.2.1-0" --checksum 5d358a266ca2b16d2df6a559917168e1707c3171e71c0a33567a76dcdc52f0d2
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
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.2.0-debian-10-r0" \
|
||||
BITNAMI_IMAGE_VERSION="3.2.1-debian-10-r0" \
|
||||
PARSE_APP_ID="myappID" \
|
||||
PARSE_DASHBOARD_APP_NAME="" \
|
||||
PARSE_DASHBOARD_PASSWORD="bitnami" \
|
||||
|
|
|
|||
|
|
@ -15,10 +15,10 @@
|
|||
},
|
||||
"parse-dashboard": {
|
||||
"arch": "amd64",
|
||||
"digest": "b5dd09a1d710cddea2361cbe42e728e8b3e9eed5d3aee04ee19653f1578ca1ee",
|
||||
"digest": "5d358a266ca2b16d2df6a559917168e1707c3171e71c0a33567a76dcdc52f0d2",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.2.0-0"
|
||||
"version": "3.2.1-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/).
|
||||
|
||||
|
||||
* [`3`, `3-debian-10`, `3.2.0`, `3.2.0-debian-10-r0`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/3.2.0-debian-10-r0/3/debian-10/Dockerfile)
|
||||
* [`3`, `3-debian-10`, `3.2.1`, `3.2.1-debian-10-r0`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/3.2.1-debian-10-r0/3/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.2.0`, `2.2.0-debian-10-r42` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/2.2.0-debian-10-r42/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/parse-dashboard GitHub repo](https://github.com/bitnami/bitnami-docker-parse-dashboard).
|
||||
|
|
|
|||
Loading…
Reference in New Issue