go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-rocky-linux-8.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.76-linuxkit"
     9  
    10  [files."/etc/redhat-release"]
    11  content = "Rocky Linux release 8.5 (Green Obsidian)"
    12  
    13  [files."/etc/centos-release"]
    14  content = "Rocky Linux release 8.5 (Green Obsidian)"
    15  
    16  [files."/etc/rocky-release"]
    17  content = "Rocky Linux release 8.5 (Green Obsidian)"
    18  
    19  [files."/etc/os-release"]
    20  content = """
    21  NAME="Rocky Linux"
    22  VERSION="8.5 (Green Obsidian)"
    23  ID="rocky"
    24  ID_LIKE="rhel centos fedora"
    25  VERSION_ID="8.5"
    26  PLATFORM_ID="platform:el8"
    27  PRETTY_NAME="Rocky Linux 8.5 (Green Obsidian)"
    28  ANSI_COLOR="0;32"
    29  CPE_NAME="cpe:/o:rocky:rocky:8.5:GA"
    30  HOME_URL="https://rockylinux.org/"
    31  BUG_REPORT_URL="https://bugs.rockylinux.org/"
    32  ROCKY_SUPPORT_PRODUCT="Rocky Linux"
    33  ROCKY_SUPPORT_PRODUCT_VERSION="8"
    34  """