Skip to content

Commit

Permalink
Merge pull request #5883 from abitrolly/patch-3
Browse files Browse the repository at this point in the history
Return labes in API (fixes #5882)
  • Loading branch information
openshift-merge-robot authored Apr 21, 2020
2 parents b771467 + 48e7bae commit 89276a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/handlers/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ func ImageDataToImageInspect(ctx context.Context, l *libpodImage.Image) (*ImageI
// NetworkDisabled: false,
// MacAddress: "",
// OnBuild: nil,
// Labels: nil,
Labels: info.Labels,
// StopSignal: "",
// StopTimeout: nil,
// Shell: nil,
Expand Down

0 comments on commit 89276a5

Please sign in to comment.