4.0.1-debian-10-r2 release
This commit is contained in:
parent
29d4a5bbc8
commit
cc89d6e4cc
|
|
@ -19,8 +19,9 @@ 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="4.0.1-debian-10-r1" \
|
||||
ENV APP_VERSION="4.0.1" \
|
||||
BITNAMI_APP_NAME="parse-dashboard" \
|
||||
BITNAMI_IMAGE_VERSION="4.0.1-debian-10-r2" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/parse-dashboard/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 3000 4040
|
||||
|
|
|
|||
|
|
@ -40,7 +40,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-10`, `4.0.1`, `4.0.1-debian-10-r1`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/4.0.1-debian-10-r1/4/debian-10/Dockerfile)
|
||||
* [`4`, `4-debian-10`, `4.0.1`, `4.0.1-debian-10-r2`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/4.0.1-debian-10-r2/4/debian-10/Dockerfile)
|
||||
* [`3`, `3-debian-10`, `3.3.0`, `3.3.0-debian-10-r77` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/3.3.0-debian-10-r77/3/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/parse-dashboard GitHub repo](https://github.com/bitnami/bitnami-docker-parse-dashboard).
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ services:
|
|||
- PARSE_DATABASE_NAME=bitnami_parse
|
||||
- PARSE_DATABASE_PASSWORD=bitnami123
|
||||
parse-dashboard:
|
||||
image: docker.io/bitnami/parse-dashboard:3
|
||||
image: docker.io/bitnami/parse-dashboard:4
|
||||
ports:
|
||||
- '80:4040'
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue