mirror of
https://github.com/turbot/steampipe.git
synced 2026-04-12 01:00:04 -04: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 |