mirror of
https://github.com/bitnami/containers.git
synced 2026-02-14 16:47:21 +08:00
4.17.1-debian-10-r554 release
This commit is contained in:
@@ -23,7 +23,7 @@ RUN bitnami-pkg install express-4.17.1-3 --checksum ad196d1e8fe95e92fc388b117e1b
|
||||
COPY rootfs /
|
||||
RUN mkdir -p /dist /app /.npm /.config /.cache /.local && chmod g+rwx /dist /app /.npm /.config /.cache /.local
|
||||
ENV BITNAMI_APP_NAME="express" \
|
||||
BITNAMI_IMAGE_VERSION="4.17.1-debian-10-r553" \
|
||||
BITNAMI_IMAGE_VERSION="4.17.1-debian-10-r554" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
OS_ARCH="amd64" \
|
||||
OS_FLAVOUR="debian-10" \
|
||||
|
||||
@@ -3,6 +3,8 @@ version: '2'
|
||||
services:
|
||||
mongodb:
|
||||
image: docker.io/bitnami/mongodb:4.2
|
||||
environment:
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
|
||||
express:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
|
||||
@@ -30,7 +30,7 @@ $ docker-compose up
|
||||
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.17.1`, `4.17.1-debian-10-r553`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.17.1-debian-10-r553/4/debian-10/Dockerfile)
|
||||
* [`4`, `4-debian-10`, `4.17.1`, `4.17.1-debian-10-r554`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.17.1-debian-10-r554/4/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/codiad GitHub repo](https://github.com/bitnami/bitnami-docker-codiad).
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@ version: '2'
|
||||
services:
|
||||
mongodb:
|
||||
image: docker.io/bitnami/mongodb:4.2
|
||||
environment:
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
|
||||
express:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
|
||||
Reference in New Issue
Block a user