Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
1acbe775fc | |||
98f9724739 | |||
a93ee5a185 | |||
90bae2fce4 | |||
ae30ceec26 | |||
f1426931fa | |||
097a741488 | |||
9d62eab807 |
@ -8,7 +8,7 @@ stages:
|
||||
- triggerPagesVerify
|
||||
|
||||
before_script:
|
||||
- npm install -g npmci
|
||||
- npm install -g @shipzone/npmci
|
||||
- npmci docker login
|
||||
|
||||
buildTest:
|
||||
|
@ -2,7 +2,7 @@ FROM ubuntu:xenial
|
||||
LABEL author="Lossless GmbH <office@lossless.com>"
|
||||
WORKDIR /workspace
|
||||
# important environment variables
|
||||
ENV NODE_VERSION_LTS="8.9.4" NODE_VERSION_STABLE="9.4.0" NVM_DIR="/usr/local/nvm"
|
||||
ENV NODE_VERSION_LTS="8.11.3" NODE_VERSION_STABLE="10.5.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 \
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM hosttoday/ht-docker-node:stable
|
||||
LABEL author="Lossless GmbH <office@lossless.com>"
|
||||
|
||||
RUN npm install -g npmci npmdocker @gitzone/npmts ts-node
|
||||
RUN npm install -g @shipzone/npmci @gitzone/npmdocker @gitzone/npmts ts-node
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ht-docker-node",
|
||||
"version": "4.3.65",
|
||||
"version": "5.0.0",
|
||||
"description": "docker image with nodejs with shipzone.io support",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
npm -v
|
||||
echo "this runs within latest container!";
|
||||
|
Reference in New Issue
Block a user