Skip to content

Commit 2c3d757

Browse files
committed
step-registry: use centos:8 instead of tools
As originally done in #11247. `tools` only exists in 4.5+ releases.
1 parent 1164053 commit 2c3d757

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

ci-operator/step-registry/ipi/conf/aws/ipi-conf-aws-ref.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ref:
22
as: ipi-conf-aws
3-
from: tools
3+
from_image:
4+
namespace: origin
5+
name: centos
6+
tag: '8'
47
commands: ipi-conf-aws-commands.sh
58
resources:
69
requests:

ci-operator/step-registry/ipi/conf/ipi-conf-ref.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ref:
22
as: ipi-conf
3-
from: tools
3+
from_image:
4+
namespace: origin
5+
name: centos
6+
tag: '8'
47
commands: ipi-conf-commands.sh
58
resources:
69
requests:

0 commit comments

Comments
 (0)