go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-amazonlinux-2017.09.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/os-release"]
    11  content = """
    12  NAME="Amazon Linux AMI"
    13  VERSION="2017.09"
    14  ID="amzn"
    15  ID_LIKE="rhel fedora"
    16  VERSION_ID="2017.09"
    17  PRETTY_NAME="Amazon Linux AMI 2017.09"
    18  ANSI_COLOR="0;33"
    19  CPE_NAME="cpe:/o:amazon:linux:2017.09:ga"
    20  HOME_URL="http://aws.amazon.com/amazon-linux-ami/"
    21  """