-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow common-utils to be installed on "minimal" RHEL-based distributi…
…ons (#811) * allow common-utils to be installed on "minimal" RHEL-based distributions. * bump version to reflect bug fix * add missing test scripts for alma scenarios --------- Co-authored-by: Jeff Putsch <[email protected]>
- Loading branch information
1 parent
4697d25
commit 3e0c0ae
Showing
9 changed files
with
147 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/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:el9" | ||
check "curl" curl --version | ||
check "jq" jq --version | ||
|
||
# Report result | ||
reportResults |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/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:el9" | ||
check "curl" curl --version | ||
check "jq" jq --version | ||
|
||
# Report result | ||
reportResults |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/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:el9" | ||
check "curl" curl --version | ||
check "jq" jq --version | ||
|
||
# Report result | ||
reportResults |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters