go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-alpine-edge.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.19.121-linuxkit"
     9  
    10  [files."/etc/os-release"]
    11  content = """
    12  NAME="Alpine Linux"
    13  ID=alpine
    14  VERSION_ID=3.13.0_alpha20201218
    15  PRETTY_NAME="Alpine Linux edge"
    16  HOME_URL="https://alpinelinux.org/"
    17  BUG_REPORT_URL="https://bugs.alpinelinux.org/"
    18  """
    19  
    20  [files."/etc/alpine-release"]
    21  content = "3.13.0_alpha20201218"