Compare commits

...

14 Commits

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

View File

@ -7,9 +7,7 @@ before_script:
- apk update - apk update
- apk add --no-cache git openssl ca-certificates bash curl - 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 make gcc g++ python linux-headers paxctl
- apk add --no-cache libgcc libstdc++ gnupg - apk add --no-cache libgcc libstdc++ gnupg nodejs-current nodejs-npm
- 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
- update-ca-certificates - update-ca-certificates
- cp ./stack-fix.c /lib/ - cp ./stack-fix.c /lib/
- set -ex - set -ex
@ -17,8 +15,6 @@ before_script:
- gcc -shared -fPIC /lib/stack-fix.c -o /lib/stack-fix.so - gcc -shared -fPIC /lib/stack-fix.c -o /lib/stack-fix.so
- apk del .build-deps - apk del .build-deps
- export LD_PRELOAD="/lib/stack-fix.so" - export LD_PRELOAD="/lib/stack-fix.so"
- bash -c ". ~/.nvm/nvm.sh && nvm install 14.3.0 -s"
- export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
- npm config set unsafe-perm true - npm config set unsafe-perm true
- node -v && npm -v - node -v && npm -v
- npm install -g @shipzone/npmci - npm install -g @shipzone/npmci

View File

@ -15,7 +15,7 @@ RUN apk update && apk add --no-cache \
libgcc \ libgcc \
libstdc++ \ libstdc++ \
gnupg \ gnupg \
nodejs \ nodejs-current \
nodejs-npm \ nodejs-npm \
krb5-libs \ krb5-libs \
&& update-ca-certificates && update-ca-certificates
@ -33,3 +33,9 @@ RUN set -ex \
ENV LD_PRELOAD /lib/stack-fix.so ENV LD_PRELOAD /lib/stack-fix.so
RUN npm config set unsafe-perm true RUN npm config set unsafe-perm true
RUN apk update && \
apk add --no-cache docker-cli rust 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", "name": "ht-docker-dbase",
"version": "1.0.60", "version": "1.0.67",
"lockfileVersion": 1 "lockfileVersion": 1
} }

View File

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