4.10.7-debian-10-r11 release
This commit is contained in:
parent
6c6b57ccbd
commit
018bd213be
|
|
@ -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 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.13-1" --checksum 2ac3d5028d8f8fc44cbf4b71e948458c1ae53c12a052ae62229fd52bf14191a6
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "12.22.11-0" --checksum 6e635b4dbf839d3d43cf54540081f01405710ce2fb3b313e368cd1f1d9c8847a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.19.1-0" --checksum 806082b15c0eb60e4baca497519b4c0cc9cd636d7a944e9943ebc1b9632fabdc
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mongodb-client" "4.4.13-0" --checksum 9ec5b0a8edb5fdc7cffa8456693055aec894c1bc2414814b7adccd77e6c71637
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse" "4.10.7-1" --checksum f2ba5d1d75f06cf628cab6e62ee95aee68358d78d7c18813cd82b1b3decc3dcb
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
|
|
@ -20,8 +20,9 @@ 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.7-debian-10-r10" \
|
||||
ENV APP_VERSION="4.10.7" \
|
||||
BITNAMI_APP_NAME="parse" \
|
||||
BITNAMI_IMAGE_VERSION="4.10.7-debian-10-r11" \
|
||||
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
|
||||
|
|
|
|||
|
|
@ -15,10 +15,10 @@
|
|||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "6e635b4dbf839d3d43cf54540081f01405710ce2fb3b313e368cd1f1d9c8847a",
|
||||
"digest": "806082b15c0eb60e4baca497519b4c0cc9cd636d7a944e9943ebc1b9632fabdc",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "12.22.11-0"
|
||||
"version": "14.19.1-0"
|
||||
},
|
||||
"parse": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -46,8 +46,8 @@ 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.1.1`, `5.1.1-debian-10-r3` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/5.1.1-debian-10-r3/5/debian-10/Dockerfile)
|
||||
* [`4`, `4-debian-10`, `4.10.7`, `4.10.7-debian-10-r10`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.10.7-debian-10-r10/4/debian-10/Dockerfile)
|
||||
* [`5`, `5-debian-10`, `5.1.1`, `5.1.1-debian-10-r3`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/5.1.1-debian-10-r3/5/debian-10/Dockerfile)
|
||||
* [`4`, `4-debian-10`, `4.10.7`, `4.10.7-debian-10-r11` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.10.7-debian-10-r11/4/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/parse GitHub repo](https://github.com/bitnami/bitnami-docker-parse).
|
||||
|
||||
|
|
@ -339,7 +339,7 @@ If you encountered a problem running this container, you can file an [issue](htt
|
|||
- Host OS and version
|
||||
- Docker version (`docker version`)
|
||||
- Output of `docker info`
|
||||
- Version of this container (`echo $BITNAMI_IMAGE_VERSION` inside the container)
|
||||
- Version of this container
|
||||
- The command you used to run the container, and any relevant output you saw (masking any sensitive information)
|
||||
|
||||
## License
|
||||
|
|
|
|||
Loading…
Reference in New Issue