mirror of
https://github.com/bitnami/containers.git
synced 2026-02-15 09:27:22 +08:00
6.11.3-r0 release
Update nodeJS to 6.11.3
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
FROM bitnami/minideb-extras:jessie-r20-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-6.11.2-0 --checksum dae29e64f394dc3e3b37434d3cba2518e2a00e876a6c94cf7396632c266e520b
|
||||
RUN bitnami-pkg install node-6.11.3-0 --checksum 44d840c83cd9b3a09ecef5238b261372441d1803cf73b6c5ac5689a96d33db8b
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
ENV BITNAMI_APP_NAME="node" \
|
||||
BITNAMI_IMAGE_VERSION="6.11.2-r0" \
|
||||
BITNAMI_IMAGE_VERSION="6.11.3-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,9 +41,9 @@ $ kubectl create -f https://raw.githubusercontent.com/bitnami/bitnami-docker-nod
|
||||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`8`, `8.4.0-r1` (8/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/8.4.0-r1/8/Dockerfile)
|
||||
- [`8`, `8.4.0-r0` (8/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/8.4.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.2-r0`, `latest` (6/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/6.11.2-r0/6/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)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/node GitHub repo](https://github.com/bitnami/bitnami-docker-node).
|
||||
|
||||
Reference in New Issue
Block a user