Use online checksums in Dockerfiles where possible
Open
area-dockerfiles
- Dominant language
- Dockerfile
- Stars
- 4.9k
- Forks
- 2k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 26
Description
Instead of having hardcoded checksum values, we should fetch checksum files from the internet at build time (where possible). In combination with https://github.com/dotnet/dotnet-docker/issues/6266, this makes our Dockerfiles more flexibility and makes them simpler to maintain.
- [x] .NET runtime/aspnet/sdk
- https://github.com/dotnet/dotnet-docker/pull/6508
- https://github.com/dotnet/dotnet-docker/pull/6511
Contributor guide
Assessment
This issue has not been assessed yet.