-
Notifications
You must be signed in to change notification settings - Fork 785
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
Intelligent cache of ADD --checksum download #5685
Labels
Comments
A friendly reminder that this issue had no activity for 30 days. |
A friendly reminder that this issue had no activity for 30 days. |
Not stale |
@flouthoc PTAL |
I'll take a look at this. |
A friendly reminder that this issue had no activity for 30 days. |
Not stale. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to see the following feature in Buildah, to achieve feature parity with Buildkit.
Suppose we have the following Dockerfile (or Containerfile):
This should not pull down any file from sourceware.org if the file is already in cache and has the specified SHA256 checksum. If the local file has the same checksum as the one in the URL there is no reason to download anything.
Note that this is cached, but only so after the source has been downloaded, thus fairly useless for my use case.
The text was updated successfully, but these errors were encountered: