mirror of
https://github.com/bitnami/containers.git
synced 2026-02-12 06:57:21 +08:00
5.2.0-debian-10-r34 release
This commit is contained in:
committed by
Bitnami Containers
parent
8a64b2ea2b
commit
d521cb9537
@@ -128,7 +128,7 @@ parse_initialize() {
|
||||
|
||||
parse_conf_set "serverURL" "$server_url"
|
||||
parse_conf_set "databaseURI" "$connection_string"
|
||||
is_boolean_yes "$PARSE_ENABLE_CLOUD_CODE" && parse_conf_set "cloud" "./cloud/main.js"
|
||||
is_boolean_yes "$PARSE_ENABLE_CLOUD_CODE" && parse_conf_set "cloud" "${PARSE_BASE_DIR}/cloud/main.js"
|
||||
else
|
||||
warn "Parse config.json detected in persistence. Persisting configuration files is deprecated"
|
||||
cp "$persisted_conf_file" "$PARSE_CONF_FILE"
|
||||
|
||||
@@ -43,7 +43,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/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`5`, `5-debian-10`, `5.2.0`, `5.2.0-debian-10-r33`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/5.2.0-debian-10-r33/5/debian-10/Dockerfile)
|
||||
* [`5`, `5-debian-10`, `5.2.0`, `5.2.0-debian-10-r34`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/5.2.0-debian-10-r34/5/debian-10/Dockerfile)
|
||||
* [`4`, `4-debian-10`, `4.10.9`, `4.10.9-debian-10-r31` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.10.9-debian-10-r31/4/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/parse GitHub repo](https://github.com/bitnami/bitnami-docker-parse).
|
||||
|
||||
Reference in New Issue
Block a user