8.15.0-debian-9-r27 release

This commit is contained in:
Bitnami Bot 2019-02-04 13:56:58 +00:00
parent af2f2cb877
commit 92d13574ac
3 changed files with 14 additions and 55 deletions

View File

@ -2,14 +2,17 @@ FROM bitnami/minideb:stretch
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages build-essential ca-certificates curl ghostscript git imagemagick libbz2-1.0 libc6 libgcc1 libncurses5 libreadline7 libsqlite3-0 libssl1.1 libstdc++6 libtinfo5 pkg-config unzip wget zlib1g
RUN install_packages build-essential ca-certificates curl ghostscript git imagemagick libbz2-1.0 libc6 libgcc1 libncurses5 libreadline7 libsqlite3-0 libsqlite3-dev libssl-dev libssl1.0.2 libssl1.1 libstdc++6 libtinfo5 pkg-config unzip wget zlib1g
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/node-8.15.0-0-linux-amd64-debian-9.tar.gz && \
echo "ba314e8ce24c285b7096c0549a809de505f24935b61e3f52bf121b16d88a7123 /tmp/bitnami/pkg/cache/node-8.15.0-0-linux-amd64-debian-9.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/node-8.15.0-0-linux-amd64-debian-9.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/node-8.15.0-0-linux-amd64-debian-9.tar.gz
RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
sed -i 's/^PASS_MIN_DAYS.*/PASS_MIN_DAYS 0/' /etc/login.defs && \
sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password
ENV BITNAMI_APP_NAME="node" \
BITNAMI_IMAGE_VERSION="8.15.0-debian-9-r26" \
BITNAMI_IMAGE_VERSION="8.15.0-debian-9-r27" \
PATH="/opt/bitnami/node/bin:/opt/bitnami/python/bin:$PATH"
EXPOSE 3000

View File

