Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Node
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker
Node
Commits
3d6fad81
Commit
3d6fad81
authored
3 years ago
by
jurgenhaas
Browse files
Options
Downloads
Plain Diff
Merge branch 'jurgenhaas-master-patch-19891' into 'master'
Add git See merge request
!2
parents
e7097abc
3753e007
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2
Add git
Pipeline
#494695
skipped
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
3d6fad81
...
...
@@ -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}
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
3d6fad81
...
...
@@ -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
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment