Skip to content
Snippets Groups Projects
Verified Commit 76d101dd authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added dojo

parent 90948fed
Branches
No related tags found
No related merge requests found
Pipeline #29281 failed
......@@ -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
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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment