From 785b88af78b857444d3f2c892e48cf98699865d2 Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Tue, 17 May 2022 16:41:02 +0200 Subject: [PATCH] GitlabCI: update docker images used Used when building doxygen for the website --- .gitlab-ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f507b7a2..daaa0fff2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab