From 2c3d757dbeab50f6022a82c04595c6caebac849e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Barcarol=20Guimar=C3=A3es?= Date: Mon, 31 Aug 2020 15:30:25 +0000 Subject: [PATCH] step-registry: use centos:8 instead of tools As originally done in https://github.com/openshift/release/pull/11247. `tools` only exists in 4.5+ releases. --- ci-operator/step-registry/ipi/conf/aws/ipi-conf-aws-ref.yaml | 5 ++++- ci-operator/step-registry/ipi/conf/ipi-conf-ref.yaml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ci-operator/step-registry/ipi/conf/aws/ipi-conf-aws-ref.yaml b/ci-operator/step-registry/ipi/conf/aws/ipi-conf-aws-ref.yaml index af9c8e4d4866c..83c8646910653 100644 --- a/ci-operator/step-registry/ipi/conf/aws/ipi-conf-aws-ref.yaml +++ b/ci-operator/step-registry/ipi/conf/aws/ipi-conf-aws-ref.yaml @@ -1,6 +1,9 @@ ref: as: ipi-conf-aws - from: tools + from_image: + namespace: origin + name: centos + tag: '8' commands: ipi-conf-aws-commands.sh resources: requests: diff --git a/ci-operator/step-registry/ipi/conf/ipi-conf-ref.yaml b/ci-operator/step-registry/ipi/conf/ipi-conf-ref.yaml index 8de876baffa9e..82fd4d47653dd 100644 --- a/ci-operator/step-registry/ipi/conf/ipi-conf-ref.yaml +++ b/ci-operator/step-registry/ipi/conf/ipi-conf-ref.yaml @@ -1,6 +1,9 @@ ref: as: ipi-conf - from: tools + from_image: + namespace: origin + name: centos + tag: '8' commands: ipi-conf-commands.sh resources: requests: