mirror of
https://github.com/bitnami/containers.git
synced 2026-03-08 10:47:20 +08:00
8.5.0-r0 release
Update node to 8.5.0
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
FROM bitnami/minideb-extras:jessie-r21-buildpack
|
||||
FROM bitnami/minideb-extras:jessie-r22-buildpack
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ghostscript imagemagick libbz2-1.0 libc6 libgcc1 libmysqlclient18 libncurses5 libreadline6 libsqlite3-0 libssl1.0.0 libstdc++6 libtinfo5 zlib1g
|
||||
RUN bitnami-pkg install node-8.4.0-0 --checksum b451a69499cac15466b467aafb00c552229276d08e1f55df6930c305200c115d
|
||||
RUN bitnami-pkg install node-8.5.0-0 --checksum 290c4624e95aa79c86c82e397c27db81be345e9c2ebd37a97e44c5c85cbc6332
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
ENV BITNAMI_APP_NAME="node" \
|
||||
BITNAMI_IMAGE_VERSION="8.4.0-r1" \
|
||||
BITNAMI_IMAGE_VERSION="8.5.0-r0" \
|
||||
NODE_PATH="/opt/bitnami/node/lib/node_modules" \
|
||||
PATH="/opt/bitnami/node/bin:/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
|
||||
@@ -4,8 +4,7 @@
|
||||
. /opt/bitnami/base/helpers
|
||||
|
||||
print_welcome_page
|
||||
check_for_updates &
|
||||
|
||||
log "node successfully initialized"
|
||||
|
||||
|
||||
exec tini -- "$@"
|
||||
|
||||
@@ -41,7 +41,7 @@ $ kubectl create -f https://raw.githubusercontent.com/bitnami/bitnami-docker-nod
|
||||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`8`, `8.4.0-r0` (8/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/8.4.0-r0/8/Dockerfile)
|
||||
- [`8`, `8.5.0-r0` (8/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/8.5.0-r0/8/Dockerfile)
|
||||
- [`7`, `7.10.1-r0` (7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/7.10.1-r0/7/Dockerfile)
|
||||
- [`6`, `6.11.3-r0`, `latest` (6/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/6.11.3-r0/6/Dockerfile)
|
||||
- [`4`, `4.8.4-r0` (4/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/4.8.4-r0/4/Dockerfile)
|
||||
|
||||
Reference in New Issue
Block a user