Compare commits

...

16 Commits

Author SHA1 Message Date
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
4 changed files with 6 additions and 7 deletions

View File

@ -7,9 +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
- apk add -U curl bash ca-certificates openssl ncurses coreutils python2 make gcc g++ libgcc linux-headers grep util-linux binutils findutils
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
- apk add --no-cache libgcc libstdc++ gnupg nodejs-current nodejs-npm
- update-ca-certificates
- cp ./stack-fix.c /lib/
- set -ex
@ -17,7 +15,6 @@ before_script:
- gcc -shared -fPIC /lib/stack-fix.c -o /lib/stack-fix.so
- apk del .build-deps
- export LD_PRELOAD="/lib/stack-fix.so"
- bash -c ". ~/.nvm/nvm.sh && nvm install stable -s"
- npm config set unsafe-perm true
- node -v && npm -v
- npm install -g @shipzone/npmci

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,5 @@ RUN set -ex \
ENV LD_PRELOAD /lib/stack-fix.so
RUN npm config set unsafe-perm true
RUN apk add --update py-pip && pip install docker-compose

2
package-lock.json generated
View File

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

View File

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