2.1.0-debian-10-r327 release
This commit is contained in:
parent
73dbfb4511
commit
3c79808e01
|
|
@ -10,14 +10,14 @@ COPY prebuildfs /
|
|||
RUN install_packages ca-certificates curl ghostscript gzip imagemagick libbz2-1.0 libc6 libffi6 libgcc1 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 procps sudo tar zlib1g
|
||||
RUN /build/bitnami-user.sh
|
||||
RUN /build/install-nami.sh
|
||||
RUN bitnami-pkg install node-12.22.0-2 --checksum 2049844e01142c1c8266eadf7626fa21f87ee9708c3974828dd4d97e4d5a728d
|
||||
RUN bitnami-pkg install node-12.22.1-0 --checksum 645d1f9d49b995fcc7eee638e826b789c735ba445d9a2ff9560fea577708d734
|
||||
RUN bitnami-pkg install tini-0.19.0-1 --checksum 9b1f1c095944bac88a62c1b63f3bff1bb123aa7ccd371c908c0e5b41cec2528d
|
||||
RUN bitnami-pkg unpack parse-dashboard-2.1.0-1 --checksum 2bd96d3dd57b1f48ab4a8fea2d9ff24070427863375de1259270d48f12ed3bcb
|
||||
RUN bitnami-pkg install gosu-1.12.0-2 --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="parse-dashboard" \
|
||||
BITNAMI_IMAGE_VERSION="2.1.0-debian-10-r326" \
|
||||
BITNAMI_IMAGE_VERSION="2.1.0-debian-10-r327" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
OS_ARCH="amd64" \
|
||||
OS_FLAVOUR="debian-10" \
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
version: '2'
|
||||
services:
|
||||
mongodb:
|
||||
image: 'docker.io/bitnami/mongodb:4.2-debian-10'
|
||||
image: docker.io/bitnami/mongodb:4.2
|
||||
volumes:
|
||||
- 'mongodb_data:/bitnami'
|
||||
parse:
|
||||
image: 'docker.io/bitnami/parse:4-debian-10'
|
||||
image: docker.io/bitnami/parse:4
|
||||
ports:
|
||||
- '1337:1337'
|
||||
volumes:
|
||||
|
|
@ -13,7 +13,7 @@ services:
|
|||
depends_on:
|
||||
- mongodb
|
||||
parse-dashboard:
|
||||
image: 'docker.io/bitnami/parse-dashboard:2-debian-10'
|
||||
image: docker.io/bitnami/parse-dashboard:2
|
||||
ports:
|
||||
- '80:4040'
|
||||
volumes:
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "2049844e01142c1c8266eadf7626fa21f87ee9708c3974828dd4d97e4d5a728d",
|
||||
"digest": "645d1f9d49b995fcc7eee638e826b789c735ba445d9a2ff9560fea577708d734",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "12.22.0-2"
|
||||
"version": "12.22.1-0"
|
||||
},
|
||||
"parse-dashboard": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
|
||||
. /opt/bitnami/base/functions
|
||||
. /opt/bitnami/base/helpers
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,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/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-10`, `2.1.0`, `2.1.0-debian-10-r326`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/2.1.0-debian-10-r326/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.1.0`, `2.1.0-debian-10-r327`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/2.1.0-debian-10-r327/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/parse-dashboard GitHub repo](https://github.com/bitnami/bitnami-docker-parse-dashboard).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
version: '2'
|
||||
services:
|
||||
mongodb:
|
||||
image: 'docker.io/bitnami/mongodb:4.2-debian-10'
|
||||
image: docker.io/bitnami/mongodb:4.2
|
||||
volumes:
|
||||
- 'mongodb_data:/bitnami'
|
||||
parse:
|
||||
image: 'docker.io/bitnami/parse:4-debian-10'
|
||||
image: docker.io/bitnami/parse:4
|
||||
ports:
|
||||
- '1337:1337'
|
||||
volumes:
|
||||
|
|
@ -13,7 +13,7 @@ services:
|
|||
depends_on:
|
||||
- mongodb
|
||||
parse-dashboard:
|
||||
image: 'docker.io/bitnami/parse-dashboard:2-debian-10'
|
||||
image: docker.io/bitnami/parse-dashboard:2
|
||||
ports:
|
||||
- '80:4040'
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue