Skip to content
Snippets Groups Projects
Commit f5a93cd9 authored by Lisa Julia Nebel's avatar Lisa Julia Nebel Committed by Sander, Oliver
Browse files

Update the image addresses in .gitlab-ci.yml

From

  duneci/dune:***       (from Docker Hub)

to

  registry.dune-project.org/docker/ci/dune:***

(from the Dune homepage).  The mirror at Docker Hub is not always
up-to-date.
parent c524447f
No related branches found
No related tags found
No related merge requests found
Pipeline #3897 failed
This commit is part of merge request !39. Comments created here will be created in the context of that merge request.
......@@ -29,33 +29,33 @@ before_script: &before
EOT
dune:2.6 gcc:
image: duneci/dune:2.6-debian-10-gcc-8-17
image: registry.dune-project.org/docker/ci/dune:2.6-debian-10-gcc-8-17
script: duneci-standard-test
variables:
DUNECI_BRANCH: releases/2.6-1
dune:2.6 clang:
image: duneci/dune:2.6-debian-10-clang-7-libcpp-17
image: registry.dune-project.org/docker/ci/dune:2.6-debian-10-clang-7-libcpp-17
script: duneci-standard-test
variables:
DUNECI_BRANCH: releases/2.6-1
dune:git gcc:
image: duneci/dune:git-debian-10-gcc-8-17
image: registry.dune-project.org/docker/ci/dune:git-debian-10-gcc-8-17
before_script:
- *patch-dune-common
- *before
script: duneci-standard-test
dune:git clang:
image: duneci/dune:git-debian-10-clang-7-libcpp-17
image: registry.dune-project.org/docker/ci/dune:git-debian-10-clang-7-libcpp-17
before_script:
- *patch-dune-common
- *before
script: duneci-standard-test
dune:git parmg gcc:
image: duneci/dune:git-debian-10-gcc-8-17
image: registry.dune-project.org/docker/ci/dune:git-debian-10-gcc-8-17
before_script:
- *patch-dune-common
- *before
......@@ -63,7 +63,7 @@ dune:git parmg gcc:
script: duneci-standard-test
dune:git parmg clang:
image: duneci/dune:git-debian-10-clang-7-libcpp-17
image: registry.dune-project.org/docker/ci/dune:git-debian-10-clang-7-libcpp-17
before_script:
- *patch-dune-common
- *before
......
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