go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-rhel-8.toml (about)

     1  [commands."uname -s"]
     2  stdout = "Linux"
     3  
     4  [commands."uname -m"]
     5  stdout = "x86_64"
     6  
     7  [commands."uname -r"]
     8  stdout = "4.9.125-linuxkit"
     9  
    10  [files."/etc/redhat-release"]
    11  content = "Red Hat Enterprise Linux release 8.0 (Ootpa)"
    12  
    13  [files."/etc/os-release"]
    14  content = """
    15  NAME="Red Hat Enterprise Linux"
    16  VERSION="8.0 (Ootpa)"
    17  ID="rhel"
    18  ID_LIKE="fedora"
    19  VERSION_ID="8.0"
    20  PLATFORM_ID="platform:el8"
    21  PRETTY_NAME="Red Hat Enterprise Linux 8.0 (Ootpa)"
    22  ANSI_COLOR="0;31"
    23  CPE_NAME="cpe:/o:redhat:enterprise_linux:8.0:GA"
    24  HOME_URL="https://www.redhat.com/"
    25  BUG_REPORT_URL="https://bugzilla.redhat.com/"
    26  
    27  REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8"
    28  REDHAT_BUGZILLA_PRODUCT_VERSION=8.0
    29  REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
    30  REDHAT_SUPPORT_PRODUCT_VERSION="8.0"
    31  """