feat(provider): early proxy configuration in instances
Metadata
Current evaluation
Merged. Configures HTTP proxying before base instance setup to enable package downloads through proxies, adding a hook for base setup packages. Resolves #839. Approved by two reviewers with all CI checks passing.
Suggested action: —
No scores available.
Issue body
Configure HTTP proxying before the base setup to allow new packages
to be downloaded through the proxy, and add a hook to configure
proxies in packages installed as part of the base setup.
Fixes #839
- [ ] Have you followed the guidelines for contributing?
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `make lint && make test`?
- [ ] Have you added an entry to the changelog (`docs/reference/changelog.rst`)?
---
CRAFT-4679
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged. Configures HTTP proxying before base instance setup to enable package downloads through proxies, adding a hook for base setup packages. Resolves #839. Approved by two reviewers with all CI checks passing. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged: Configures HTTP proxying before base instance setup to enable package downloads and adds a proxy hook for base packages. Resolves #839 and addresses CRAFT-4679. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #79 feat(provider): expose a way to configure instance packages | craft-application | merged | Merged into main. Exposes configuration for distro-specific instance packages in the ProviderService. Approved by two reviewers, passed CI, and achieved 100% diff coverage. | |
| #426 feat(provider): use standard library to get proxies | craft-application | merged | Merged after two reviewer approvals, the change refactors the provider module to retrieve proxies using the standard library instead of a third-party dependency, updating two files with 60 additions and 3 deletions. |