mirror of
https://github.com/bitnami/containers.git
synced 2026-04-04 16:27:46 +08:00
4.17.0-debian-9-r5 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/minideb-extras:stretch-r366
|
||||
FROM bitnami/minideb-extras:stretch-r367
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
@@ -16,7 +16,7 @@ RUN mkdir -p /dist /app /.npm /.config /.cache /.local && chmod g+rwx /dist /app
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="express" \
|
||||
BITNAMI_IMAGE_VERSION="4.17.0-debian-9-r4" \
|
||||
BITNAMI_IMAGE_VERSION="4.17.0-debian-9-r5" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
PATH="/opt/bitnami/sequelize-cli/bin:/opt/bitnami/node/bin:/opt/bitnami/git/bin:/opt/bitnami/express/bin:/opt/bitnami/bower/bin:$PATH"
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`4-ol-7`, `4.17.0-ol-7-r4` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.17.0-ol-7-r4/4/ol-7/Dockerfile)
|
||||
* [`4-debian-9`, `4.17.0-debian-9-r3`, `4`, `4.17.0`, `4.17.0-r3`, `latest` (4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.17.0-debian-9-r3/4/debian-9/Dockerfile)
|
||||
* [`4-debian-9`, `4.17.0-debian-9-r5`, `4`, `4.17.0`, `4.17.0-r5`, `latest` (4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.17.0-debian-9-r5/4/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/codiad GitHub repo](https://github.com/bitnami/bitnami-docker-codiad).
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ services:
|
||||
image: bitnami/postgresql:11
|
||||
environment:
|
||||
- POSTGRESQL_DATABASE=myapp
|
||||
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
express:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
image: bitnami/express:4
|
||||
|
||||
Reference in New Issue
Block a user