-
Notifications
You must be signed in to change notification settings - Fork 642
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
Bug: Docker Multistage Build labeled stage is not detected #1443
Comments
Hi, A simple project exhibiting the issue is attached to ease reproducing the issue: Trying to narrow the problem down shows that building with plugin version 0.28.0 passes with flying color when it fails quick & hard with plugin version 0.29.0. Scanning through the 0.29.0 changelog hints that pull request #1057 is probably the culprit: instead of attempting to pull the first base image only, it attempts to do so with each and every base image (declared with |
@davoustp : Thanks for the investigation, Would it be possible to submit a fix for this issue? |
Forking now and checking what can be done. |
@davoustp : Thanks a lot! |
Done. Sonar analysis fails as it looks it required more permission than I have. |
Don't worry about it, our sonar job is failing right now due to removal of sonarcube token. I'll probably remove it or add new token |
Description
Mutlistage Docker Build is failing if named stage is used as a base later:
Info
Example Dockerfile:
Error:
The text was updated successfully, but these errors were encountered: