Uh oh!
There was an error while loading. Please reload this page.
Add protocol field to PullAndExtractOptions - #6
Conversation
Replace the manual release workflow with release-plz, which automatically opens release PRs with version bumps and changelog updates, then tags, creates GitHub Releases, and publishes to crates.io on merge. Closes ALIEN-15 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Allows callers to specify HTTP vs HTTPS when pulling images. Defaults to HTTPS. Needed for pulling from localhost registries (embedded local OCI registry in alien-manager). ALIEN-16 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
ALIEN-16 Release dockdash 0.2.0 with protocol support for PullAndExtractOptionsContextThe Changes needed
WhyThe alien-manager now starts an embedded local OCI registry for After publishingUpdate |
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
…-dockdash-020-with-protocol-support-for
Uh oh!
There was an error while loading. Please reload this page.
Summary
protocol: ClientProtocolfield toPullAndExtractOptions(defaults to HTTPS)protocol()builder method toImageBuilderpull_and_extract()andbuild()Why
The alien-manager starts an embedded local OCI registry for
alien serve. The local platform needs to pull images from this registry over HTTP. Without the protocol field, pulls fail with TLS errors.Test plan
cargo checkpassesResolves ALIEN-16
🤖 Generated with Claude Code