go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-fedora29.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.184-linuxkit"
     9  
    10  [files."/etc/redhat-release"]
    11  content = "Fedora release 29 (Twenty Nine)"
    12  
    13  [files."/etc/fedora-release"]
    14  content = "Fedora release 29 (Twenty Nine)"
    15  
    16  [files."/etc/os-release"]
    17  content = """
    18  NAME=Fedora
    19  VERSION="29 (Container Image)"
    20  ID=fedora
    21  VERSION_ID=29
    22  VERSION_CODENAME=""
    23  PLATFORM_ID="platform:f29"
    24  PRETTY_NAME="Fedora 29 (Container Image)"
    25  ANSI_COLOR="0;34"
    26  LOGO=fedora-logo-icon
    27  CPE_NAME="cpe:/o:fedoraproject:fedora:29"
    28  HOME_URL="https://fedoraproject.org/"
    29  DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f29/system-administrators-guide/"
    30  SUPPORT_URL="https://fedoraproject.org/wiki/Communicating_and_getting_help"
    31  BUG_REPORT_URL="https://bugzilla.redhat.com/"
    32  REDHAT_BUGZILLA_PRODUCT="Fedora"
    33  REDHAT_BUGZILLA_PRODUCT_VERSION=29
    34  REDHAT_SUPPORT_PRODUCT="Fedora"
    35  REDHAT_SUPPORT_PRODUCT_VERSION=29
    36  PRIVACY_POLICY_URL="https://fedoraproject.org/wiki/Legal:PrivacyPolicy"
    37  VARIANT="Container Image"
    38  VARIANT_ID=container
    39  """