Skip to content
Snippets Groups Projects
Commit 785b88af authored by Andre Sailer's avatar Andre Sailer
Browse files

GitlabCI: update docker images used

Used when building doxygen for the website
parent 60ea1189
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ centos7-gcc10-Geant10.6:
stage: build
tags:
- docker
image: clicdp/cc7-lcg
image: ghcr.io/aidasoft/centos7:latest
script:
- source /cvmfs/sft.cern.ch/lcg/views/LCG_98/x86_64-centos7-gcc10-opt/setup.sh
- mkdir build
......@@ -29,7 +29,7 @@ centos7-gcc9-Geant10.6:
stage: build
tags:
- docker
image: clicdp/cc7-lcg
image: ghcr.io/aidasoft/centos7:latest
script:
- source /cvmfs/sft.cern.ch/lcg/views/LCG_98/x86_64-centos7-gcc9-opt/setup.sh
- mkdir build
......@@ -51,7 +51,7 @@ centos7-gcc10-Geant10.6-XERCESC:
stage: build
tags:
- docker
image: clicdp/cc7-lcg
image: ghcr.io/aidasoft/centos7:latest
script:
- source /cvmfs/sft.cern.ch/lcg/views/LCG_98/x86_64-centos7-gcc10-opt/setup.sh
- unset CPATH
......@@ -74,7 +74,7 @@ centos7-gcc10-Geant10.6-Python3:
stage: build
tags:
- docker
image: clicdp/cc7-lcg
image: ghcr.io/aidasoft/centos7:latest
script:
- source /cvmfs/sft.cern.ch/lcg/views/LCG_98python3/x86_64-centos7-gcc10-opt/setup.sh
- mkdir build
......@@ -97,7 +97,7 @@ centos7-clang10-Geant10.6-XERCESC:
stage: build
tags:
- docker
image: clicdp/cc7-lcg
image: ghcr.io/aidasoft/centos7:latest
script:
- source /cvmfs/sft.cern.ch/lcg/views/LCG_98/x86_64-centos7-clang10-opt/setup.sh
- mkdir build
......@@ -167,7 +167,7 @@ Python:
stage: build
tags:
- docker
image: clicdp/cc7-lcg
image: ghcr.io/aidasoft/centos7:latest
script:
- source /cvmfs/sft.cern.ch/lcg/views/LCG_98/x86_64-centos7-gcc10-opt/setup.sh
- echo "RUNNING PYLINT PY3K CHECK"
......@@ -187,7 +187,7 @@ doxygen:
stage: documentation
tags:
- docker
image: clicdp/cc7-lcg
image: ghcr.io/aidasoft/centos7:latest
script:
- source /cvmfs/sft.cern.ch/lcg/views/LCG_98python3/x86_64-centos7-gcc10-opt/setup.sh
- mkdir -p public
......@@ -206,7 +206,7 @@ usermanuals:
stage: documentation
tags:
- docker
image: clicdp/cc7-lcg
image: ghcr.io/aidasoft/centos7:latest
script:
- yum install -y ghostscript poppler-utils perl
- source /cvmfs/sft.cern.ch/lcg/views/LCG_98python3/x86_64-centos7-gcc10-opt/setup.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment