Images: list / pull / delete (#2)#17
Merged
Merged
Conversation
- ContainerImage model (reference + short digest) - ImageEngine protocol; SDKImageEngine lists via the SDK (ClientImage.list) and pulls/deletes via the container CLI (SDK pull needs a ContainerSystemConfig the CLI resolves) - AppState: images state + loadImages/pullImage/deleteImage - ImagesWindow: list with delete + a pull-by-reference bar; opened from the panel footer - Tests: image command arg-building + short-digest formatting (27 tests pass) - Verified live: lists real daemon images; pull/delete arg-built Closes #2
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.
Adds an Images surface (opened from the panel footer): list local images, pull by
reference, delete.
ContainerImagemodel (reference + short digest).ImageEngineprotocol;SDKImageEnginelists via the SDK (ClientImage.list) andpulls/deletes via the
container image …CLI (SDKpullrequires aContainerSystemConfigthe CLI resolves for us — same pattern as create/logs).
AppStateimage state +loadImages/pullImage/deleteImage.ImagesWindow: image list with delete + a pull-by-reference bar.Verified live (macOS 26, container 1.0.0)
Rendered the real Images window against the daemon — lists all local images (alpine, nginx,
redis, …) with digests; pull/delete arg-building unit-tested. 27 ConsaiCore tests pass.
Closes #2