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
15fa7151
Commit
15fa7151
authored
2 years ago
by
jurgenhaas
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'main'
Merging develop into main See merge request
!3
parents
a22f1518
c713a9ff
No related branches found
No related tags found
1 merge request
!3
Merging develop into main
Pipeline
#755510
failed
2 years ago
Stage: build
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+3
-0
3 additions, 0 deletions
.gitignore
.gitlab-ci.yml
+6
-1
6 additions, 1 deletion
.gitlab-ci.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
10 additions
and
2 deletions
.gitignore
0 → 100644
+
3
−
0
View file @
15fa7151
/.ahoy.l3d
/.ahoy.yml
/.env
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
6
−
1
View file @
15fa7151
include
:
-
project
:
gitlab-ci-cd/general
ref
:
main
file
:
'
/tagrelease.yml'
before_script
:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
...
...
@@ -10,4 +15,4 @@ node:
-
docker build --pull --build-arg NODE_VERSION=${VERSION} -t $CI_REGISTRY_IMAGE:${VERSION} .
-
docker push $CI_REGISTRY_IMAGE:${VERSION}
only
:
-
main
-
tags
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
15fa7151
...
...
@@ -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 git
&&
\
apt-get
install
-y
-q
python3 make g++ curl git
fontconfig
&&
\
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