8.0.0-r0 release

Update node to 8.0.0.
This commit is contained in:
Bitnami Bot
2017-06-02 13:58:29 +00:00
parent 1cff6a4a97
commit 5dbf1a6d66
5 changed files with 53 additions and 4 deletions

24
bitnami/node/8/Dockerfile Normal file
View File

@@ -0,0 +1,24 @@
FROM bitnami/minideb-extras:jessie-r17-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.0.0-0 --checksum 075b0dc752a25912a919ad8b3345ae2d27193933f9b2f71c8348c242410059a9
COPY rootfs /
ENV BITNAMI_APP_NAME="node" \
BITNAMI_IMAGE_VERSION="8.0.0-r0" \
NODE_PATH="/opt/bitnami/node/lib/node_modules" \
PATH="/opt/bitnami/node/bin:/opt/bitnami/python/bin:$PATH"
EXPOSE 3000
WORKDIR /app
ENTRYPOINT ["/app-entrypoint.sh"]
CMD ["node"]

View File

@@ -0,0 +1,13 @@
version: '2'
services:
node:
tty: true # Enables debugging capabilities when attached to this container.
image: 'bitnami/node:8'
labels:
kompose.service.type: nodeport
# command: sh -c 'npm install && npm start'
ports:
- 3000:3000
volumes:
- .:/app

View File

@@ -0,0 +1,11 @@
#!/bin/bash -e
. /opt/bitnami/base/functions
. /opt/bitnami/base/helpers
print_welcome_page
check_for_updates &
log "node successfully initialized"
exec tini -- "$@"

View File

@@ -26,7 +26,7 @@ node:
## Kubernetes
> **WARNING**: This is a beta configuration, currently unsupported.
> **WARNING:** This is a beta configuration, currently unsupported.
Get the raw URL pointing to the kubernetes.yml manifest and use kubectl to create the resources on your Kubernetes cluster like so:
@@ -44,7 +44,8 @@ $ kubectl create -f https://raw.githubusercontent.com/bitnami/bitnami-docker-nod
# Supported tags and respective `Dockerfile` links
- [`7`, `7.10.0-r1`, `latest` (7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/7.10.0-r1/7/Dockerfile)
- [`8`, `8.0.0-r0`, `latest` (8/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/8.0.0-r0/8/Dockerfile)
- [`7`, `7.10.0-r1` (7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/7.10.0-r1/7/Dockerfile)
- [`6`, `6.10.3-r1` (6/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/6.10.3-r1/6/Dockerfile)
- [`4`, `4.8.3-r1` (4/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/4.8.3-r1/4/Dockerfile)

View File

@@ -2,8 +2,8 @@ machine:
services:
- docker
environment:
RELEASE_SERIES_LIST: 7,6,4
LATEST_STABLE: 7
RELEASE_SERIES_LIST: 8,7,6,4
LATEST_STABLE: 8
IMAGE_NAME: node
CHART_NAME: node
CHART_REPO: https://github.com/bitnami/charts