Blame SOURCES/sos-collector-rhcos-image.patch

21ebdd
From 6dafb42064b06a80720c6017e2576aea9a7211de Mon Sep 17 00:00:00 2001
21ebdd
From: Jake Hunsaker <jhunsake@redhat.com>
21ebdd
Date: Tue, 9 Apr 2019 13:00:44 -0400
21ebdd
Subject: [PATCH] [redhat] Update RHCOS image
21ebdd
21ebdd
Updates the image used by RHCOS nodes to be the rhel8 image instead
21ebdd
of rhel7.
21ebdd
21ebdd
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
21ebdd
---
21ebdd
 soscollector/hosts/redhat.py | 2 +-
21ebdd
 1 file changed, 1 insertion(+), 1 deletion(-)
21ebdd
21ebdd
diff --git a/soscollector/hosts/redhat.py b/soscollector/hosts/redhat.py
21ebdd
index 33cec1f..774ecec 100644
21ebdd
--- a/soscollector/hosts/redhat.py
21ebdd
+++ b/soscollector/hosts/redhat.py
21ebdd
@@ -66,7 +66,7 @@ class RedHatCoreOSHost(RedHatHost):
21ebdd
 
21ebdd
     containerized = True
21ebdd
     container_runtime = 'podman'
21ebdd
-    container_image = 'registry.redhat.io/rhel7/support-tools'
21ebdd
+    container_image = 'registry.redhat.io/rhel8/support-tools'
21ebdd
     sos_path_strip = '/host'
21ebdd
 
21ebdd
     def check_enabled(self, rel_string):
21ebdd
-- 
21ebdd
2.17.2
21ebdd