Skip to content

Commit

Permalink
CI: Bump Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Oct 28, 2022
1 parent f8393da commit a003687
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: ghcr.io/espressomd/docker/ubuntu-20.04:adb6ad0892de1fb1ecdd9f29c1115cfc16ea5f4b
image: ghcr.io/espressomd/docker/ubuntu-20.04:efd89c5f66b8a65f579a7807d0059939fcb4b12f

stages:
- prepare
Expand Down Expand Up @@ -136,7 +136,7 @@ no_rotation:
ubuntu:wo-dependencies:
<<: *global_job_definition
stage: build
image: ghcr.io/espressomd/docker/ubuntu-wo-dependencies:adb6ad0892de1fb1ecdd9f29c1115cfc16ea5f4b
image: ghcr.io/espressomd/docker/ubuntu-wo-dependencies:efd89c5f66b8a65f579a7807d0059939fcb4b12f
variables:
myconfig: 'maxset'
with_cuda: 'false'
Expand All @@ -154,7 +154,7 @@ ubuntu:wo-dependencies:
debian:10:
<<: *global_job_definition
stage: build
image: ghcr.io/espressomd/docker/debian:adb6ad0892de1fb1ecdd9f29c1115cfc16ea5f4b
image: ghcr.io/espressomd/docker/debian:efd89c5f66b8a65f579a7807d0059939fcb4b12f
variables:
with_cuda: 'false'
myconfig: 'maxset'
Expand All @@ -169,7 +169,7 @@ debian:10:
fedora:36:
<<: *global_job_definition
stage: build
image: ghcr.io/espressomd/docker/fedora:adb6ad0892de1fb1ecdd9f29c1115cfc16ea5f4b
image: ghcr.io/espressomd/docker/fedora:efd89c5f66b8a65f579a7807d0059939fcb4b12f
variables:
with_cuda: 'false'
myconfig: 'maxset'
Expand Down Expand Up @@ -210,7 +210,7 @@ clang-sanitizer:
fast_math:
<<: *global_job_definition
stage: build
image: ghcr.io/espressomd/docker/cuda:adb6ad0892de1fb1ecdd9f29c1115cfc16ea5f4b
image: ghcr.io/espressomd/docker/cuda:efd89c5f66b8a65f579a7807d0059939fcb4b12f
variables:
CC: 'gcc-9'
CXX: 'g++-9'
Expand All @@ -230,7 +230,7 @@ fast_math:
cuda11-maxset-ubuntu20.04:
<<: *global_job_definition
stage: build
image: ghcr.io/espressomd/docker/cuda:adb6ad0892de1fb1ecdd9f29c1115cfc16ea5f4b
image: ghcr.io/espressomd/docker/cuda:efd89c5f66b8a65f579a7807d0059939fcb4b12f
variables:
CC: 'gcc-9'
CXX: 'g++-9'
Expand All @@ -251,7 +251,7 @@ cuda11-maxset-ubuntu20.04:
cuda11-maxset-ubuntu22.04:
<<: *global_job_definition
stage: build
image: ghcr.io/espressomd/docker/ubuntu-22.04:adb6ad0892de1fb1ecdd9f29c1115cfc16ea5f4b
image: ghcr.io/espressomd/docker/ubuntu-22.04:efd89c5f66b8a65f579a7807d0059939fcb4b12f
variables:
CC: 'gcc-10'
CXX: 'g++-10'
Expand Down

0 comments on commit a003687

Please sign in to comment.