From 4aaa3772726f90da397c4de08c8093fcbc2c7d9a Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 31 Jul 2018 12:03:16 +0000 Subject: [PATCH] 3.2.2-debian-9-r14 release --- bitnami/phpbb/3/debian-9/Dockerfile | 4 ++-- bitnami/phpbb/README.md | 4 ++-- bitnami/phpbb/circle.yml | 18 ------------------ 3 files changed, 4 insertions(+), 22 deletions(-) diff --git a/bitnami/phpbb/3/debian-9/Dockerfile b/bitnami/phpbb/3/debian-9/Dockerfile index f28eded99604..38583018f960 100644 --- a/bitnami/phpbb/3/debian-9/Dockerfile +++ b/bitnami/phpbb/3/debian-9/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/minideb-extras:stretch-r92 +FROM bitnami/minideb-extras:stretch-r93 LABEL maintainer "Bitnami " # Install required system packages and dependencies @@ -14,7 +14,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \ APACHE_HTTPS_PORT_NUMBER="443" \ APACHE_HTTP_PORT_NUMBER="80" \ BITNAMI_APP_NAME="phpbb" \ - BITNAMI_IMAGE_VERSION="3.2.2-debian-9-r13" \ + BITNAMI_IMAGE_VERSION="3.2.2-debian-9-r14" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \ diff --git a/bitnami/phpbb/README.md b/bitnami/phpbb/README.md index 8beaf21ef586..100acb71f19a 100644 --- a/bitnami/phpbb/README.md +++ b/bitnami/phpbb/README.md @@ -28,8 +28,8 @@ $ 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. -* [`3-ol-7`, `3.2.2-ol-7-r20` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.2.2-ol-7-r20/3/ol-7/Dockerfile) -* [`3-debian-9`, `3.2.2-debian-9-r13`, `3`, `3.2.2`, `3.2.2-r13`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.2.2-debian-9-r13/3/Dockerfile) +* [`3-ol-7`, `3.2.2-ol-7-r21` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.2.2-ol-7-r21/3/ol-7/Dockerfile) +* [`3-debian-9`, `3.2.2-debian-9-r14`, `3`, `3.2.2`, `3.2.2-r14`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.2.2-debian-9-r14/3/Dockerfile) Subscribe to project updates by watching the [bitnami/phpbb GitHub repo](https://github.com/bitnami/bitnami-docker-phpbb). diff --git a/bitnami/phpbb/circle.yml b/bitnami/phpbb/circle.yml index 7c15f1807d79..5ace5398fb10 100644 --- a/bitnami/phpbb/circle.yml +++ b/bitnami/phpbb/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: /^.*(?