3.2.1-debian-10-r17 release
This commit is contained in:
parent
a768b7286e
commit
31c4efd784
|
|
@ -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="3.2.1-debian-10-r16" \
|
||||
BITNAMI_IMAGE_VERSION="3.2.1-debian-10-r17" \
|
||||
PARSE_APP_ID="myappID" \
|
||||
PARSE_DASHBOARD_APP_NAME="" \
|
||||
PARSE_DASHBOARD_PASSWORD="bitnami" \
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ services:
|
|||
volumes:
|
||||
- 'mongodb_data:/bitnami/mongodb'
|
||||
environment:
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
- MONGODB_USERNAME=bn_parse
|
||||
- MONGODB_DATABASE=bitnami_parse
|
||||
- MONGODB_PASSWORD=bitnami123
|
||||
|
|
|
|||
|
|
@ -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.1`, `3.2.1-debian-10-r16`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/3.2.1-debian-10-r16/3/debian-10/Dockerfile)
|
||||
* [`3`, `3-debian-10`, `3.2.1`, `3.2.1-debian-10-r17`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/3.2.1-debian-10-r17/3/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.2.0`, `2.2.0-debian-10-r60` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/2.2.0-debian-10-r60/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/parse-dashboard GitHub repo](https://github.com/bitnami/bitnami-docker-parse-dashboard).
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ services:
|
|||
volumes:
|
||||
- 'mongodb_data:/bitnami/mongodb'
|
||||
environment:
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
- MONGODB_USERNAME=bn_parse
|
||||
- MONGODB_DATABASE=bitnami_parse
|
||||
- MONGODB_PASSWORD=bitnami123
|
||||
|
|
|
|||
Loading…
Reference in New Issue