Skip to content

Commit 6cecbce

Browse files
committed
move to a supported (non depricated) tools container
1 parent 3d45f31 commit 6cecbce

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)