14 lines
162 B
Bash
14 lines
162 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -exo pipefail
|
|
|
|
uname -r
|
|
|
|
rpm -q \
|
|
bats \
|
|
containers-common \
|
|
skopeo \
|
|
skopeo-tests \
|
|
|
|
bats /usr/share/skopeo/test/system
|