1.2.0-rhel-7-r40 release
This commit is contained in:
parent
d9e0b15010
commit
56bbf3c0a7
|
|
@ -11,7 +11,7 @@ RUN bitnami-pkg unpack parse-dashboard-1.2.0-1 --checksum 2ea2a18aab9d440bac82ef
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="parse-dashboard" \
|
||||
BITNAMI_IMAGE_VERSION="1.2.0-rhel-7-r39" \
|
||||
BITNAMI_IMAGE_VERSION="1.2.0-rhel-7-r40" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
PARSE_APP_ID="myappID" \
|
||||
PARSE_DASHBOARD_APP_NAME="MyDashboard" \
|
||||
|
|
|
|||
|
|
@ -5,7 +5,10 @@ services:
|
|||
volumes:
|
||||
- mongodb_data:/bitnami
|
||||
parse:
|
||||
image: bitnami/parse:latest
|
||||
# A Red Hat Customer Portal login is required to access this image. If you do not have one already, you can obtain one at https://www.redhat.com/wapps/ugc/register.html
|
||||
# Pull action should be successful from any RHEL Host system running the Docker service and executing the following command: docker login registry.connect.redhat.com
|
||||
# + info: https://access.redhat.com/containers/?tab=images&platform=docker#/registry.connect.redhat.com/bitnami/parse-server
|
||||
image: registry.connect.redhat.com/bitnami/parse-server
|
||||
ports:
|
||||
- '1337:1337'
|
||||
volumes:
|
||||
|
|
@ -13,7 +16,10 @@ services:
|
|||
depends_on:
|
||||
- mongodb
|
||||
parse-dashboard:
|
||||
image: bitnami/parse-dashboard:1-rhel-7
|
||||
# A Red Hat Customer Portal login is required to access this image. If you do not have one already, you can obtain one at https://www.redhat.com/wapps/ugc/register.html
|
||||
# Pull action should be successful from any RHEL Host system running the Docker service and executing the following command: docker login registry.connect.redhat.com
|
||||
# + info: https://access.redhat.com/containers/?tab=images&platform=docker#/registry.connect.redhat.com/bitnami/parse-dashboard
|
||||
image: registry.connect.redhat.com/bitnami/parse-dashboard
|
||||
ports:
|
||||
- '80:4040'
|
||||
volumes:
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`1-rhel-7`, `1.2.0-rhel-7-r39` (1/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/1.2.0-rhel-7-r39/1/rhel-7/Dockerfile)
|
||||
* [`1-rhel-7`, `1.2.0-rhel-7-r40` (1/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/1.2.0-rhel-7-r40/1/rhel-7/Dockerfile)
|
||||
* [`1-ol-7`, `1.2.0-ol-7-r218` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/1.2.0-ol-7-r218/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.2.0-debian-9-r129`, `1`, `1.2.0`, `1.2.0-r129`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/1.2.0-debian-9-r129/1/debian-9/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue