Skip to content

Commit 624d076

Browse files
Merge pull request #22657 from sferich888/support-tools_for_debug
move to a supported (non depricated) tools container
2 parents fcf1eaf + 6cecbce commit 624d076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/oc/cli/debug/debug.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ func (o *DebugOptions) approximatePodTemplateForObject(object runtime.Object) (*
758758
}
759759
}
760760
if len(o.Image) == 0 {
761-
image = "registry.access.redhat.com/rhel7/rhel-tools"
761+
image = "registry.redhat.io/rhel7/support-tools"
762762
}
763763
zero := int64(0)
764764
isTrue := true

0 commit comments

Comments
 (0)