Compare commits

...

4 Commits

Author SHA1 Message Date
bd18aa1aac 1.0.10 2019-08-27 17:56:33 +02:00
6c21042373 fix(core): update 2019-08-27 17:56:33 +02:00
99c16ce1f2 1.0.9 2019-08-27 17:47:10 +02:00
f30e0afdcd fix(core): update 2019-08-27 17:47:10 +02:00
4 changed files with 29 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# gitzone ci_docker
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
image: docker:19.03.1
cache:
paths:
@ -8,6 +8,25 @@ cache:
before_script:
- npmci npm prepare
- apk update && apk add --no-cache \
git \
openssl \
ca-certificates \
bash \
curl \
make \
gcc \
g++ \
python \
linux-headers \
paxctl \
libgcc \
libstdc++ \
gnupg \
nodejs \
nodejs-npm \
&& update-ca-certificates
- npm install -g npmci
stages:
- test
@ -28,7 +47,7 @@ testSTABLE:
release:
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
services:
- docker:dind
- docker:18-dind
stage: release
script:
- npmci node install stable

View File

@ -1,6 +1,7 @@
FROM docker:git
FROM docker:19.03.1
RUN apk update && apk add --no-cache \
git \
openssl \
ca-certificates \
bash \

5
package-lock.json generated Normal file
View File

@ -0,0 +1,5 @@
{
"name": "ht-docker-dbase",
"version": "1.0.10",
"lockfileVersion": 1
}

View File

@ -1,6 +1,6 @@
{
"name": "ht-docker-dbase",
"version": "1.0.8",
"version": "1.0.10",
"description": "easy CI for docker images",
"main": "index.js",
"directories": {