-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure image digest checksum before starting #673
Conversation
docker::run is a typeBreaking changes to this file WILL impact these 6 modules (exact match):Breaking changes to this file MAY impact these 21 modules (near match):
This module is declared in 6 of 575 indexed public
|
Hi @tmanninger, can you add an acceptance test to ensure that all works properly, and after we will be able to merge your contribution. Please ask for any help! Kind regards, |
Hi @adrianiurca, i added 2 accpetance tests, could you please review? Edit: why all the docker::run tests (and also my digest check) are not executed? |
Codecov Report
@@ Coverage Diff @@
## main #673 +/- ##
==========================================
+ Coverage 22.19% 22.60% +0.40%
==========================================
Files 20 20
Lines 757 761 +4
==========================================
+ Hits 168 172 +4
Misses 589 589
Continue to review full report at Codecov.
|
Hi @tmanninger, thank you for your contribution! kind regards, |
Hi,
i added an option to make sure, that the image is not modified before starting the image.