Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Ignore stage names in dockerfile verify #3881

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

slmsbrhgn
Copy link

Summary

Fixes #3880, allowing dockerfile verify to validate Dockerfiles where stage names are used in FROM statements

Release Note

  • Fixed bug that made dockerfile verify fail when a stage name was used in FROM statement

Documentation

N/A

Signed-off-by: slmsbrhgn <2136863+slmsbrhgn@users.noreply.github.com>
Copy link

codecov bot commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 36.72%. Comparing base (2ef6022) to head (6d3a32d).
Report is 215 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3881      +/-   ##
==========================================
- Coverage   40.10%   36.72%   -3.38%     
==========================================
  Files         155      203      +48     
  Lines       10044    12786    +2742     
==========================================
+ Hits         4028     4696     +668     
- Misses       5530     7507    +1977     
- Partials      486      583      +97     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dockerfile verify command fails when stage names are used in FROM
1 participant