2.0.5-ol-7-r7 release
This commit is contained in:
parent
5b21d5be96
commit
4ad8d23c7b
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r513
|
||||
FROM bitnami/oraclelinux-extras:7-r514
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
|
|
@ -11,7 +11,7 @@ RUN bitnami-pkg unpack parse-dashboard-2.0.5-0 --checksum 26ec4f22fb213e94cce65f
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="parse-dashboard" \
|
||||
BITNAMI_IMAGE_VERSION="2.0.5-ol-7-r6" \
|
||||
BITNAMI_IMAGE_VERSION="2.0.5-ol-7-r7" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
PARSE_APP_ID="myappID" \
|
||||
PARSE_DASHBOARD_APP_NAME="MyDashboard" \
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
print_welcome_page
|
||||
|
||||
if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "/run.sh" ]]; then
|
||||
nami_initialize parse-dashboard
|
||||
info "Starting parse-dashboard... "
|
||||
nami_initialize parse-dashboard
|
||||
info "Starting parse-dashboard... "
|
||||
fi
|
||||
|
||||
exec tini -- "$@"
|
||||
|
|
|
|||
|
|
@ -37,7 +37,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/).
|
||||
|
||||
|
||||
* [`2-ol-7`, `2.0.5-ol-7-r6` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/2.0.5-ol-7-r6/2/ol-7/Dockerfile)
|
||||
* [`2-ol-7`, `2.0.5-ol-7-r7` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/2.0.5-ol-7-r7/2/ol-7/Dockerfile)
|
||||
* [`2-debian-9`, `2.0.5-debian-9-r4`, `2`, `2.0.5`, `2.0.5-r4`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/2.0.5-debian-9-r4/2/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/parse-dashboard GitHub repo](https://github.com/bitnami/bitnami-docker-parse-dashboard).
|
||||
|
|
|
|||
Loading…
Reference in New Issue