cloudfoundry / cloudfoundry/dotnet-core-buildpack
Avoid installing SDK on container
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 97
- Forks
- 91
- Avg merge
- 1h
- Merged PRs (30d)
- 2
Description
With the upgrade to .NET 6, the SDK installation is taking up a lot more space. We are having to add space to our containers, and that is space that really isn't needed. Would it be possible to get a buildpack that only installs the runtime and not the SDK? We always deploy the published app so we don't need the SDK taking up space.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the buildpack's .NET 6 installation flow and how published applications are handled. Determine how a runtime-only option could fit the buildpack; done means published deployments no longer install the SDK while retaining the required runtime.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100