mirror of
https://github.com/bitnami/containers.git
synced 2026-02-20 14:57:23 +08:00
4.10.2-debian-10-r1 release
This commit is contained in:
@@ -11,7 +11,7 @@ COPY prebuildfs /
|
||||
RUN install_packages acl ca-certificates curl gzip jq libbz2-1.0 libc6 libcom-err2 libcurl4 libffi6 libgcc1 libgcrypt20 libgmp10 libgnutls30 libgpg-error0 libgssapi-krb5-2 libhogweed4 libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblzma5 libncursesw6 libnettle6 libnghttp2-14 libp11-kit0 libpsl5 libreadline7 librtmp1 libsasl2-2 libsqlite3-0 libssh2-1 libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.11-0" --checksum 28b91ef5db9ad93e704881400703e4085bd82f016be15e3cf8760df044da9490
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "12.22.5-0" --checksum 2f033fd610aed57672c5039a80f85fd911470e96ab6ee9aec77122955e514cb3
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mongodb-client" "4.4.8-0" --checksum 63a7139db9ee85ac0be7b9674c664635949c6a87b9a0a5191bf292d0eef03b1d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mongodb-client" "4.4.8-1" --checksum 14c1a841d82eed4d53b778f7ffdf25810fdd628b295171ab781b7dc3f4ebb326
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse" "4.10.2-0" --checksum c602600cc093ca7fcafe1dd897193c327a7480476262b176866a6aeb13a2c62b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
@@ -19,7 +19,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/parse/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="parse" \
|
||||
BITNAMI_IMAGE_VERSION="4.10.2-debian-10-r0" \
|
||||
BITNAMI_IMAGE_VERSION="4.10.2-debian-10-r1" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mongodb/bin:/opt/bitnami/mongodb-client/bin:/opt/bitnami/parse/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 1337 3000
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"mongodb-client": {
|
||||
"arch": "amd64",
|
||||
"digest": "63a7139db9ee85ac0be7b9674c664635949c6a87b9a0a5191bf292d0eef03b1d",
|
||||
"digest": "14c1a841d82eed4d53b778f7ffdf25810fdd628b295171ab781b7dc3f4ebb326",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "4.4.8-0"
|
||||
"version": "4.4.8-1"
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -148,7 +148,7 @@ parse_initialize() {
|
||||
# Arguments:
|
||||
# $1 - Variable name
|
||||
# $2 - Value to assign to the variable
|
||||
# $3 - Whether the value is a literal, or if instead it should be quoted (default: no)
|
||||
# $3 - YAML type (string, int or bool)
|
||||
# Returns:
|
||||
# None
|
||||
#########################
|
||||
@@ -163,10 +163,10 @@ parse_conf_set() {
|
||||
jq "(.${key}) |= \"${value}\"" "$PARSE_CONF_FILE" >"$tempfile"
|
||||
;;
|
||||
int)
|
||||
jq "(.${key}) |= (\"${value}\" | tonumber) }" "$PARSE_CONF_FILE" >"$tempfile"
|
||||
jq "(.${key}) |= (\"${value}\" | tonumber)" "$PARSE_CONF_FILE" >"$tempfile"
|
||||
;;
|
||||
bool)
|
||||
jq "(.${key}) |= (\"${value}\" | test(\"true\")) }" "$PARSE_CONF_FILE" >"$tempfile"
|
||||
jq "(.${key}) |= (\"${value}\" | test(\"true\"))" "$PARSE_CONF_FILE" >"$tempfile"
|
||||
;;
|
||||
*)
|
||||
error "Type unknown: ${type}"
|
||||
|
||||
@@ -48,7 +48,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/).
|
||||
|
||||
|
||||
* [`4`, `4-debian-10`, `4.10.2`, `4.10.2-debian-10-r0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.10.2-debian-10-r0/4/debian-10/Dockerfile)
|
||||
* [`4`, `4-debian-10`, `4.10.2`, `4.10.2-debian-10-r1`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.10.2-debian-10-r1/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