GoogleContainerTools / container-debug-support

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

Reorganize and split into separate runtime components #25

Closed briandealwis closed 5 years ago

briandealwis commented 5 years ago

Split out the debug support runtime container image into separate images for each runtime component. Necessary as the .NET Core debug support files weigh in at a hefty 190MB.

Fixes #24

briandealwis commented 5 years ago

Good point on the extensions — it is a bit confusing. I flattened out the directories to share the install.sh, but that's such a tiny script that duplicating it isn't the end of the world.

briandealwis commented 5 years ago

Pulled in the Travis settings to test that the minor reorganization changes do what they're supposed to.