From 8337f41ab79aa72a4dd7552006f8f7eda145358f Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 8 Feb 2021 18:48:05 +0000 Subject: [PATCH] 4.17.1-debian-10-r336 release --- bitnami/express/4/debian-10/Dockerfile | 4 +--- bitnami/express/README.md | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/bitnami/express/4/debian-10/Dockerfile b/bitnami/express/4/debian-10/Dockerfile index 3df43d32f024..57a053582ef7 100644 --- a/bitnami/express/4/debian-10/Dockerfile +++ b/bitnami/express/4/debian-10/Dockerfile @@ -18,13 +18,11 @@ RUN bitnami-pkg install bower-1.8.12-0 --checksum a277b2d091258925c65b62ec562ab4 RUN bitnami-pkg install tini-0.19.0-1 --checksum 9b1f1c095944bac88a62c1b63f3bff1bb123aa7ccd371c908c0e5b41cec2528d RUN bitnami-pkg install gosu-1.12.0-2 --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50 RUN bitnami-pkg install express-4.17.1-0 --checksum e90ac676893a1c1edaf31f5bac8b9f951ea00405a6c54613b8e3882ccbad6c3c -RUN apt-get update && apt-get upgrade -y && \ - rm -r /var/lib/apt/lists /var/cache/apt/archives 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-r335" \ + BITNAMI_IMAGE_VERSION="4.17.1-debian-10-r336" \ NAMI_PREFIX="/.nami" \ OS_ARCH="amd64" \ OS_FLAVOUR="debian-10" \ diff --git a/bitnami/express/README.md b/bitnami/express/README.md index e7f2b8908322..86285e639905 100644 --- a/bitnami/express/README.md +++ b/bitnami/express/README.md @@ -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`, `4-debian-10`, `4.17.1`, `4.17.1-debian-10-r335`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.17.1-debian-10-r335/4/debian-10/Dockerfile) +* [`4`, `4-debian-10`, `4.17.1`, `4.17.1-debian-10-r336`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.17.1-debian-10-r336/4/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/codiad GitHub repo](https://github.com/bitnami/bitnami-docker-codiad). @@ -71,7 +71,7 @@ Among other things, the above command creates a container service, named `myapp` After the Node application server has been launched in the `myapp` service, visit http://localhost:3000 in your favorite web browser and you'll be greeted by the default Express welcome page. -In addition to the Express Development Container, the [docker-compose.yml](https://raw.githubusercontent.com/bitnami/bitnami-docker-express/master/docker-compose.yml) file also configures a MongoDB service to serve as the NoSQL database backend of your Express application. +In addition to the Express Development Container, the [docker-compose.yml](https://raw.githubusercontent.com/bitnami/bitnami-docker-express/master/docker-compose.yml) file also configures a MongoDB(TM) service to serve as the NoSQL database backend of your Express application. ## Executing commands @@ -112,7 +112,7 @@ Following are a few examples of launching some commonly used Express development ## Connecting to Database -Express by default does not require a database connection to work but we provide a running and configured MongoDB service and an example file `config/mongodb.js` with some insights for how to connect to it. +Express by default does not require a database connection to work but we provide a running and configured MongoDB(TM) service and an example file `config/mongodb.js` with some insights for how to connect to it. You can use [Mongoose](http://mongoosejs.com/) ODM in your application to model your application data.