2.8.2-r0 release

Update parse to 2.8.2
This commit is contained in:
Bitnami Bot 2018-06-14 12:09:54 +00:00
parent 6c6c8b67e8
commit 58251f3524
3 changed files with 8 additions and 8 deletions

View File

@ -1,15 +1,15 @@
FROM bitnami/minideb-extras:jessie-r73
FROM bitnami/minideb-extras:jessie-r76
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages ghostscript imagemagick libbz2-1.0 libc6 libgcc1 libmysqlclient18 libncurses5 libpcap0.8 libreadline6 libsqlite3-0 libssl1.0.0 libstdc++6 libtinfo5 zlib1g
RUN bitnami-pkg install node-6.14.2-0 --checksum 090668f178d5ea72e2892ee6a1451175f3ad9692132651c33c06c839d7b74170
RUN bitnami-pkg install node-8.11.3-0 --checksum e8a276dcff0eb7c501f7c8ba7bd3df532886faf31701fa83c4ab0d7614b4bef2
RUN bitnami-pkg install mongodb-client-3.7.9-0 --checksum c0ef44b2e83dfc7edc9c539b426b990c114311bcd2b7b786959a6a6ece5c50d7
RUN bitnami-pkg unpack parse-2.8.1-0 --checksum e23705dcb26264e2b81af97f284113886a98810aec56d7fecbe1e26b256fcbaa
RUN bitnami-pkg unpack parse-2.8.2-0 --checksum a2226696cae84528bd2197998c51ab20f2b5cb6d9cce88c168c80e1d44399ce7
COPY rootfs /
ENV BITNAMI_APP_NAME="parse" \
BITNAMI_IMAGE_VERSION="2.8.1-r6" \
BITNAMI_IMAGE_VERSION="2.8.2-r0" \
MONGODB_HOST="mongodb" \
MONGODB_PASSWORD="" \
MONGODB_PORT_NUMBER="27017" \

View File

@ -31,7 +31,7 @@ $ docker-compose up -d
# Supported tags and respective `Dockerfile` links
* [`2`, `2.8.1-r6`, `latest` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/2.8.1-r6/2/Dockerfile)
* [`2`, `2.8.2-r0`, `latest` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/2.8.2-r0/2/Dockerfile)
* [`2-ol-7`, `0.0.0-ol-7-r0` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/0.0.0-ol-7-r0/2/ol-7/Dockerfile)
Subscribe to project updates by watching the [bitnami/parse GitHub repo](https://github.com/bitnami/bitnami-docker-parse).
@ -194,7 +194,7 @@ You can use these snapshots to restore the application state should the upgrade
5. Run the new image
* For docker-compose: `$ docker-compose start parse`
* For docker-compose: `$ docker-compose up parse`
* For manual execution ([mount](#mount-persistent-folders-manually) the directories if needed): `docker run --name parse bitnami/parse:latest`
# Configuration

View File

@ -9,8 +9,8 @@ jobs:
LATEST_STABLE: "2"
DISTRIBUTIONS_LIST: "debian-8,ol-7"
IMAGE_NAME: parse
CHART_NAME: parse
CHART_REPO: https://github.com/kubernetes/charts
CHART_NAME:
CHART_REPO:
DOCKER_PROJECT: bitnami
QUAY_PROJECT: bitnami
GCLOUD_PROJECT: bitnami-containers