9.9.0-r0 release

Update node to 9.9.0
This commit is contained in:
Bitnami Bot 2018-03-21 18:36:13 +00:00
parent c82dfe6552
commit 5090d23215
3 changed files with 7 additions and 14 deletions

View File

@ -3,13 +3,13 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages build-essential ca-certificates curl ghostscript git imagemagick libbz2-1.0 libc6 libgcc1 libmysqlclient18 libncurses5 libreadline6 libsqlite3-0 libssl1.0.0 libstdc++6 libtinfo5 pkg-config unzip wget zlib1g
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-9.8.0-0-linux-x64-debian-8.tar.gz && \
echo "1a667e896084dd19ea57d3f1abe2020521ee90187bc7c00726f305c542810466 /tmp/bitnami/pkg/cache/node-9.8.0-0-linux-x64-debian-8.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/node-9.8.0-0-linux-x64-debian-8.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/node-9.8.0-0-linux-x64-debian-8.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-9.9.0-0-linux-x64-debian-8.tar.gz && \
echo "9cabd9bb30d82f06d119b04ca602c791d0b285cc7d522b95407b9e0b4dd9f2b7 /tmp/bitnami/pkg/cache/node-9.9.0-0-linux-x64-debian-8.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/node-9.9.0-0-linux-x64-debian-8.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/node-9.9.0-0-linux-x64-debian-8.tar.gz
ENV BITNAMI_APP_NAME="node" \
BITNAMI_IMAGE_VERSION="9.8.0-r0" \
BITNAMI_IMAGE_VERSION="9.9.0-r0" \
PATH="/opt/bitnami/node/bin:/opt/bitnami/python/bin:$PATH"
EXPOSE 3000

View File

@ -7,7 +7,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY --from=development /opt/bitnami/node /opt/bitnami/node
ENV BITNAMI_APP_NAME="node" \
BITNAMI_IMAGE_VERSION="9.8.0-r0" \
BITNAMI_IMAGE_VERSION="9.9.0-r0" \
PATH="/opt/bitnami/node/bin:/opt/bitnami/python/bin:$PATH"
CMD ["node"]

View File

@ -1,5 +1,4 @@
[![CircleCI](https://circleci.com/gh/bitnami/bitnami-docker-node/tree/master.svg?style=shield)](https://circleci.com/gh/bitnami/bitnami-docker-node/tree/master)
[![Slack](https://img.shields.io/badge/slack-join%20chat%20%E2%86%92-e01563.svg)](http://slack.oss.bitnami.com)
# What is Node.js?
@ -30,7 +29,7 @@ $ docker-compose up -d
# Supported tags and respective `Dockerfile` links
- [`9`, `9.8.0-r0` (9/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/9.8.0-r0/9/Dockerfile), [`9-prod`, `9.8.0-r0-prod` (9/prod/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/9.8.0-r0/9/prod/Dockerfile)
- [`9`, `9.9.0-r0` (9/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/9.9.0-r0/9/Dockerfile), [`9-prod`, `9.9.0-r0-prod` (9/prod/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/9.9.0-r0/9/prod/Dockerfile)
- [`8`, `8.10.0-r0` (8/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/8.10.0-r0/8/Dockerfile), [`8-prod`, `8.10.0-r0-prod` (8/prod/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/8.10.0-r0/8/prod/Dockerfile)
- [`7`, `7.10.1-r6` (7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/7.10.1-r6/7/Dockerfile), [`7-prod`, `7.10.1-r6-prod` (7/prod/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/7.10.1-r6/7/prod/Dockerfile)
- [`6`, `6.13.1-r0`, `latest` (6/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/6.13.1-r0/6/Dockerfile), [`6-prod`, `6.13.1-r0-prod` (6/prod/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/6.13.1-r0/6/prod/Dockerfile)
@ -354,12 +353,6 @@ If you encountered a problem running this container, you can file an [issue](htt
- The command you used to run the container, and any relevant output you saw (masking any sensitive
information)
# Community
Most real time communication happens in the `#containers` channel at [bitnami-oss.slack.com](http://bitnami-oss.slack.com); you can sign up at [slack.oss.bitnami.com](http://slack.oss.bitnami.com).
Discussions are archived at [bitnami-oss.slackarchive.io](https://bitnami-oss.slackarchive.io).
# License
Copyright (c) 2015-2018 Bitnami