From 888a4b474a841ab0e4e3042ffecc8a926373c2bc Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Feb 19 2021 12:39:27 +0000 Subject: Fix the cico pipeline for the new CentOS CI Signed-off-by: Aurélien Bompard --- diff --git a/.cico.pipeline b/.cico.pipeline index 55590a2..50170d3 100644 --- a/.cico.pipeline +++ b/.cico.pipeline @@ -25,7 +25,7 @@ def ACTIVE_DISTROS = ["f31", "f32", "latest"] def stages = [:] def fedora_containers = [ containerTemplate(name: 'jnlp', - image: "docker-registry.default.svc:5000/openshift/cico-workspace:latest", + image: "quay.io/centosci/cico-workspace:latest", ttyEnabled: false, args: '${computer.jnlpmac} ${computer.name}', workingDir: "/workdir")