From dda18b550cef1ffa0ad26537631f064849ac9ad7 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 29 Jul 2022 00:03:40 +0200 Subject: [PATCH] [bitnami/node] Release 14.20.0-debian-11-r6 (#1078) Signed-off-by: Bitnami Containers --- bitnami/node/14/debian-11/Dockerfile | 8 ++--- .../opt/bitnami/.bitnami_components.json | 4 +-- bitnami/node/README.md | 31 ++++++++----------- 3 files changed, 19 insertions(+), 24 deletions(-) diff --git a/bitnami/node/14/debian-11/Dockerfile b/bitnami/node/14/debian-11/Dockerfile index 78a54a460781..da00fa1dda7a 100644 --- a/bitnami/node/14/debian-11/Dockerfile +++ b/bitnami/node/14/debian-11/Dockerfile @@ -7,10 +7,10 @@ COPY prebuildfs / SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies RUN install_packages build-essential ca-certificates curl git gzip libbz2-1.0 libc6 libcom-err2 libcrypt1 libffi7 libgcc-s1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libsqlite3-dev libssl-dev libssl1.1 libstdc++6 libtinfo6 libtirpc3 pkg-config procps tar unzip wget zlib1g -RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.8.13-154-linux-amd64-debian-11.tar.gz && \ - echo "c5a4c246e2373d5f2ecc2c08fca804c7551366c8a2a00f66b185bcc5c759b81e /tmp/bitnami/pkg/cache/python-3.8.13-154-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/python-3.8.13-154-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/python-3.8.13-154-linux-amd64-debian-11.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.8.13-157-linux-amd64-debian-11.tar.gz && \ + echo "90a2d048ed71588dfff55262b4522e3ee49418b7ea6e560054bf50988ae1265f /tmp/bitnami/pkg/cache/python-3.8.13-157-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/python-3.8.13-157-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/python-3.8.13-157-linux-amd64-debian-11.tar.gz RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-14.20.0-1-linux-amd64-debian-11.tar.gz && \ echo "1308eadfadd439cc82f4ca51185828f49cac7b38fcafd783e24f52c7c2768b4b /tmp/bitnami/pkg/cache/node-14.20.0-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ tar -zxf /tmp/bitnami/pkg/cache/node-14.20.0-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ diff --git a/bitnami/node/14/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/node/14/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 6803f15e67b3..b4fecef31d4d 100644 --- a/bitnami/node/14/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/node/14/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,9 +8,9 @@ }, "python": { "arch": "amd64", - "digest": "c5a4c246e2373d5f2ecc2c08fca804c7551366c8a2a00f66b185bcc5c759b81e", + "digest": "90a2d048ed71588dfff55262b4522e3ee49418b7ea6e560054bf50988ae1265f", "distro": "debian-11", "type": "NAMI", - "version": "3.8.13-154" + "version": "3.8.13-157" } } \ No newline at end of file diff --git a/bitnami/node/README.md b/bitnami/node/README.md index 0017b3cbbcf9..55371dda30d6 100644 --- a/bitnami/node/README.md +++ b/bitnami/node/README.md @@ -17,7 +17,7 @@ $ docker run -it --name node bitnami/node ### Docker Compose ```console -$ curl -sSL https://raw.githubusercontent.com/bitnami/bitnami-docker-node/master/docker-compose.yml > docker-compose.yml +$ curl -sSL https://raw.githubusercontent.com/bitnami/containers/main/bitnami/node/docker-compose.yml > docker-compose.yml $ docker-compose up -d ``` @@ -41,12 +41,12 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.dev/) for deploy 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/). -* [`18`, `18-debian-11`, `18.7.0`, `18.7.0-debian-11-r0`, `latest` (18/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/18.7.0-debian-11-r0/18/debian-11/Dockerfile) -* [`16`, `16-debian-11`, `16.16.0`, `16.16.0-debian-11-r9` (16/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/16.16.0-debian-11-r9/16/debian-11/Dockerfile) -* [`14`, `14-debian-11`, `14.20.0`, `14.20.0-debian-11-r5` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/14.20.0-debian-11-r5/14/debian-11/Dockerfile) -* [`12`, `12-debian-11`, `12.22.12`, `12.22.12-debian-11-r19` (12/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/12.22.12-debian-11-r19/12/debian-11/Dockerfile) +* [`18`, `18-debian-11`, `18.7.0`, `18.7.0-debian-11-r0`, `latest` (18/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/node/18/debian-11/Dockerfile) +* [`16`, `16-debian-11`, `16.16.0`, `16.16.0-debian-11-r9` (16/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/node/16/debian-11/Dockerfile) +* [`14`, `14-debian-11`, `14.20.0`, `14.20.0-debian-11-r6` (14/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/node/14/debian-11/Dockerfile) +* [`12`, `12-debian-11`, `12.22.12`, `12.22.12-debian-11-r19` (12/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/node/12/debian-11/Dockerfile) -Subscribe to project updates by watching the [bitnami/node GitHub repo](https://github.com/bitnami/bitnami-docker-node). +Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers). ## Get this image @@ -62,10 +62,12 @@ To use a specific version, you can pull a versioned tag. You can view the [list $ docker pull bitnami/node:[TAG] ``` -If you wish, you can also build the image yourself. +If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the `docker build` command. Remember to replace the `APP`, `VERSION` and `OPERATING-SYSTEM` path placeholders in the example command below with the correct values. ```console -$ docker build -t bitnami/node 'https://github.com/bitnami/bitnami-docker-node.git#master:18/debian-11' +$ git clone https://github.com/bitnami/containers.git +$ cd bitnami/APP/VERSION/OPERATING-SYSTEM +$ docker build -t bitnami/APP:latest . ``` ## Entering the REPL @@ -100,7 +102,7 @@ $ docker run --rm -v /path/to/app:/app bitnami/node npm install $ docker run -it --name node -v /path/to/app:/app bitnami/node npm start ``` -or by modifying the [`docker-compose.yml`](https://github.com/bitnami/bitnami-docker-node/blob/master/docker-compose.yml) file present in this repository: +or by modifying the [`docker-compose.yml`](https://github.com/bitnami/containers/blob/main/bitnami/node/docker-compose.yml) file present in this repository: ```yaml @@ -356,18 +358,11 @@ Node.js's branch 12 is no longer maintained by upstream and is now internally ta ## Contributing -We'd love for you to contribute to this Docker image. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-node/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-node/pulls) with your contribution. +We'd love for you to contribute to this Docker image. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues), or submit a [pull request](https://github.com/bitnami/containers/pulls) with your contribution. ## Issues -If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/bitnami-docker-node/issues/new). For us to provide better support, be sure to include the following information in your issue: - -- Host OS and version -- Docker version (`docker version`) -- Output of `docker info` -- Version of this container -- The command you used to run the container, and any relevant output you saw (masking any sensitive -information) +If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/containers/issues/new/choose). For us to provide better support, be sure to fill the issue template. ## License