-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Unable to pre-fetch an image when using build-args in FROM #3238
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe this is a mistake, please reply to this comment to keep it open. If there isn't one already, a PR to fix or at least reproduce the problem in a test case will always help us get back on track to tackle this. |
It would be great if the issue stays open, because the problem still exists. |
I've also come across this issue when trying to move our tests to using I'll try and contribute a PR if i can get around to it |
Would be great to see this resolved. Is anything special missing from the PR? I was willing to contribute one as well, but seeing as how there's one opened already, I'd rather see it merged 👍 |
We still face this issue. Can someone please have a look at #6119 to get this fixed? |
So the problem is still sticking around after 3.5years... We fixed this a few years ago internally for one of our non public projects and now open sourced these fixes in our own implementation of ImageBuilder. |
I'm happy to rebase my pending PR if someone will finally review it. We also have workarounds in place for this, that I'd really like to get rid of. |
We are using the following:
Dockerfile
This throws an exception, as it trys to pre-fetch an image:
It would be nice
The text was updated successfully, but these errors were encountered: