mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 23:38:16 +08:00
4.16.4-debian-9-r148 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/minideb-extras:stretch-r318
|
||||
FROM bitnami/minideb-extras:stretch-r319
|
||||
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.16.4-debian-9-r147" \
|
||||
BITNAMI_IMAGE_VERSION="4.16.4-debian-9-r148" \
|
||||
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.16.4-ol-7-r151` (4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.16.4-ol-7-r151/4/ol-7/Dockerfile)
|
||||
* [`4-debian-9`, `4.16.4-debian-9-r147`, `4`, `4.16.4`, `4.16.4-r147`, `latest` (4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.16.4-debian-9-r147/4/debian-9/Dockerfile)
|
||||
* [`4-debian-9`, `4.16.4-debian-9-r148`, `4`, `4.16.4`, `4.16.4-r148`, `latest` (4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.16.4-debian-9-r148/4/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/codiad GitHub repo](https://github.com/bitnami/bitnami-docker-codiad).
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
- MARIADB_DATABASE=myapp
|
||||
|
||||
myapp:
|
||||
express:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
image: bitnami/express:latest
|
||||
command: npm run development
|
||||
|
||||
@@ -6,7 +6,7 @@ services:
|
||||
environment:
|
||||
- POSTGRESQL_DATABASE=myapp
|
||||
|
||||
myapp:
|
||||
express:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
image: bitnami/express:latest
|
||||
command: npm run development
|
||||
|
||||
@@ -4,12 +4,10 @@ services:
|
||||
mongodb:
|
||||
image: 'bitnami/mongodb:latest'
|
||||
|
||||
myapp:
|
||||
express:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
image: 'bitnami/express:latest'
|
||||
labels:
|
||||
kompose.service.type: nodeport
|
||||
command: npm run development
|
||||
image: 'bitnami/express:4'
|
||||
command: npm start
|
||||
environment:
|
||||
- PORT=3000
|
||||
- NODE_ENV=development
|
||||
|
||||
Reference in New Issue
Block a user