mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
feat(compose): add InspectRemoteImage api endpoint to inspect images in registry
This commit is contained in:
@@ -118,6 +118,8 @@ message InspectRemoteImageResponse {
|
||||
|
||||
message RemoteImage {
|
||||
Metadata metadata = 1;
|
||||
// Raw manifest data (JSON).
|
||||
bytes manifest = 2;
|
||||
// Image reference in the canonical form with the digest.
|
||||
string reference = 2;
|
||||
// Raw JSON manifest from the registry.
|
||||
bytes manifest = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user