mirror of
https://github.com/bitnami/containers.git
synced 2026-03-08 02:37:20 +08:00
8.1.4-r0 release
Update node to 8.1.4.
This commit is contained in:
@@ -1,22 +1,17 @@
|
||||
FROM bitnami/minideb-extras:jessie-r19-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.1.3-0 --checksum def9f116fe48414d959f161f290d4656fa4671594b1cd4c6e193220e4330b02d
|
||||
RUN bitnami-pkg install node-8.1.4-0 --checksum e2f26aa2199e9886b00d33c71798ef4249b0d4f6d9205bd6d8e98a5bf11b7d50
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
ENV BITNAMI_APP_NAME="node" \
|
||||
BITNAMI_IMAGE_VERSION="8.1.3-r0" \
|
||||
BITNAMI_IMAGE_VERSION="8.1.4-r0" \
|
||||
NODE_PATH="/opt/bitnami/node/lib/node_modules" \
|
||||
PATH="/opt/bitnami/node/bin:/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
|
||||
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@@ -41,10 +41,10 @@ $ kubectl create -f https://raw.githubusercontent.com/bitnami/bitnami-docker-nod
|
||||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`8`, `8.1.3-r0` (8/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/8.1.3-r0/8/Dockerfile)
|
||||
- [`8`, `8.1.4-r0` (8/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/8.1.4-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.11.0-r0`, `latest` (6/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/6.11.0-r0/6/Dockerfile)
|
||||
- [`4`, `4.8.4-r0` (4/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/4.8.4-r0/4/Dockerfile)
|
||||
- [`4`, `4.8.3-r1` (4/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/4.8.3-r1/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