mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 01:07:20 +08:00
4.4.0-debian-10-r0 release
This commit is contained in:
@@ -13,14 +13,14 @@ RUN /build/install-nami.sh
|
||||
RUN bitnami-pkg install node-12.19.0-0 --checksum e4337681badb137e807b330a56f3c8a73cf779149a072a4166126e5be9686993
|
||||
RUN bitnami-pkg install mongodb-client-4.4.1-0 --checksum 9b553a0df5312db187152b0394d729a81e016e255be82eb565393c1705e63e3e
|
||||
RUN bitnami-pkg install tini-0.19.0-1 --checksum 9b1f1c095944bac88a62c1b63f3bff1bb123aa7ccd371c908c0e5b41cec2528d
|
||||
RUN bitnami-pkg unpack parse-4.3.0-0 --checksum 2269ee87b65d717119d019c765b9dfd6921e370d87c23c0c183847be3fbff852
|
||||
RUN bitnami-pkg unpack parse-4.4.0-0 --checksum 987226902c5e9a4a260b44a2b93d36a40aecf0a82ae334b2900bf8442d45604c
|
||||
RUN bitnami-pkg install gosu-1.12.0-2 --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="parse" \
|
||||
BITNAMI_IMAGE_VERSION="4.3.0-debian-10-r89" \
|
||||
BITNAMI_IMAGE_VERSION="4.4.0-debian-10-r0" \
|
||||
MONGODB_HOST="mongodb" \
|
||||
MONGODB_PASSWORD="" \
|
||||
MONGODB_PORT_NUMBER="27017" \
|
||||
|
||||
@@ -22,10 +22,10 @@
|
||||
},
|
||||
"parse": {
|
||||
"arch": "amd64",
|
||||
"digest": "2269ee87b65d717119d019c765b9dfd6921e370d87c23c0c183847be3fbff852",
|
||||
"digest": "987226902c5e9a4a260b44a2b93d36a40aecf0a82ae334b2900bf8442d45604c",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "4.3.0-0"
|
||||
"version": "4.4.0-0"
|
||||
},
|
||||
"tini": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -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.3.0`, `4.3.0-debian-10-r89`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.3.0-debian-10-r89/4/debian-10/Dockerfile)
|
||||
* [`4`, `4-debian-10`, `4.4.0`, `4.4.0-debian-10-r0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.4.0-debian-10-r0/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