-
-
Notifications
You must be signed in to change notification settings - Fork 132
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Add caching of image files to build process #8
Comments
Cache (the hash of) this file: http://ppa.launchpad.net/ondrej/php/ubuntu/dists/focal/Release Done 🍏 |
Please send the usual €1 000 000 |
Actually building the image and checking it for changes would be the ultimate solution. But you may experiment with |
Adding a note, I wonder if we use "Build X" (BuildKit) as provided in this demo? https://github.com/docker/build-push-action |
To answer that you need someone who lives in the Docker ecosystem. |
Updated the notes above. Temporarily commented out the caching for now and will loop back to this later. Focusing on the structure for now. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Background
Caching will be helpful because:
Scenarios to consider
✅ When we want a build
base_image
(ubuntu:20.04)🛑 DO NOT build when
(notice we still need to build even if there are not updates for the
base_image
)Possible solutions
docker run ... /bin/bash -c "dpkg -l|shasum"
Related comment: 26723e7#r48044607
Next steps
The text was updated successfully, but these errors were encountered: