From 9cffa17ec37ade037c02ddcec25e50c172793133 Mon Sep 17 00:00:00 2001 From: Juan Ariza Date: Tue, 25 Oct 2016 10:30:30 +0200 Subject: [PATCH] Updated Parse version to 2.2.23 --- bitnami/parse/Dockerfile | 6 +++--- bitnami/parse/README.md | 22 ++++++++++++++-------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/bitnami/parse/Dockerfile b/bitnami/parse/Dockerfile index aaea4600ad57..ecfde63ac837 100644 --- a/bitnami/parse/Dockerfile +++ b/bitnami/parse/Dockerfile @@ -3,15 +3,15 @@ FROM gcr.io/stacksmith-images/ubuntu:14.04-r10 MAINTAINER Bitnami ENV BITNAMI_APP_NAME=parse \ - BITNAMI_IMAGE_VERSION=2.2.18-r2 \ + BITNAMI_IMAGE_VERSION=2.2.23-r0 \ PATH=/opt/bitnami/node/bin:/opt/bitnami/mongodb/bin:/opt/bitnami/parse/bin:$PATH # Additional modules required -RUN bitnami-pkg install node-4.5.0-1 --checksum 4ea3d270ea4b44f53d628357a062066438248a49331a0b9e4eb5e6b3671d076f +RUN bitnami-pkg install node-4.6.1-0 --checksum 3eb5e4639c18b8ac19f0c7a54cc5874a738853300fd91500642f748334dd1693 RUN bitnami-pkg install mongodb-client-3.2.7-4 --checksum 251b952828fa1dfaae4063914bba46ea8a1aaf9c0954850c00ee772000077f8d # Install parse -RUN bitnami-pkg unpack parse-2.2.18-0 --checksum 03939b9b68d1555bea5e648db34dc5e45f6ea1dd25cc8a6b989a493cc9b294b9 +RUN bitnami-pkg unpack parse-2.2.23-0 --checksum 6ff0b2c4764be30ee213d5c616cfe3952b797ef69b36c8ffdfec3bf2148ac92a COPY rootfs / diff --git a/bitnami/parse/README.md b/bitnami/parse/README.md index e48c7171245e..a01e0eea32bc 100644 --- a/bitnami/parse/README.md +++ b/bitnami/parse/README.md @@ -6,6 +6,12 @@ http://parse.com/ +# Look for Parse + Parse Dashboard? + +We also provide a Docker Image for Parse Dashboard. Parse Dashboard is a standalone dashboard for managing your Parse apps. You can find it at: + +[Bitnami Parse Dashboard](https://github.com/bitnami/bitnami-docker-parse-dashboard) + # Prerequisites To run this application you need Docker Engine 1.10.0. Docker Compose is recomended with a version 1.6.0 or later. @@ -127,9 +133,9 @@ Bitnami provides up-to-date versions of Mongodb and Parse, including security pa 1. Get the updated images: - ``` - $ docker pull bitnami/parse:latest - ``` +``` +$ docker pull bitnami/parse:latest +``` 2. Stop your container @@ -187,14 +193,14 @@ To backup your application data follow these steps: 1. Stop the running container: - * For docker-compose: `$ docker-compose stop parse` - * For manual execution: `$ docker stop parse` +* For docker-compose: `$ docker-compose stop parse` +* For manual execution: `$ docker stop parse` 2. Copy the Parse data folder in the host: - ``` - $ docker cp /your/local/path/bitnami:/bitnami/parse - ``` +``` +$ docker cp /your/local/path/bitnami:/bitnami/parse +``` # Restoring a backup