Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moobench
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SustainKieker
moobench
Commits
20f69738
Commit
20f69738
authored
3 years ago
by
Reiner Jung
Browse files
Options
Downloads
Patches
Plain Diff
Added dockumentation
parent
add98232
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/Dockerfile
+1
-1
1 addition, 1 deletion
docker/Dockerfile
docker/README.md
+12
-0
12 additions, 0 deletions
docker/README.md
with
13 additions
and
1 deletion
docker/Dockerfile
+
1
−
1
View file @
20f69738
...
@@ -3,5 +3,5 @@ FROM openjdk:13-jdk-alpine
...
@@ -3,5 +3,5 @@ FROM openjdk:13-jdk-alpine
RUN
echo
"jenkins:x:2030:100:guest:/home/jenkins:/sbin/nologin"
>>
/etc/passwd
&&
\
RUN
echo
"jenkins:x:2030:100:guest:/home/jenkins:/sbin/nologin"
>>
/etc/passwd
&&
\
mkdir
/home/jenkins
&&
chmod
777 /home/jenkins
&&
\
mkdir
/home/jenkins
&&
chmod
777 /home/jenkins
&&
\
apk update && \
apk update && \
apk add git openssh zip R bash curl
apk add git openssh zip R bash curl
python3
This diff is collapsed.
Click to expand it.
docker/README.md
0 → 100644
+
12
−
0
View file @
20f69738
Build Docker Image
==================
docker build -t moobench .
docker tag moobench:latest prefec2/moobench:latest
docker login
docker push prefec2/moobench:latest
In case information or acces to the prefec2 account gets lost, you
need to create a new one. And modify the naming accordingly.
This must also be done in the Jenkinsfile.
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