[bitnami/express] Release 4.18.2-debian-11-r0 (#9482)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-10-09 00:08:02 +02:00 committed by GitHub
parent caa7ff474a
commit ccacf9a67b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 9 deletions

View File

@ -4,11 +4,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="4.18.1-debian-11-r48" \
org.opencontainers.image.ref.name="4.18.2-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/express" \
org.opencontainers.image.title="express" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="4.18.1"
org.opencontainers.image.version="4.18.2"
ENV OS_ARCH="${TARGETARCH:-amd64}" \
OS_FLAVOUR="debian-11" \
@ -27,7 +27,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
"bower-1.8.13-1-linux-${OS_ARCH}-debian-11" \
"wait-for-port-1.0.3-155-linux-${OS_ARCH}-debian-11" \
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
"express-4.18.1-154-linux-${OS_ARCH}-debian-11" \
"express-4.18.2-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -45,7 +45,7 @@ RUN apt-get autoremove --purge -y curl && \
COPY rootfs /
RUN mkdir -p /dist /app /.npm /.config /.cache /.local && chmod g+rwX /dist /app /.npm /.config /.cache /.local
RUN /opt/bitnami/scripts/express/postunpack.sh
ENV APP_VERSION="4.18.1" \
ENV APP_VERSION="4.18.2" \
BITNAMI_APP_NAME="express" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/sequelize-cli/bin:/opt/bitnami/bower/bin:/opt/bitnami/common/bin:/opt/bitnami/express/bin:$PATH"

View File

@ -8,10 +8,10 @@
},
"express": {
"arch": "amd64",
"digest": "8b4c432f2e0c78f6543e83e11ba1a56e13ec256d0e15acf767331d5fbd2cd7c8",
"digest": "81160bece2d0c1a864fdbda6e7bf41f5c24ad33959e1ca23a49074cdb22a4e72",
"distro": "debian-11",
"type": "NAMI",
"version": "4.18.1-154"
"version": "4.18.2-0"
},
"express-generator": {
"arch": "amd64",

View File

@ -1,5 +1,5 @@
rolling-tags:
- "4"
- "4-debian-11"
- "4.18.1"
- "4.18.2"
- "latest"

View File

@ -33,8 +33,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-11`, `4.18.1`, `4.18.1-debian-11-r48`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/express/4/debian-11/Dockerfile)
You can see the equivalence between the different tags by taking a look at the `tags-info.yaml` file present in the branch folder, i.e `bitnami/ASSET/BRANCH/DISTRO/tags-info.yaml`.
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).