Skip to content
Snippets Groups Projects
Commit 18204f81 authored by Marilena Bandieramonte's avatar Marilena Bandieramonte
Browse files

Activate the custom docker image with ubuntu 23.10 + geant4 v11.2

parent 9b209ddb
No related branches found
No related tags found
No related merge requests found
Pipeline #6842698 failed
...@@ -41,7 +41,7 @@ variables: ...@@ -41,7 +41,7 @@ variables:
# general Ubuntu job template # general Ubuntu job template
.ubuntu-template-job-base: &ubuntu-job-base .ubuntu-template-job-base: &ubuntu-job-base
image: ubuntu:22.04 image: gitlab-registry.cern.ch/mbandier/geant4-ubuntu:latest
rules: rules:
- when: always - when: always
...@@ -53,14 +53,9 @@ variables: ...@@ -53,14 +53,9 @@ variables:
.ubuntu-template-job-default: &ubuntu-job .ubuntu-template-job-default: &ubuntu-job
<<: *ubuntu-job-base <<: *ubuntu-job-base
before_script: before_script:
- apt-get update -qq && apt-get install -y -qq apt-utils git wget unzip build-essential freeglut3-dev libboost-all-dev qtbase5-dev libqt5opengl5-dev mercurial libeigen3-dev libsqlite3-dev nlohmann-json3-dev libexpat1-dev libxerces-c-dev libhdf5-dev libhepmc3-dev cmake - pwd; ls
- apt-get install distro-info-data lsb-release - echo "Hello, working from the custom docker image!"
- wget https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest_all.deb
- dpkg -i cvmfs-release-latest_all.deb
- rm -f cvmfs-release-latest_all.deb
- apt-get update -qq
- apt-get install -y -qq cvmfs cvmfs-config-default
- cvmfs_config setup
# .ubuntu-template-job-registry: &ubuntu-job-registry # .ubuntu-template-job-registry: &ubuntu-job-registry
......
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