mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 18:12:43 -05:00
7 lines
228 B
Bash
Executable File
7 lines
228 B
Bash
Executable File
#!/bin/sh
|
|
# This is a a script to get the information about the linux container.
|
|
# Used in release smoke tests.
|
|
|
|
uname -a # uname information
|
|
cat /etc/os-release # OS version information
|
|
ldd --version # glibc version information |