From 39368ed6af35999f2d5cde1dca59a5152c0071ad Mon Sep 17 00:00:00 2001 From: Cresson Remi <remi.cresson@irstea.fr> Date: Tue, 3 Sep 2024 09:55:00 +0200 Subject: [PATCH] comp: update otbtf docker image --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 958c269..6fc7958 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,8 @@ variables: GPU_IMAGE_NAME: $CI_REGISTRY_IMAGE:gpu DOCKER_BUILDKIT: 1 DOCKER_DRIVER: overlay2 - CPU_BASE_IMAGE: gitlab-registry.irstea.fr/remi.cresson/otbtf:4.1.0-cpu-dev - GPU_BASE_IMAGE: gitlab-registry.irstea.fr/remi.cresson/otbtf:4.1.0-gpu-dev + CPU_BASE_IMAGE: registry.forgemia.inra.fr/orfeo-toolbox/otbtf:4.3.1-cpu-dev + GPU_BASE_IMAGE: registry.forgemia.inra.fr/orfeo-toolbox/otbtf:4.3.1-gpu-dev workflow: rules: -- GitLab