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

Support local images with simple names #798

Merged
merged 1 commit into from
Feb 25, 2023
Merged

Conversation

orlangure
Copy link
Owner

Previously only full image names were supported (library/something or user/something), but often people want to run tests using local images that they have after running docker builds, like "sample-image".

Fixes #795

@codecov-commenter
Copy link

codecov-commenter commented Feb 2, 2023

Codecov Report

Base: 85.94% // Head: 85.87% // Decreases project coverage by -0.08% ⚠️

Coverage data is based on head (aa90bd9) compared to base (4f346d5).
Patch coverage: 0.00% of modified lines in pull request are covered.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #798      +/-   ##
==========================================
- Coverage   85.94%   85.87%   -0.08%     
==========================================
  Files          50       50              
  Lines        2348     2350       +2     
==========================================
  Hits         2018     2018              
- Misses        172      173       +1     
- Partials      158      159       +1     
Impacted Files Coverage Δ
docker.go 89.91% <0.00%> (-0.74%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Previously only full image names were supported (library/something or
user/something), but often people want to run tests using local images
that they have after running docker builds, like "sample-image".
@orlangure orlangure marked this pull request as ready for review February 25, 2023 18:57
@orlangure orlangure merged commit facf936 into master Feb 25, 2023
@orlangure orlangure deleted the fix-local-simple-image branch February 25, 2023 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: WithUseLocalImagesFirst() doesn't work with local only images
2 participants