2.0.3-debian-9-r6 release

This commit is contained in:
Bitnami Bot
2018-08-02 03:07:51 +00:00
parent 75d1c3f6f5
commit db1942d446
3 changed files with 3 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:stretch-r93
FROM bitnami/minideb-extras:stretch-r94
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@@ -11,7 +11,7 @@ RUN bitnami-pkg unpack discourse-2.0.3-0 --checksum e6725918bcf974c9dcf469dea1b1
COPY rootfs /
ENV BITNAMI_APP_NAME="discourse" \
BITNAMI_IMAGE_VERSION="2.0.3-debian-9-r5" \
BITNAMI_IMAGE_VERSION="2.0.3-debian-9-r6" \
DISCOURSE_EMAIL="user@example.com" \
DISCOURSE_HOST="127.0.0.1" \
DISCOURSE_PASSWORD="bitnami123" \

View File

@@ -29,7 +29,7 @@ $ docker-compose up -d
* [`2-ol-7`, `2.0.3-ol-7-r4` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.0.3-ol-7-r4/2/ol-7/Dockerfile)
* [`2-debian-9`, `2.0.3-debian-9-r5`, `2`, `2.0.3`, `2.0.3-r5`, `latest` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.0.3-debian-9-r5/2/Dockerfile)
* [`2-debian-9`, `2.0.3-debian-9-r6`, `2`, `2.0.3`, `2.0.3-r6`, `latest` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.0.3-debian-9-r6/2/Dockerfile)
Subscribe to project updates by watching the [bitnami/discourse GitHub repo](https://github.com/bitnami/bitnami-docker-discourse).

View File

@@ -31,35 +31,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: /^.*(?<!-rhel-7)-r[0-9]+$/