Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker_images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
orestis.malaspin
docker_images
Commits
76d101dd
Verified
Commit
76d101dd
authored
1 year ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
added dojo
parent
90948fed
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#29281
failed
1 year ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+12
-0
12 additions, 0 deletions
.gitlab-ci.yml
dojo/Dockerfile
+11
-0
11 additions, 0 deletions
dojo/Dockerfile
with
23 additions
and
0 deletions
.gitlab-ci.yml
+
12
−
0
View file @
76d101dd
...
...
@@ -122,3 +122,15 @@ build-palabos:
changes
:
-
palabos/Dockerfile
build-dojo
:
tags
:
-
dfromd
stage
:
build
script
:
-
cd dojo
-
docker build --pull -t omalaspinas/dojo .
-
docker push omalaspinas/dojo
only
:
changes
:
-
dojo/Dockerfile
This diff is collapsed.
Click to expand it.
dojo/Dockerfile
0 → 100644
+
11
−
0
View file @
76d101dd
FROM
gcc
LABEL
Description="Image used for latest stable C compilation, based on ubuntu" maintainer="orestis.malaspinas@hesge.ch" Version="0.1"
RUN
apt update
RUN
apt dist-upgrade
-y
RUN
apt
install
-y
clang
COPY
cacerts /tmp/
ENV
SONAR_SCANNER_OPTS="-Djavax.net.ssl.trustStore=/tmp/cacerts"
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