Compare commits

..

9 Commits

Author SHA1 Message Date
4e426e7bf7 1.0.78 2022-01-28 00:22:12 +01:00
bbd13b879f fix(core): update 2022-01-28 00:22:11 +01:00
1f12882f03 1.0.77 2022-01-28 00:21:21 +01:00
e4aed1d051 fix(core): update 2022-01-28 00:21:20 +01:00
3bba9c114b 1.0.76 2022-01-28 00:16:52 +01:00
ee1769f6aa fix(core): update 2022-01-28 00:16:52 +01:00
7b79104520 1.0.75 2022-01-28 00:07:13 +01:00
ee8ad96796 1.0.74 2021-02-27 01:35:00 +00:00
15e001b126 fix(core): update 2021-02-27 01:34:59 +00:00
4 changed files with 7 additions and 6 deletions

View File

@ -27,7 +27,6 @@ stages:
release:
stage: release
script:
- npmci node install stable
- npmci docker login
- npmci docker build
- npmci docker test

View File

@ -1,4 +1,4 @@
FROM docker:19.03.1
FROM docker:20.10.8
RUN apk update && apk add --no-cache \
git \
@ -16,13 +16,15 @@ RUN apk update && apk add --no-cache \
libstdc++ \
gnupg \
nodejs-current \
nodejs-npm \
npm \
krb5-libs \
&& update-ca-certificates
# Add the patch fix
COPY ./stack-fix.c /lib/
RUN node -v && npm -v
# Prepare the libraries packages
RUN set -ex \
&& apk add --no-cache --virtual .build-deps build-base \
@ -33,8 +35,8 @@ RUN set -ex \
ENV LD_PRELOAD /lib/stack-fix.so
RUN npm config set unsafe-perm true
ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
RUN apk update && \
export CRYPTOGRAPHY_DONT_BUILD_RUST=1 \
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 && \

2
package-lock.json generated
View File

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

View File

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