Updated Parse version to 2.2.23

This commit is contained in:
Juan Ariza
2016-10-25 10:30:30 +02:00
parent afddeb9d08
commit 9cffa17ec3
2 changed files with 17 additions and 11 deletions

View File

@@ -3,15 +3,15 @@ FROM gcr.io/stacksmith-images/ubuntu:14.04-r10
MAINTAINER Bitnami <containers@bitnami.com>
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 /

View File

@@ -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