Skip to content
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

Merged
merged 9 commits into from
Nov 2, 2020
Merged

Ensure image digest checksum before starting #673

merged 9 commits into from
Nov 2, 2020

Conversation

tmanninger
Copy link

Hi,

i added an option to make sure, that the image is not modified before starting the image.

@tmanninger tmanninger requested a review from a team as a code owner October 21, 2020 06:06
@puppet-community-rangefinder
Copy link

docker::run is a type

Breaking 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 Puppetfiles.


These results were generated with Rangefinder, a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.

Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.

@adrianiurca
Copy link
Contributor

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,
@adrianiurca

@tmanninger
Copy link
Author

tmanninger commented Oct 27, 2020

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-io
Copy link

codecov-io commented Oct 27, 2020

Codecov Report

Merging #673 into main will increase coverage by 0.40%.
The diff coverage is n/a.

Impacted file tree graph

@@            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              
Impacted Files Coverage Δ
lib/puppet/provider/docker_network/ruby.rb 53.84% <0.00%> (+3.84%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8a2a029...afb0249. Read the comment docs.

@adrianiurca
Copy link
Contributor

Hi @tmanninger, thank you for your contribution!

kind regards,
@adrianiurca

@adrianiurca adrianiurca merged commit d811930 into puppetlabs:main Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants