Skip to content

Commit 125917f

Browse files
Merge pull request #11447 from bbguimaraes/tools
step-registry: use centos:8 instead of tools
2 parents 7918181 + 2c3d757 commit 125917f

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)