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

     1  [commands."uname -s"]
     2  stdout = "Linux"
     3  
     4  [commands."uname -m"]
     5  stdout = "aarch64"
     6  
     7  [commands."uname -r"]
     8  stdout = "5.10.104-linuxkit"
     9  
    10  [files."/etc/redhat-release"]
    11  content = "Rocky Linux release 9.0 (Blue Onyx)"
    12  
    13  [files."/etc/rocky-release"]
    14  content = "Rocky Linux release 9.0 (Blue Onyx)"
    15  
    16  [files."/etc/os-release"]
    17  content = """
    18  NAME="Rocky Linux"
    19  VERSION="9.0 (Blue Onyx)"
    20  ID="rocky"
    21  ID_LIKE="rhel centos fedora"
    22  VERSION_ID="9.0"
    23  PLATFORM_ID="platform:el9"
    24  PRETTY_NAME="Rocky Linux 9.0 (Blue Onyx)"
    25  ANSI_COLOR="0;32"
    26  LOGO="fedora-logo-icon"
    27  CPE_NAME="cpe:/o:rocky:rocky:9::baseos"
    28  HOME_URL="https://rockylinux.org/"
    29  BUG_REPORT_URL="https://bugs.rockylinux.org/"
    30  ROCKY_SUPPORT_PRODUCT="Rocky-Linux-9"
    31  ROCKY_SUPPORT_PRODUCT_VERSION="9.0"
    32  REDHAT_SUPPORT_PRODUCT="Rocky Linux"
    33  REDHAT_SUPPORT_PRODUCT_VERSION="9.0"
    34  """