From 97622d3a30c9f1b7fae2b4ed75c6fdc84d893fdc Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 7 Dec 2023 13:23:14 +0100 Subject: [PATCH] [bitnami/express] Release 4.18.2-debian-11-r170 (#53542) Signed-off-by: Bitnami Containers --- bitnami/express/4/debian-11/Dockerfile | 22 +++++++++---------- .../opt/bitnami/.bitnami_components.json | 6 ++--- .../opt/bitnami/scripts/libbitnami.sh | 10 ++++----- .../debian-11/prebuildfs/usr/sbin/run-script | 2 +- bitnami/express/README.md | 4 ++-- bitnami/express/docker-compose-postgresql.yml | 2 +- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/bitnami/express/4/debian-11/Dockerfile b/bitnami/express/4/debian-11/Dockerfile index c71db797a513..efc890df06d0 100644 --- a/bitnami/express/4/debian-11/Dockerfile +++ b/bitnami/express/4/debian-11/Dockerfile @@ -7,10 +7,10 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-11-03T13:44:00Z" \ + org.opencontainers.image.created="2023-12-02T08:14:34Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="4.18.2-debian-11-r169" \ + org.opencontainers.image.ref.name="4.18.2-debian-11-r170" \ org.opencontainers.image.title="express" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="4.18.2" @@ -20,23 +20,23 @@ ENV OS_ARCH="${TARGETARCH:-amd64}" \ OS_NAME="linux" COPY prebuildfs / -SHELL ["/bin/bash", "-o", "pipefail", "-c"] +SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"] # Install required system packages and dependencies RUN install_packages ca-certificates curl libbz2-1.0 libcom-err2 libcrypt1 libffi7 libgcc-s1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 libtirpc3 procps zlib1g -RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ +RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ COMPONENTS=( \ - "python-3.11.6-8-linux-${OS_ARCH}-debian-11" \ - "node-18.18.2-0-linux-${OS_ARCH}-debian-11" \ - "wait-for-port-1.0.7-2-linux-${OS_ARCH}-debian-11" \ + "python-3.11.6-11-linux-${OS_ARCH}-debian-11" \ + "node-18.19.0-0-linux-${OS_ARCH}-debian-11" \ + "wait-for-port-1.0.7-3-linux-${OS_ARCH}-debian-11" \ "express-4.18.2-17-linux-${OS_ARCH}-debian-11" \ - ) && \ + ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz" -O ; \ curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256" -O ; \ - fi && \ - sha256sum -c "${COMPONENT}.tar.gz.sha256" && \ - tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ + fi ; \ + sha256sum -c "${COMPONENT}.tar.gz.sha256" ; \ + tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; \ rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \ done RUN apt-get update && apt-get upgrade -y && \ diff --git a/bitnami/express/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/express/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 978652e83387..079b8bc4a796 100644 --- a/bitnami/express/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/express/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -9,18 +9,18 @@ "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "18.18.2-0" + "version": "18.19.0-0" }, "python": { "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "3.11.6-8" + "version": "3.11.6-11" }, "wait-for-port": { "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "1.0.7-2" + "version": "1.0.7-3" } } \ No newline at end of file diff --git a/bitnami/express/4/debian-11/prebuildfs/opt/bitnami/scripts/libbitnami.sh b/bitnami/express/4/debian-11/prebuildfs/opt/bitnami/scripts/libbitnami.sh index 184de8a117e2..3853c789b2ea 100644 --- a/bitnami/express/4/debian-11/prebuildfs/opt/bitnami/scripts/libbitnami.sh +++ b/bitnami/express/4/debian-11/prebuildfs/opt/bitnami/scripts/libbitnami.sh @@ -44,10 +44,10 @@ print_welcome_page() { print_image_welcome_page() { local github_url="https://github.com/bitnami/containers" - log "" - log "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}" - log "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}" - log "Submit issues and feature requests at ${BOLD}${github_url}/issues${RESET}" - log "" + info "" + info "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}" + info "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}" + info "Submit issues and feature requests at ${BOLD}${github_url}/issues${RESET}" + info "" } diff --git a/bitnami/express/4/debian-11/prebuildfs/usr/sbin/run-script b/bitnami/express/4/debian-11/prebuildfs/usr/sbin/run-script index 4ca0f897277e..b7a5bf1e50bf 100755 --- a/bitnami/express/4/debian-11/prebuildfs/usr/sbin/run-script +++ b/bitnami/express/4/debian-11/prebuildfs/usr/sbin/run-script @@ -10,7 +10,7 @@ fi script=$1 exit_code="${2:-96}" -fail_if_not_present="${3:-n}" +fail_if_not_present="${3:-y}" if test -f "$script"; then sh $script diff --git a/bitnami/express/README.md b/bitnami/express/README.md index 2ca4e1d97f3c..3a69d6c2e2d0 100644 --- a/bitnami/express/README.md +++ b/bitnami/express/README.md @@ -1,4 +1,4 @@ -# Express packaged by Bitnami +# Bitnami package for Express ## What is Express? @@ -24,7 +24,7 @@ docker-compose up * Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems. * With Bitnami images the latest bug fixes and features are available as soon as possible. * Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs. -* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading Linux distribution. +* All our images are based on [**minideb**](https://github.com/bitnami/minideb) -a minimalist Debian based container image that gives you a small base container image and the familiarity of a leading Linux distribution- or **scratch** -an explicitly empty image-. * All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images. * Bitnami container images are released on a regular basis with the latest distribution packages available. diff --git a/bitnami/express/docker-compose-postgresql.yml b/bitnami/express/docker-compose-postgresql.yml index aff30bd77291..2731ac923db3 100644 --- a/bitnami/express/docker-compose-postgresql.yml +++ b/bitnami/express/docker-compose-postgresql.yml @@ -5,7 +5,7 @@ version: '2' services: postgresql: - image: docker.io/bitnami/postgresql:11 + image: docker.io/bitnami/postgresql:15 environment: - POSTGRESQL_DATABASE=myapp - ALLOW_EMPTY_PASSWORD=yes