@ -1,5 +1,3 @@
[![CircleCI](https://circleci.com/gh/bitnami/bitnami-docker-node/tree/master.svg?style=shield)](https://circleci.com/gh/bitnami/bitnami-docker-node/tree/master)
# What is Node.js?
> Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
@ -24,7 +22,6 @@ $ docker-compose up -d
* Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
* With Bitnami images the latest bug fixes and features are available as soon as possible.
* Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.
* Bitnami images are built on CircleCI and automatically pushed to the Docker Hub.
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading linux distribution.
* Bitnami container images are released daily with the latest distribution packages available.
@ -46,16 +43,24 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`11-rhel-7`, `11.9.0-rhel-7-r0` (11/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/11.9.0-rhel-7-r0/11/rhel-7/Dockerfile)
* [`11-ol-7`, `11.9.0-ol-7-r1` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/11.9.0-ol-7-r1/11/ol-7/Dockerfile)
* [`11-ol-7-prod`, `11.9.0-ol-7-r0-prod` (11-prod/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/11.9.0-ol-7-r0-prod/11-prod/ol-7/Dockerfile)
* [`11-debian-9`, `11.9.0-debian-9-r1`, `11`, `11.9.0`, `11.9.0-r1` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/11.9.0-debian-9-r1/11/debian-9/Dockerfile)
* [`11-debian-9-prod`, `11.9.0-debian-9-r0-prod`, `11-prod`, `11.9.0-prod`, `11.9.0-r0-prod` (11-prod/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/11.9.0-debian-9-r0-prod/11-prod/debian-9/Dockerfile)
* [`10-rhel-7`, `10.15.1-rhel-7-r0` (10/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/10.15.1-rhel-7-r0/10/rhel-7/Dockerfile)
* [`10-ol-7`, `10.15.1-ol-7-r1` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/10.15.1-ol-7-r1/10/ol-7/Dockerfile)
* [`10-ol-7-prod`, `10.15.1-ol-7-r0-prod` (10-prod/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/10.15.1-ol-7-r0-prod/10-prod/ol-7/Dockerfile)
* [`10-debian-9`, `10.15.1-debian-9-r1`, `10`, `10.15.1`, `10.15.1-r1` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/10.15.1-debian-9-r1/10/debian-9/Dockerfile)
* [`10-debian-9-prod`, `10.15.1-debian-9-r0-prod`, `10-prod`, `10.15.1-prod`, `10.15.1-r0-prod` (10-prod/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/10.15.1-debian-9-r0-prod/10-prod/debian-9/Dockerfile)
* [`8-rhel-7`, `8.15.0-rhel-7-r11` (8/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/8.15.0-rhel-7-r11/8/rhel-7/Dockerfile)
* [`8-ol-7`, `8.15.0-ol-7-r35` (8/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/8.15.0-ol-7-r35/8/ol-7/Dockerfile)
* [`8-debian-9`, `8.15.0-debian-9-r26`, `8`, `8.15.0`, `8.15.0-r26`, `latest` (8/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/8.15.0-debian-9-r26/8/debian-9/Dockerfile)
* [`8-ol-7-prod`, `8.15.0-ol-7-r0-prod` (8-prod/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/8.15.0-ol-7-r0-prod/8-prod/ol-7/Dockerfile)
* [`8-debian-9`, `8.15.0-debian-9-r27`, `8`, `8.15.0`, `8.15.0-r27`, `latest` (8/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/8.15.0-debian-9-r27/8/debian-9/Dockerfile)
* [`8-debian-9-prod`, `8.15.0-debian-9-r0-prod`, `8-prod`, `8.15.0-prod`, `8.15.0-r0-prod`, `latest-prod` (8-prod/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/8.15.0-debian-9-r0-prod/8-prod/debian-9/Dockerfile)
* [`6-rhel-7`, `6.16.0-rhel-7-r11` (6/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/6.16.0-rhel-7-r11/6/rhel-7/Dockerfile)
* [`6-ol-7`, `6.16.0-ol-7-r35` (6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/6.16.0-ol-7-r35/6/ol-7/Dockerfile)
* [`6-ol-7-prod`, `6.16.0-ol-7-r0-prod` (6-prod/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/6.16.0-ol-7-r0-prod/6-prod/ol-7/Dockerfile)
* [`6-debian-9`, `6.16.0-debian-9-r26`, `6`, `6.16.0`, `6.16.0-r26` (6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/6.16.0-debian-9-r26/6/debian-9/Dockerfile)
* [`6-debian-9-prod`, `6.16.0-debian-9-r0-prod`, `6-prod`, `6.16.0-prod`, `6.16.0-r0-prod` (6-prod/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-node/blob/6.16.0-debian-9-r0-prod/6-prod/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/node GitHub repo](https://github.com/bitnami/bitnami-docker-node).

View File

@ -1,49 +0,0 @@
version: 2
jobs:
build:
working_directory: /workdir
docker:
- image: docker:17.06.0-ce-git
environment:
RELEASE_SERIES_LIST: "10,11,6,8"
LATEST_STABLE: "8"
DISTRIBUTIONS_LIST: "debian-9,ol-7,rhel-7"
IMAGE_NAME: node
CHART_NAME: node
CHART_REPO: https://github.com/bitnami/charts
DOCKER_PROJECT: bitnami
QUAY_PROJECT: bitnami
GCLOUD_PROJECT: bitnami-containers
AZURE_PROJECT: bitnami
steps:
- checkout
- setup_remote_docker:
version: 17.06.0-ce
- run:
name: Upgrade system packages (workaround - https://github.com/docker-library/docker/issues/72)
command: |
apk upgrade --no-cache
- run:
name: Install dependencies
command: |
apk add --no-cache curl bash coreutils
- run:
name: Docker info
command: |
docker version
docker info
- deploy:
name: Publish docker image
command: |
if [ -n "${CIRCLE_TAG}" ]; then
curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/docker-release-image.sh | bash -
fi
workflows:
version: 2
build-and-deploy:
jobs:
- build:
filters:
tags:
only: /^.*(?<!-rhel-7)-r[0-9]+$/