go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-oracle8.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/oracle-release"]
    14  content = "Oracle Linux Server release 8.0  "
    15  
    16  [files."/etc/os-release"]
    17  content = """
    18  NAME="Oracle Linux Server"
    19  VERSION="8.0"
    20  ID="ol"
    21  ID_LIKE="fedora"
    22  VARIANT="Server"
    23  VARIANT_ID="server"
    24  VERSION_ID="8.0"
    25  PLATFORM_ID="platform:el8"
    26  PRETTY_NAME="Oracle Linux Server 8.0"
    27  ANSI_COLOR="0;31"
    28  CPE_NAME="cpe:/o:oracle:linux:8:0:server"
    29  HOME_URL="https://linux.oracle.com/"
    30  BUG_REPORT_URL="https://bugzilla.oracle.com/"
    31  
    32  ORACLE_BUGZILLA_PRODUCT="Oracle Linux 8"
    33  ORACLE_BUGZILLA_PRODUCT_VERSION=8.0
    34  ORACLE_SUPPORT_PRODUCT="Oracle Linux"
    35  ORACLE_SUPPORT_PRODUCT_VERSION=8.0
    36  """