mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 14:58:01 +08:00
3.3.0-debian-10-r30 release
This commit is contained in:
@@ -10,7 +10,7 @@ COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip jq libbz2-1.0 libc6 libffi6 libgcc1 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.12-12" --checksum c081f7f9663d4d64e7f26d6e6a77b3860ee1f39c309bd564f801c39192042d2f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "12.22.9-7" --checksum a89062869618e23d67447fa4b15994985742dcb67e88a4abd5b1315562d3a202
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "12.22.10-0" --checksum 60d25c9c1c9737e94ae5bc670ed0a9484647653f1f63fefe59ad647ca7af533a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse-dashboard" "3.3.0-3" --checksum 680d66854a4dcbf98cb972f33917fc689a9e1b6b562f59b3fee8f7e94578532a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
@@ -20,7 +20,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/parse-dashboard/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="parse-dashboard" \
|
||||
BITNAMI_IMAGE_VERSION="3.3.0-debian-10-r29" \
|
||||
BITNAMI_IMAGE_VERSION="3.3.0-debian-10-r30" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/parse-dashboard/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 3000 4040
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "a89062869618e23d67447fa4b15994985742dcb67e88a4abd5b1315562d3a202",
|
||||
"digest": "60d25c9c1c9737e94ae5bc670ed0a9484647653f1f63fefe59ad647ca7af533a",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "12.22.9-7"
|
||||
"version": "12.22.10-0"
|
||||
},
|
||||
"parse-dashboard": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -60,6 +60,6 @@ component_unpack() {
|
||||
echo "Verifying package integrity"
|
||||
echo "$package_sha256 ${base_name}.tar.gz" | sha256sum --check - || exit "$?"
|
||||
fi
|
||||
tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2 "${base_name}/files/"
|
||||
tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2
|
||||
rm "${base_name}.tar.gz"
|
||||
}
|
||||
|
||||
@@ -40,7 +40,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/).
|
||||
|
||||
|
||||
* [`3`, `3-debian-10`, `3.3.0`, `3.3.0-debian-10-r29`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/3.3.0-debian-10-r29/3/debian-10/Dockerfile)
|
||||
* [`3`, `3-debian-10`, `3.3.0`, `3.3.0-debian-10-r30`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/3.3.0-debian-10-r30/3/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/parse-dashboard GitHub repo](https://github.com/bitnami/bitnami-docker-parse-dashboard).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user