-
Notifications
You must be signed in to change notification settings - Fork 257
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
Multi stages build cache work only with last stage #148
Comments
This should now be possible with |
I see the base image cached locally as < none > : < none >
|
BTW There is connected topic to this issue |
@zivori something like this should work: docker tag 7dbdf83dd6a0 my-intermediate-image:latest
docker push my-intermediate-image:latest |
This is a full example of how I am doing multi-stage builds using
|
@AndrewMorsillo that's weird, would you mind posting the full output of the job? Does the
You can also use |
Hi, is @dhinu 's solution works for your case @kwladyka ? I don't see activities on docker/cli#666 either so just wondering. |
To be honest I don't remember. But as I remember I didn't find anything what satisfied me. I was loosing too much time to maintenance concurse. After all I moved to github actions. But you can always make additional image in the middle. So download all dependencies etc. and make a |
@kwladyka thx for the response. Since the solution is presented and we are not going to add more features to this resource I will close this issue now. Bon voyage with Github actions! |
Dockerfile
It looks like only this part (last step) is cached:
Is it possible to improve?
The text was updated successfully, but these errors were encountered: