Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 33cad48fed | |||
| 79e0128d30 | |||
| 24531b63b0 | |||
| a7d2b34f8b | |||
| 1089942cc3 | |||
| f443d220c6 | |||
| 52866e8aa5 | |||
| 50cb638732 | |||
| 67470d22f4 |
@@ -23,7 +23,7 @@ buildTest:
|
||||
- lossless
|
||||
- priv
|
||||
|
||||
buildTestRelase:
|
||||
buildTestRelease:
|
||||
stage: buildAndTest
|
||||
script:
|
||||
- npmci docker build
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
FROM node:11.3.0-alpine
|
||||
LABEL author="Lossless GmbH <hello@lossless.com>"
|
||||
RUN apk update && apk add bash
|
||||
RUN apk update && apk add bash libc6-compat
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ht-docker-node",
|
||||
"version": "5.0.4",
|
||||
"version": "5.0.9",
|
||||
"description": "docker image with nodejs with shipzone.io support",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
#!/bin/sh
|
||||
echo "this runs within latest container!";
|
||||
|
||||
@@ -5,5 +5,5 @@ npmci -v
|
||||
npmci install lts
|
||||
|
||||
# check if npm picks it up
|
||||
npmci command npm install -g npmts
|
||||
npmci command npmts -v
|
||||
npmci command npm install -g @gitzone/gitzone
|
||||
npmci command gitzone -v
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
mkdocs --version
|
||||
@@ -1,3 +1,5 @@
|
||||
# npm
|
||||
npm install -g npmts
|
||||
npmts -v
|
||||
npm -v
|
||||
node -v
|
||||
npm install -g @gitzone/gitzone
|
||||
gitzone -v
|
||||
Reference in New Issue
Block a user