mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 05:27:22 +08:00
7.10.0-r1 release
Update image to version 7.10.0-r1
This commit is contained in:
@@ -1 +0,0 @@
|
||||
.git/
|
||||
@@ -1,25 +1,20 @@
|
||||
FROM bitnami/minideb-extras:jessie-r14-buildpack
|
||||
|
||||
MAINTAINER Bitnami <containers@bitnami.com>
|
||||
|
||||
# System packages required
|
||||
RUN install_packages libc6 libssl1.0.0 libncurses5 libtinfo5 libsqlite3-0 zlib1g libbz2-1.0 libreadline6 libstdc++6 libgcc1 ghostscript imagemagick libmysqlclient18
|
||||
ENV BITNAMI_APP_NAME="node" \
|
||||
BITNAMI_IMAGE_VERSION="7.10.0-r1" \
|
||||
NODE_PATH="/opt/bitnami/node/lib/node_modules" \
|
||||
PATH="/opt/bitnami/node/bin:/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
# Install node
|
||||
# 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-7.10.0-0 --checksum 7209e62e60335308287cba38bc18fb34245d41b86bc7ffd3ad26413f186c529b
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
ENV PATH=/opt/bitnami/node/bin:/opt/bitnami/python/bin:$PATH \
|
||||
NODE_PATH=/opt/bitnami/node/lib/node_modules
|
||||
|
||||
ENV BITNAMI_APP_NAME=node \
|
||||
BITNAMI_IMAGE_VERSION=7.10.0-r0
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
WORKDIR /app
|
||||
ENTRYPOINT ["/app-entrypoint.sh"]
|
||||
|
||||
CMD ["node"]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
. /opt/bitnami/base/functions
|
||||
. /opt/bitnami/base/helpers
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ node:
|
||||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`7`, `7.10.0-r0`, `latest` (7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/7.10.0-r0/7/Dockerfile)
|
||||
- [`7`, `7.10.0-r1`, `latest` (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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user