From 2b540d0b4e1539d6f25a7e956d3c4d175ee2d1fb Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 2 Aug 2018 03:31:54 +0000 Subject: [PATCH] 2.8.2-ol-7-r31 release --- bitnami/parse/2/ol-7/Dockerfile | 4 ++-- bitnami/parse/README.md | 2 +- bitnami/parse/circle.yml | 18 ------------------ 3 files changed, 3 insertions(+), 21 deletions(-) diff --git a/bitnami/parse/2/ol-7/Dockerfile b/bitnami/parse/2/ol-7/Dockerfile index 7284f7ec6298..d2a3aa90bb2a 100644 --- a/bitnami/parse/2/ol-7/Dockerfile +++ b/bitnami/parse/2/ol-7/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/oraclelinux-extras:7-r53 +FROM bitnami/oraclelinux-extras:7-r56 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-r30" \ + BITNAMI_IMAGE_VERSION="2.8.2-ol-7-r31" \ MONGODB_HOST="mongodb" \ MONGODB_PASSWORD="" \ MONGODB_PORT_NUMBER="27017" \ diff --git a/bitnami/parse/README.md b/bitnami/parse/README.md index 4e7fcfcf3c59..ca0a614a85c8 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-r30` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/2.8.2-ol-7-r30/2/ol-7/Dockerfile) +* [`2-ol-7`, `2.8.2-ol-7-r31` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/2.8.2-ol-7-r31/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 b914e089097d..847315691c55 100644 --- a/bitnami/parse/circle.yml +++ b/bitnami/parse/circle.yml @@ -33,35 +33,17 @@ jobs: command: | docker version docker info - - restore_cache: - keys: - - cache-{{ .Branch }} - paths: - - /cache/layers.tar - - run: - name: Build docker image - command: | - curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/docker-image-test.sh | bash - - - save_cache: - key: cache-{{ .Branch }}-{{ epoch }} - paths: - - /cache/layers.tar - deploy: name: Publish docker image command: | if [ -n "${CIRCLE_TAG}" ]; then curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/docker-release-image.sh | bash - - elif [ "${CIRCLE_BRANCH}" == "master" ]; then - curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/docker-development-image.sh | bash - fi - workflows: version: 2 build-and-deploy: jobs: - build: filters: - branches: - only: /.*/ tags: only: /^.*(?