diff --git a/bitnami/parse/2/ol-7/Dockerfile b/bitnami/parse/2/ol-7/Dockerfile index 197052e4503f..4996ac517b96 100644 --- a/bitnami/parse/2/ol-7/Dockerfile +++ b/bitnami/parse/2/ol-7/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/oraclelinux-extras:7-r42 +FROM bitnami/oraclelinux-extras:7-r43 LABEL maintainer "Bitnami " # Install required system packages and dependencies @@ -9,7 +9,7 @@ RUN bitnami-pkg unpack parse-2.8.2-0 --checksum 7235015e9c8520da205340b1e139e5a5 COPY rootfs / ENV BITNAMI_APP_NAME="parse" \ - BITNAMI_IMAGE_VERSION="2.8.2-ol-7-r21" \ + BITNAMI_IMAGE_VERSION="2.8.2-ol-7-r22" \ MONGODB_HOST="mongodb" \ MONGODB_PASSWORD="" \ MONGODB_PORT_NUMBER="27017" \ diff --git a/bitnami/parse/README.md b/bitnami/parse/README.md index b0c83a2ceaad..80e19416de41 100644 --- a/bitnami/parse/README.md +++ b/bitnami/parse/README.md @@ -34,7 +34,7 @@ $ docker-compose up -d > NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8. -* [`2-ol-7`, `2.8.2-ol-7-r21` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/2.8.2-ol-7-r21/2/ol-7/Dockerfile) +* [`2-ol-7`, `2.8.2-ol-7-r22` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/2.8.2-ol-7-r22/2/ol-7/Dockerfile) * [`2-debian-9`, `2.8.2-debian-9-r10`, `2`, `2.8.2`, `2.8.2-r10`, `latest` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/2.8.2-debian-9-r10/2/Dockerfile) Subscribe to project updates by watching the [bitnami/parse GitHub repo](https://github.com/bitnami/bitnami-docker-parse). diff --git a/bitnami/parse/circle.yml b/bitnami/parse/circle.yml index 80348815c400..b914e089097d 100644 --- a/bitnami/parse/circle.yml +++ b/bitnami/parse/circle.yml @@ -10,7 +10,7 @@ jobs: DISTRIBUTIONS_LIST: "debian-9,ol-7" IMAGE_NAME: parse CHART_NAME: parse - CHART_REPO: https://github.com/kubernetes/charts + CHART_REPO: https://github.com/helm/charts DOCKER_PROJECT: bitnami QUAY_PROJECT: bitnami GCLOUD_PROJECT: bitnami-containers