From b30193e4484e5ab8b6390a309044430ba50377c9 Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Tue, 26 Nov 2019 11:21:32 -0800 Subject: [PATCH] debug: update support tools container image The RHEL7 support tools image is only built for AMD64, but there will soon be a need for an image that works on System Z (and eventually Power). Changing to the RHEL8 image gets us the additional architectures. Additionally, RHCOS has moved to RHEL8 content, so it's best to keep the support tools in sync. --- pkg/cli/debug/debug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cli/debug/debug.go b/pkg/cli/debug/debug.go index b862c88251..3986bbf533 100644 --- a/pkg/cli/debug/debug.go +++ b/pkg/cli/debug/debug.go @@ -765,7 +765,7 @@ func (o *DebugOptions) approximatePodTemplateForObject(object runtime.Object) (* } } if len(o.Image) == 0 { - image = "registry.redhat.io/rhel7/support-tools" + image = "registry.redhat.io/rhel8/support-tools" } zero := int64(0) isTrue := true