Compare commits

...

50 Commits

Author SHA1 Message Date
01ac9b637d 1.0.70 2021-02-27 01:05:52 +00:00
181d0ff6d7 fix(core): update 2021-02-27 01:05:51 +00:00
0d06199c58 1.0.69 2021-02-27 00:58:20 +00:00
7aa27daebc fix(core): update 2021-02-27 00:58:20 +00:00
6671bdd6a6 1.0.68 2021-02-27 00:52:59 +00:00
36d3466a48 fix(core): update 2021-02-27 00:52:58 +00:00
62b9a1574d 1.0.67 2021-02-27 00:47:34 +00:00
617c9f993f fix(core): update 2021-02-27 00:47:34 +00:00
6f91132d22 1.0.66 2021-02-27 00:40:24 +00:00
e4d88c1732 fix(core): update 2021-02-27 00:40:24 +00:00
f5cc4d4339 1.0.65 2021-02-27 00:36:58 +00:00
665c7aaada fix(core): update 2021-02-27 00:36:58 +00:00
a47ab357f7 1.0.64 2021-02-27 00:32:19 +00:00
a8a72799b5 fix(core): update 2021-02-27 00:32:18 +00:00
f1a516dfb5 1.0.63 2021-02-27 00:13:01 +00:00
60afae8582 fix(core): update 2021-02-27 00:13:01 +00:00
e8ad105aed 1.0.62 2021-02-27 00:11:40 +00:00
65cdb2c53a fix(core): update 2021-02-27 00:11:39 +00:00
05fd503a20 1.0.61 2021-02-27 00:06:48 +00:00
29e987c20e fix(core): update 2021-02-27 00:06:48 +00:00
1fee89324c 1.0.60 2021-02-27 00:05:29 +00:00
abf5c60429 fix(core): update 2021-02-27 00:05:28 +00:00
90a0574d10 1.0.59 2021-02-26 23:51:54 +00:00
046862d402 fix(core): update 2021-02-26 23:51:53 +00:00
4d578e69d5 1.0.58 2021-02-26 23:50:39 +00:00
b68d149ac4 fix(core): update 2021-02-26 23:50:39 +00:00
a907fbb334 1.0.57 2021-02-26 23:49:18 +00:00
25c7a6dc49 fix(core): update 2021-02-26 23:49:18 +00:00
0c3ce8b6d7 1.0.56 2021-02-26 23:41:52 +00:00
fccaeeb47c fix(core): update 2021-02-26 23:41:51 +00:00
d806a0db1d 1.0.55 2021-02-26 23:40:13 +00:00
bdffd6452c fix(core): update 2021-02-26 23:40:13 +00:00
1248416ed9 1.0.54 2021-02-26 23:39:24 +00:00
9651c1a889 fix(core): update 2021-02-26 23:39:23 +00:00
f6809ac84a 1.0.53 2021-02-26 23:35:45 +00:00
c61c4499a4 fix(core): update 2021-02-26 23:35:44 +00:00
f23c44906c 1.0.52 2021-02-26 23:25:49 +00:00
39b54a483f fix(core): update 2021-02-26 23:25:49 +00:00
ea2c39ef97 1.0.51 2021-02-26 23:21:24 +00:00
8305d05c54 fix(core): update 2021-02-26 23:21:24 +00:00
5599f9f86c 1.0.50 2021-02-26 23:18:52 +00:00
c4ac975bae 1.0.49 2019-11-26 17:50:50 +00:00
7189d01599 1.0.48 2019-11-24 13:57:38 +00:00
8687ad4816 1.0.47 2019-11-24 13:53:01 +00:00
88e1a637ce 1.0.46 2019-11-24 13:49:48 +00:00
e0fa2b14b7 rename readme 2019-11-24 13:48:56 +00:00
5dccdbb9e9 rename readme 2019-11-24 13:48:52 +00:00
e3e2f86ac5 1.0.45 2019-11-24 13:46:38 +00:00
5fe8f04159 fix(core): update 2019-11-24 13:46:38 +00:00
e3b2144182 1.0.44 2019-11-24 13:43:09 +00:00
5 changed files with 12 additions and 19 deletions

View File

@ -7,8 +7,7 @@ before_script:
- 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
- apk add --no-cache krb5-libs
- apk add --no-cache libgcc libstdc++ gnupg nodejs-current nodejs-npm
- update-ca-certificates
- cp ./stack-fix.c /lib/
- set -ex
@ -17,26 +16,13 @@ before_script:
- apk del .build-deps
- export LD_PRELOAD="/lib/stack-fix.so"
- npm config set unsafe-perm true
- node -v && npm -v
- npm install -g @shipzone/npmci
- npmci npm prepare
stages:
- test
- release
- trigger
- pages
testSTABLE:
stage: test
script:
- npmci node install stable
- npmci npm install
- npmci npm test
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- docker
- lossless
- priv
release:
stage: release

View File

@ -15,7 +15,7 @@ RUN apk update && apk add --no-cache \
libgcc \
libstdc++ \
gnupg \
nodejs \
nodejs-current \
nodejs-npm \
krb5-libs \
&& update-ca-certificates
@ -33,3 +33,10 @@ RUN set -ex \
ENV LD_PRELOAD /lib/stack-fix.so
RUN npm config set unsafe-perm true
RUN apk update && \
apk add rust=1.50.0-r0 --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main && \
apk add --no-cache docker-cli python3 && \
apk add --no-cache --virtual .docker-compose-deps python3-dev libffi-dev openssl-dev gcc libc-dev make && \
pip3 install docker-compose && \
apk del .docker-compose-deps

2
package-lock.json generated
View File

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

View File

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