GoogleContainerTools / container-debug-support

Language-runtime support files for in-container debugging
Apache License 2.0
93 stars 25 forks source link

chore: use curl image for netcore for faster build #99

Closed briandealwis closed 2 years ago

briandealwis commented 2 years ago

The .NET Core helper image build simply downloads and extracts vsdbg using a Microsoft-provided script. The script doesn't actually need a .NET Core installation to run. So speed up the netcore image build by using the much smaller curl base image and use BuildKit-style multiplatform build to avoid having to run under emulation.