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

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