Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci-pipeline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IOPSYS
gitlab-ci-pipeline
Commits
130a01cb
Commit
130a01cb
authored
5 years ago
by
Suru Dissanaike
Browse files
Options
Downloads
Patches
Plain Diff
refactor docker file
parent
05595854
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/code-analysis/Dockerfile
+7
-2
7 additions, 2 deletions
docker/code-analysis/Dockerfile
with
7 additions
and
2 deletions
docker/code-analysis/Dockerfile
+
7
−
2
View file @
130a01cb
FROM
ubuntu:18.04
LABEL
maintainer="suru.dissanaike@iopsys.eu"
LABEL
build="docker build -t iopsys-codeanalysis ."
LABEL
run="docker run -it --entrypoint /bin/bash --rm -v ${PWD}:/opt/work iopsys-codeanalysis"
LABEL
build="docker build -t code-analysis ."
LABEL
run="docker run -it --entrypoint /bin/bash --rm -v ${PWD}:/opt/work code-analysis"
# docker build -t code-analysis .
# docker images
# docker tag <image id> iopsys/code-analysis:0.x
# docker push iopsys/code-analysis:0.x
RUN
\
...
...
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