Skip to content
Snippets Groups Projects
Commit 20f69738 authored by Reiner Jung's avatar Reiner Jung
Browse files

Added dockumentation

parent add98232
No related branches found
No related tags found
No related merge requests found
...@@ -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
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment