We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use blob sha256 to generate taskID.
func TaskID(url string, meta *commonv1.UrlMeta) string { return taskID(url, meta, false) }
Currently dragonfly use image download url to generate task ID.
Two different image share some same blobs. If image repo not the same, the url is not same. So task ID are different.The same cache will missed.
The text was updated successfully, but these errors were encountered:
make sense
Sorry, something went wrong.
I will consider implementing in the rust client.
gaius-qi
No branches or pull requests
Feature request:
Use blob sha256 to generate taskID.
Currently dragonfly use image download url to generate task ID.
Use case:
Two different image share some same blobs. If image repo not the same, the url is not same. So task ID are different.The same cache will missed.
UI Example:
The text was updated successfully, but these errors were encountered: