Skip to content

Commit

Permalink
Merge pull request #1277 from stgraber/main
Browse files Browse the repository at this point in the history
client: Capture original OCI image identifier
  • Loading branch information
hallyn authored Oct 2, 2024
2 parents 0879fd0 + cc12cad commit 16a813c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/oci_images.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func (r *ProtocolOCI) GetImage(fingerprint string) (*api.Image, string, error) {
"architecture": info.Architecture,
"type": "oci",
"description": fmt.Sprintf("%s (OCI)", info.Name),
"id": info.Alias,
},
},
Aliases: []api.ImageAlias{{
Expand Down

0 comments on commit 16a813c

Please sign in to comment.