Add protocol field to PullAndExtractOptions#6
Merged
alongubkin merged 3 commits intoApr 12, 2026
Merged
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 PullAndExtractOptions
ContextThe 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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