Skip to content

Commit 729c9ab

Browse files
authored
fix(marketplace): return id in image get command (#3920)
1 parent 54293ce commit 729c9ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/namespaces/marketplace/v2/custom_marshal.go

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ func imageMarshalerFunc(i interface{}, opt *human.MarshalOpt) (string, error) {
2828
ValidUntil *time.Time
2929
Description string
3030
}{
31+
ID: image.ID,
3132
Label: image.Label,
3233
Name: image.Name,
3334
Description: image.Description,

0 commit comments

Comments
 (0)