Compare commits

...

12 Commits

Author SHA1 Message Date
09b0bfa4ce 1.0.12 2019-08-27 18:03:34 +02:00
cb23895d0c fix(core): update 2019-08-27 18:03:34 +02:00
16dca34c6d 1.0.11 2019-08-27 17:57:38 +02:00
13ff525fd2 fix(core): update 2019-08-27 17:57:38 +02:00
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
9fb74ed327 1.0.8 2019-06-19 12:02:40 +02:00
ab7b4a2fed fix(core): update 2019-06-19 12:02:40 +02:00
c4fbdb4546 1.0.7 2019-06-19 11:55:13 +02:00
71a20b93b4 fix(core): update 2019-06-19 11:55:12 +02:00
4 changed files with 21 additions and 15 deletions

View File

@ -1,14 +1,14 @@
# gitzone ci_docker
image: hosttoday/ht-docker-node:npmci
cache:
paths:
- .npmci-cache/
key: "$CI_BUILD_STAGE"
# gitzone custom
image: docker:19.03.1
before_script:
- npm install -g @shipzone/npmci
- npmci npm prepare
- apk update
- apk add --no-cache git openssl ca-certificates bash curl
- apk add --no-cache make gcc g++ python linux-headers paxctl
- apk add --no-cache libgcc libstdc++ gnupg nodejs nodejs-npm
- update-ca-certificates
- npm install -g npmci
- npmci npm prepare
stages:
- test
@ -27,16 +27,16 @@ testSTABLE:
- docker
release:
image: hosttoday/ht-docker-dbase:npmci
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
services:
- docker:dind
- docker:18-dind
stage: release
script:
- npmci node install stable
- npmci docker login
- npmci docker build
- npmci docker test
- npmci docker push registry.gitlab.com
- npmci docker push
only:
- tags
tags:

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.12",
"lockfileVersion": 1
}

View File

@ -1,13 +1,13 @@
{
"name": "ht-docker-dbase",
"version": "1.0.6",
"version": "1.0.12",
"description": "easy CI for docker images",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"Error: no test specified\"",
"build": "echo \"Not needed for now\""
},
"repository": {