Compare commits

...

4 Commits

Author SHA1 Message Date
e9ff80ceae 5.0.1 2018-11-26 20:36:04 +01:00
32ceafbd59 fix(node versions): update 2018-11-26 20:36:03 +01:00
1acbe775fc 5.0.0 2018-07-16 00:16:12 +02:00
98f9724739 4.3.69 2018-07-16 00:15:36 +02:00
4 changed files with 7 additions and 4 deletions

View File

@ -55,8 +55,9 @@ pages:
- 'npmci -v'
image: hosttoday/ht-docker-node:npmci
script:
- npmci command npm install -g npmpage
- npmci command npmpage
# - npmci command npm install -g npmpage
# - npmci command npmpage
- echo "nothing here yet until @gitzone/npmpage is ready!"
only:
- tags
tags:

View File

@ -1,8 +1,9 @@
FROM ubuntu:xenial
LABEL author="Lossless GmbH <office@lossless.com>"
WORKDIR /workspace
# important environment variables
ENV NODE_VERSION_LTS="8.11.3" NODE_VERSION_STABLE="10.5.0" NVM_DIR="/usr/local/nvm"
ENV NODE_VERSION_LTS="10.13.0" NODE_VERSION_STABLE="11.2.0" NVM_DIR="/usr/local/nvm"
# Set debconf to run non-interactively and install packages
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections \

View File

@ -1,4 +1,5 @@
FROM hosttoday/ht-docker-node:stable
LABEL author="Lossless GmbH <office@lossless.com>"
# See https://crbug.com/795759
RUN apt-get update && apt-get install -yq libgconf-2-4 \

View File

@ -1,6 +1,6 @@
{
"name": "ht-docker-node",
"version": "4.3.68",
"version": "5.0.1",
"description": "docker image with nodejs with shipzone.io support",
"main": "index.js",
"scripts": {