3.1.3-debian-9-r67 release
This commit is contained in:
parent
19589d5f5d
commit
6382d83068
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras:stretch-r318
|
||||
FROM bitnami/minideb-extras:stretch-r319
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
|
|
@ -12,7 +12,7 @@ RUN bitnami-pkg unpack parse-3.1.3-1 --checksum 7fc45dbad32785295be7f7a686798d43
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="parse" \
|
||||
BITNAMI_IMAGE_VERSION="3.1.3-debian-9-r66" \
|
||||
BITNAMI_IMAGE_VERSION="3.1.3-debian-9-r67" \
|
||||
MONGODB_HOST="mongodb" \
|
||||
MONGODB_PASSWORD="" \
|
||||
MONGODB_PORT_NUMBER="27017" \
|
||||
|
|
|
|||
|
|
@ -48,8 +48,8 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`3-rhel-7`, `3.1.3-rhel-7-r28` (3/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/3.1.3-rhel-7-r28/3/rhel-7/Dockerfile)
|
||||
* [`3-ol-7`, `3.1.3-ol-7-r76` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/3.1.3-ol-7-r76/3/ol-7/Dockerfile)
|
||||
* [`3-debian-9`, `3.1.3-debian-9-r66`, `3`, `3.1.3`, `3.1.3-r66`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/3.1.3-debian-9-r66/3/debian-9/Dockerfile)
|
||||
* [`3-ol-7`, `3.1.3-ol-7-r75` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/3.1.3-ol-7-r75/3/ol-7/Dockerfile)
|
||||
* [`3-debian-9`, `3.1.3-debian-9-r67`, `3`, `3.1.3`, `3.1.3-r67`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/3.1.3-debian-9-r67/3/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/parse GitHub repo](https://github.com/bitnami/bitnami-docker-parse).
|
||||
|
||||
|
|
|
|||
|
|
@ -5,9 +5,7 @@ services:
|
|||
volumes:
|
||||
- 'mongodb_data:/bitnami'
|
||||
parse:
|
||||
image: 'bitnami/parse:latest'
|
||||
labels:
|
||||
kompose.service.type: nodeport
|
||||
image: 'bitnami/parse:3'
|
||||
ports:
|
||||
- '1337:1337'
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue