Skip to content
Snippets Groups Projects
Commit 3753e007 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add git

Add node 14 and 16
parent e7097abc
No related branches found
No related tags found
1 merge request!2Add git
......@@ -5,7 +5,7 @@ node:
stage: build
parallel:
matrix:
- VERSION: ['8-jessie-slim','10-jessie-slim','12-stretch-slim','13-stretch-slim']
- VERSION: ['8-jessie-slim','10-jessie-slim','12-stretch-slim','13-stretch-slim','14-stretch-slim','16-stretch-slim']
script:
- docker build --pull --build-arg NODE_VERSION=${VERSION} -t $CI_REGISTRY_IMAGE:${VERSION} .
- docker push $CI_REGISTRY_IMAGE:${VERSION}
......
......@@ -7,7 +7,7 @@ LABEL com.example.vendor="LakeDrops" \
description="Node container with build tools included."
RUN apt-get update -y && \
apt-get install -y -q python3 make g++ curl && \
apt-get install -y -q python3 make g++ curl git && \
ln -s python3 /usr/bin/python && \
\
apt-get clean && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment