aboutsummaryrefslogblamecommitdiff
path: root/test/common-utils/rocky-8.sh
blob: d087318249fab58dab479de822933c94b4f03a51 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                       
                           
                        


               
#!/bin/bash

set -e

# Optional: Import test library
source dev-container-features-test-lib

# Definition specific tests
. /etc/os-release
check "non-root user" test "$(whoami)" = "devcontainer"
check "distro" test "${PLATFORM_ID}" = "platform:el8"
check "curl" curl --version
check "jq" jq  --version

# Report result
reportResults