4.9.3-debian-10-r104 release
This commit is contained in:
parent
ce0a8daaad
commit
d243302ac3
|
|
@ -18,7 +18,7 @@ RUN bitnami-pkg install gosu-1.12.0-2 --checksum 4d858ac600c38af8de454c27b7f65c0
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="parse" \
|
||||
BITNAMI_IMAGE_VERSION="4.9.3-debian-10-r103" \
|
||||
BITNAMI_IMAGE_VERSION="4.9.3-debian-10-r104" \
|
||||
MONGODB_HOST="mongodb" \
|
||||
MONGODB_PASSWORD="" \
|
||||
MONGODB_PORT_NUMBER="27017" \
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
version: '2'
|
||||
services:
|
||||
mongodb:
|
||||
image: 'docker.io/bitnami/mongodb:4.2-debian-10'
|
||||
image: docker.io/bitnami/mongodb:4.2
|
||||
volumes:
|
||||
- 'mongodb_data:/bitnami'
|
||||
parse:
|
||||
image: 'docker.io/bitnami/parse:4-debian-10'
|
||||
image: docker.io/bitnami/parse:4
|
||||
ports:
|
||||
- '1337:1337'
|
||||
volumes:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
|
||||
. /opt/bitnami/base/functions
|
||||
. /opt/bitnami/base/helpers
|
||||
|
||||
|
|
|
|||
|
|
@ -48,7 +48,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.9.3`, `4.9.3-debian-10-r103`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.9.3-debian-10-r103/4/debian-10/Dockerfile)
|
||||
* [`4`, `4-debian-10`, `4.9.3`, `4.9.3-debian-10-r104`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.9.3-debian-10-r104/4/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/parse GitHub repo](https://github.com/bitnami/bitnami-docker-parse).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
version: '2'
|
||||
services:
|
||||
mongodb:
|
||||
image: 'docker.io/bitnami/mongodb:4.2-debian-10'
|
||||
image: docker.io/bitnami/mongodb:4.2
|
||||
volumes:
|
||||
- 'mongodb_data:/bitnami'
|
||||
parse:
|
||||
image: 'docker.io/bitnami/parse:4-debian-10'
|
||||
image: docker.io/bitnami/parse:4
|
||||
ports:
|
||||
- '1337:1337'
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue