fix: support local multi-arch image releases - #505
Merged
alongubkin merged 1 commit intoAug 27, 2026
Merged
Conversation
Greptile SummaryThis PR updates the embedded container-registry dependency to support OCI image indexes and changes the manager proxy fixture to exercise that production registry implementation.
Confidence Score: 5/5The PR appears safe to merge, with no concrete changed-code defect identified. The dependency update remains compatible with the registry APIs used by production and test code, and the new fixture and regression test correctly exercise OCI index forwarding through the manager proxy.
|
| Filename | Overview |
|---|---|
| Cargo.toml | Updates the shared container-registry Git revision used by the local registry implementation. |
| Cargo.lock | Locks all workspace users of container-registry to the updated commit without changing its recorded transitive dependency set. |
| crates/alien-manager/tests/registry_proxy_test.rs | Uses the production embedded registry fixture and adds focused coverage for forwarding an OCI image index through the authenticated manager proxy. |
Sequence Diagram
sequenceDiagram
participant T as Proxy regression test
participant M as Manager registry proxy
participant R as Embedded local registry
T->>M: PUT OCI image index with admin token
M->>M: Authorize registry push
M->>R: Forward index and OCI content type
R-->>M: 201 Created
M-->>T: 201 Created
Reviews (1): Last reviewed commit: "fix: support local multi-arch image rele..." | Re-trigger Greptile
alongubkin
deleted the
alon/alien-585-alien-dev-release-rejects-rebuilt-multi-arch-manifest
branch
August 27, 2026 02:34
1 task
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
Depends on alienplatform/container_registry-rs#1.
Verification
cargo testin the registry fork (11 unit/integration tests plus doc tests)cargo nextest run -p alien-manager --test registry_proxy_test(9 passed, 1 existing leaky test, 1 skipped)cargo build -p alien-cli --all-featuresalien dev release --jsoninexamples/event-pipeline-tsproduced releaserel_dXTTW0hLse703MNX6kKTpRY48mokLinear: ALIEN-585