mirror of
https://github.com/bitnami/containers.git
synced 2026-04-03 07:47:45 +08:00
4.17.1-debian-10-r129 release
This commit is contained in:
@@ -24,7 +24,7 @@ RUN apt-get update && apt-get upgrade -y && \
|
||||
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-r128" \
|
||||
BITNAMI_IMAGE_VERSION="4.17.1-debian-10-r129" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
OS_ARCH="amd64" \
|
||||
OS_FLAVOUR="debian-10" \
|
||||
|
||||
@@ -2,11 +2,11 @@ version: '2'
|
||||
|
||||
services:
|
||||
mongodb:
|
||||
image: 'bitnami/mongodb:4.2'
|
||||
image: 'docker.io/bitnami/mongodb:4.2-debian-10'
|
||||
|
||||
express:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
image: 'bitnami/express:4'
|
||||
image: 'docker.io/bitnami/express:4-debian-10'
|
||||
command: npm start
|
||||
environment:
|
||||
- PORT=3000
|
||||
|
||||
@@ -28,7 +28,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-debian-10`, `4.17.1-debian-10-r128`, `4`, `4.17.1`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.17.1-debian-10-r128/4/debian-10/Dockerfile)
|
||||
* [`4-debian-10`, `4.17.1-debian-10-r129`, `4`, `4.17.1`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.17.1-debian-10-r129/4/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/codiad GitHub repo](https://github.com/bitnami/bitnami-docker-codiad).
|
||||
|
||||
|
||||
@@ -2,14 +2,14 @@ version: '2'
|
||||
|
||||
services:
|
||||
mariadb:
|
||||
image: 'bitnami/mariadb:10.3'
|
||||
image: 'docker.io/bitnami/mariadb:10.3-debian-10'
|
||||
environment:
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
- MARIADB_DATABASE=myapp
|
||||
|
||||
express:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
image: bitnami/express:4
|
||||
image: docker.io/bitnami/express:4-debian-10
|
||||
command: npm run development
|
||||
environment:
|
||||
- PORT=3000
|
||||
|
||||
@@ -2,13 +2,13 @@ version: '2'
|
||||
|
||||
services:
|
||||
postgresql:
|
||||
image: bitnami/postgresql:11
|
||||
image: docker.io/bitnami/postgresql:11-debian-10
|
||||
environment:
|
||||
- POSTGRESQL_DATABASE=myapp
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
express:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
image: bitnami/express:4
|
||||
image: docker.io/bitnami/express:4-debian-10
|
||||
command: npm run development
|
||||
environment:
|
||||
- PORT=3000
|
||||
|
||||
@@ -2,11 +2,11 @@ version: '2'
|
||||
|
||||
services:
|
||||
mongodb:
|
||||
image: 'bitnami/mongodb:4.2'
|
||||
image: 'docker.io/bitnami/mongodb:4.2-debian-10'
|
||||
|
||||
express:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
image: 'bitnami/express:4'
|
||||
image: 'docker.io/bitnami/express:4-debian-10'
|
||||
command: npm start
|
||||
environment:
|
||||
- PORT=3000
|
||||
|
||||
Reference in New Issue
Block a user