Skip to content
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

Use Canonical-published checksums for installing Chisel tool #5920

Open
lbussell opened this issue Sep 26, 2024 · 0 comments
Open

Use Canonical-published checksums for installing Chisel tool #5920

lbussell opened this issue Sep 26, 2024 · 0 comments
Assignees

Comments

@lbussell
Copy link
Contributor

Currently in update-dependencies, we manually calculate checksums for Chisel:

protected override string? GetValue()
{
string? downloadUrl = base.GetValue();
if (downloadUrl is null)
{
return null;
}
return ChecksumHelper.ComputeChecksumShaAsync(s_httpClient, downloadUrl).Result;
}

For future releases, Canonical will compute and publish their own checksums. We should use those once they're available:

@github-project-automation github-project-automation bot moved this to Backlog in .NET Docker Sep 26, 2024
@lbussell lbussell moved this from Backlog to Tracking in .NET Docker Sep 30, 2024
@lbussell lbussell moved this from Tracking to Sprint in .NET Docker Oct 14, 2024
@lbussell lbussell moved this from Sprint to Current Release in .NET Docker Oct 14, 2024
@lbussell lbussell moved this from Current Release to Sprint in .NET Docker Oct 14, 2024
@lbussell lbussell self-assigned this Oct 14, 2024
@lbussell lbussell moved this from Sprint to Current Release in .NET Docker Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Sprint
Development

No branches or pull requests

1 participant