4.10.4-debian-10-r97 release
This commit is contained in:
parent
1122a2ba7c
commit
89e23d08a5
|
|
@ -10,10 +10,10 @@ COPY prebuildfs /
|
|||
# Install required system packages and dependencies
|
||||
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.12-12" --checksum c081f7f9663d4d64e7f26d6e6a77b3860ee1f39c309bd564f801c39192042d2f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "12.22.9-5" --checksum e5a14b6f922145f51c26622304884871f2b9f05cf5504e9b29bf7b0bb9b0d4a6
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mongodb-client" "4.4.11-1" --checksum 16c1ce1398b6ee27665c150a8202df7fac08a52e4e897197c271952e9aea682f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse" "4.10.4-1" --checksum a5ebf7040410f9a208e7fed236fcb31b7e1ce220266904342dcd3df759c42121
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "12.22.9-6" --checksum 1dfab0979e651eb629e6e8a8a9083857be8094e975bb205b1d9e7893182aa462
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mongodb-client" "4.4.12-0" --checksum b9b0bba0c9372beeee4231dd9459dd8beae1c6c7d87b0973620dac385eeb30ed
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse" "4.10.4-2" --checksum ff53c89463ba10bef69b848f3a171a4ace043abbb00f95e06dd176704bbb93ec
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
@ -21,7 +21,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.4-debian-10-r96" \
|
||||
BITNAMI_IMAGE_VERSION="4.10.4-debian-10-r97" \
|
||||
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
|
||||
|
|
|
|||
|
|
@ -1,31 +1,31 @@
|
|||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc",
|
||||
"digest": "7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-1"
|
||||
"version": "1.14.0-2"
|
||||
},
|
||||
"mongodb-client": {
|
||||
"arch": "amd64",
|
||||
"digest": "16c1ce1398b6ee27665c150a8202df7fac08a52e4e897197c271952e9aea682f",
|
||||
"digest": "b9b0bba0c9372beeee4231dd9459dd8beae1c6c7d87b0973620dac385eeb30ed",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "4.4.11-1"
|
||||
"version": "4.4.12-0"
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "e5a14b6f922145f51c26622304884871f2b9f05cf5504e9b29bf7b0bb9b0d4a6",
|
||||
"digest": "1dfab0979e651eb629e6e8a8a9083857be8094e975bb205b1d9e7893182aa462",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "12.22.9-5"
|
||||
"version": "12.22.9-6"
|
||||
},
|
||||
"parse": {
|
||||
"arch": "amd64",
|
||||
"digest": "a5ebf7040410f9a208e7fed236fcb31b7e1ce220266904342dcd3df759c42121",
|
||||
"digest": "ff53c89463ba10bef69b848f3a171a4ace043abbb00f95e06dd176704bbb93ec",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "4.10.4-1"
|
||||
"version": "4.10.4-2"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -46,7 +46,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.4`, `4.10.4-debian-10-r96`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.10.4-debian-10-r96/4/debian-10/Dockerfile)
|
||||
* [`4`, `4-debian-10`, `4.10.4`, `4.10.4-debian-10-r97`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.10.4-debian-10-r97/4/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/parse GitHub repo](https://github.com/bitnami/bitnami-docker-parse).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue