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

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