fix(core): update

This commit is contained in:
Philipp Kunz 2018-11-28 22:37:03 +01:00
parent e9ff80ceae
commit 1ce4382885
8 changed files with 9 additions and 7 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 \