Compare commits

..

2 Commits

Author SHA1 Message Date
7bc8cb3f51 5.0.2 2018-11-28 22:37:04 +01:00
1ce4382885 fix(core): update 2018-11-28 22:37:03 +01:00
9 changed files with 10 additions and 8 deletions

View File

@ -1,5 +1,5 @@
FROM ubuntu:xenial
LABEL author="Lossless GmbH <office@lossless.com>"
LABEL author="Lossless GmbH <hello@lossless.com>"
WORKDIR /workspace
# important environment variables

View File

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

View File

@ -1,5 +1,5 @@
FROM hosttoday/ht-docker-node:latest
LABEL author="Lossless GmbH <office@lossless.com>"
LABEL author="Lossless GmbH <hello@lossless.com>"
RUN bash -c "source $NVM_DIR/nvm.sh \
&& nvm install $NODE_VERSION_LTS \

View File

@ -1,4 +1,4 @@
FROM hosttoday/ht-docker-node:stable
LABEL author="Lossless GmbH <office@lossless.com>"
LABEL author="Lossless GmbH <hello@lossless.com>"
RUN npm install -g @shipzone/npmci

View File

@ -1,5 +1,5 @@
FROM hosttoday/ht-docker-node:npmci
LABEL author="Lossless GmbH <office@lossless.com>"
LABEL author="Lossless GmbH <hello@lossless.com>"
# Install Java.
RUN \

View File

@ -1,4 +1,4 @@
FROM hosttoday/ht-docker-node:stable
LABEL author="Lossless GmbH <office@lossless.com>"
LABEL author="Lossless GmbH <hello@lossless.com>"
RUN npm install -g @shipzone/npmci @gitzone/npmdocker @gitzone/npmts ts-node

2
Dockerfile_production Normal file
View File

@ -0,0 +1,2 @@
FROM node:11.3.0-alpine
LABEL author="Lossless GmbH <hello@lossless.com>"

View File

@ -1,5 +1,5 @@
FROM hosttoday/ht-docker-node:latest
LABEL author="Lossless GmbH <office@lossless.com>"
LABEL author="Lossless GmbH <hello@lossless.com>"
RUN bash -c "source $NVM_DIR/nvm.sh \
&& nvm install $NODE_VERSION_STABLE \

View File

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