3.1.2-ol-7-r28 release
This commit is contained in:
parent
8144daf867
commit
3d99cce5a2
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r202
|
||||
FROM bitnami/oraclelinux-extras:7-r203
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
|
|
@ -12,7 +12,7 @@ RUN bitnami-pkg unpack parse-3.1.2-20 --checksum 9f15a8ce46db459871b13fa2986bd43
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="parse" \
|
||||
BITNAMI_IMAGE_VERSION="3.1.2-ol-7-r27" \
|
||||
BITNAMI_IMAGE_VERSION="3.1.2-ol-7-r28" \
|
||||
MONGODB_HOST="mongodb" \
|
||||
MONGODB_PASSWORD="" \
|
||||
MONGODB_PORT_NUMBER="27017" \
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
[](https://circleci.com/gh/bitnami/bitnami-docker-parse/tree/master)
|
||||
|
||||
# What is Parse?
|
||||
|
||||
> Parse Server is an open source version of the Parse backend that can be deployed to any infrastructure that can run Node.js.
|
||||
|
|
@ -26,7 +24,6 @@ $ docker-compose up -d
|
|||
* Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
|
||||
* With Bitnami images the latest bug fixes and features are available as soon as possible.
|
||||
* Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.
|
||||
* Bitnami images are built on CircleCI and automatically pushed to the Docker Hub.
|
||||
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading linux distribution.
|
||||
* Bitnami container images are released daily with the latest distribution packages available.
|
||||
|
||||
|
|
@ -51,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/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`3-ol-7`, `3.1.2-ol-7-r27` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/3.1.2-ol-7-r27/3/ol-7/Dockerfile)
|
||||
* [`3-ol-7`, `3.1.2-ol-7-r28` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/3.1.2-ol-7-r28/3/ol-7/Dockerfile)
|
||||
* [`3-debian-9`, `3.1.2-debian-9-r19`, `3`, `3.1.2`, `3.1.2-r19`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/3.1.2-debian-9-r19/3/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/parse GitHub repo](https://github.com/bitnami/bitnami-docker-parse).
|
||||
|
|
|
|||
Loading…
Reference in New Issue