3.0.0-ol-7-r48 release

This commit is contained in:
Bitnami Bot 2018-10-16 03:02:46 +00:00
parent fd968c58b0
commit 9ca2f52235
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras:7-r138
FROM bitnami/oraclelinux-extras:7-r139
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@ -9,7 +9,7 @@ RUN bitnami-pkg unpack parse-3.0.0-0 --checksum 239df8fa5b45058019d93ec599b1548d
COPY rootfs /
ENV BITNAMI_APP_NAME="parse" \
BITNAMI_IMAGE_VERSION="3.0.0-ol-7-r47" \
BITNAMI_IMAGE_VERSION="3.0.0-ol-7-r48" \
MONGODB_HOST="mongodb" \
MONGODB_PASSWORD="" \
MONGODB_PORT_NUMBER="27017" \

View File

@ -28,6 +28,11 @@ $ docker-compose up -d
* 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.
[![Anchore Image Overview](https://anchore.io/service/badges/image/c18e8ce8166c125007f26904420615dc8fb4c6ebbacb85d2793c9b054d9b0c49)](https://anchore.io/image/dockerhub/bitnami%2Fparse%3Alatest#security)
> The image overview badge contains a security report with all open CVEs. Click on 'Show only CVEs with fixes' to get the list of actionable security issues.
# How to deploy Parse Server in Kubernetes?
@ -42,7 +47,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy
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.0.0-ol-7-r47` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/3.0.0-ol-7-r47/3/ol-7/Dockerfile)
* [`3-ol-7`, `3.0.0-ol-7-r48` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/3.0.0-ol-7-r48/3/ol-7/Dockerfile)
* [`3-debian-9`, `3.0.0-debian-9-r21`, `3`, `3.0.0`, `3.0.0-r21`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/3.0.0-debian-9-r21/3/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/parse GitHub repo](https://github.com/bitnami/bitnami-docker-parse).