-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a test in Dockerfile directly to check the version
Otherwise when a wrong stream is installed, it's only found by scl test, which is too late in the process and might even go through uncought, especially when the scl test is removed for non-SCL distros at some point.
- Loading branch information
Showing
10 changed files
with
10 additions
and
1 deletion.
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
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
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
Submodule common
updated
31 files
+39 −55 | .github/workflows/container-tests.yml | |
+0 −22 | .github/workflows/differential-shellcheck.yml | |
+1 −1 | .github/workflows/sanity-tests.yaml | |
+2 −1 | .pre-commit-config.yaml | |
+5 −0 | .travis.yml | |
+18 −12 | Makefile | |
+6 −9 | README.md | |
+4 −16 | betka.py | |
+63 −17 | build.sh | |
+8 −6 | clean.sh | |
+18 −13 | common.mk | |
+191 −0 | generate.sh | |
+0 −202 | generator.py | |
+0 −148 | push_as_submodule.sh | |
+4 −54 | shared-scripts/core/usr/bin/cgroup-limits | |
+25 −0 | squash.py | |
+7 −1 | tag.sh | |
+40 −102 | test-lib-openshift.sh | |
+33 −49 | test-lib-remote-openshift.sh | |
+8 −26 | test-lib.sh | |
+2 −8 | test-openshift.yaml | |
+0 −8 | test.sh | |
+1 −2 | tests/failures/check/Makefile | |
+0 −3 | tests/failures/check/check_skip_squash.sh | |
+1 −0 | tests/failures/check/common | |
+0 −2 | tests/failures/check/v0/Dockerfile.rhel9 | |
+61 −70 | tests/remote-containers.sh | |
+1 −0 | tests/squash/.gitignore | |
+24 −0 | tests/squash/squash.sh | |
+1 −1 | tests/test-lib/image_availability | |
+0 −36 | tests/test-lib/run_all_tests |