mirror of
https://github.com/bitnami/containers.git
synced 2026-04-06 09:17:43 +08:00
1.3.0-debian-9-r14 release
This commit is contained in:
@@ -11,7 +11,7 @@ RUN bitnami-pkg unpack parse-dashboard-1.3.0-0 --checksum 3dd61618e7b68b9983ab05
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="parse-dashboard" \
|
||||
BITNAMI_IMAGE_VERSION="1.3.0-debian-9-r13" \
|
||||
BITNAMI_IMAGE_VERSION="1.3.0-debian-9-r14" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
PARSE_APP_ID="myappID" \
|
||||
PARSE_DASHBOARD_APP_NAME="MyDashboard" \
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
version: '2'
|
||||
services:
|
||||
mongodb:
|
||||
image: 'bitnami/mongodb:latest'
|
||||
image: 'bitnami/mongodb:4.0'
|
||||
volumes:
|
||||
- 'mongodb_data:/bitnami'
|
||||
parse:
|
||||
image: 'bitnami/parse:latest'
|
||||
image: 'bitnami/parse:3'
|
||||
ports:
|
||||
- '1337:1337'
|
||||
volumes:
|
||||
|
||||
@@ -38,7 +38,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
* [`1-rhel-7`, `1.3.0-rhel-7-r8` (1/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/1.3.0-rhel-7-r8/1/rhel-7/Dockerfile)
|
||||
* [`1-ol-7`, `1.3.0-ol-7-r11` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/1.3.0-ol-7-r11/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.3.0-debian-9-r13`, `1`, `1.3.0`, `1.3.0-r13`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/1.3.0-debian-9-r13/1/debian-9/Dockerfile)
|
||||
* [`1-debian-9`, `1.3.0-debian-9-r14`, `1`, `1.3.0`, `1.3.0-r14`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/1.3.0-debian-9-r14/1/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/parse-dashboard GitHub repo](https://github.com/bitnami/bitnami-docker-parse-dashboard).
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
version: '2'
|
||||
services:
|
||||
mongodb:
|
||||
image: 'bitnami/mongodb:latest'
|
||||
image: 'bitnami/mongodb:4.0'
|
||||
volumes:
|
||||
- 'mongodb_data:/bitnami'
|
||||
parse:
|
||||
image: 'bitnami/parse:latest'
|
||||
image: 'bitnami/parse:3'
|
||||
ports:
|
||||
- '1337:1337'
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user