Skip to content

Commit

Permalink
Merge pull request #13527 from machacekondra/set_raw_image_name_for_p…
Browse files Browse the repository at this point in the history
…lay_kube

Set rawimage for containers created via play kube
  • Loading branch information
openshift-merge-robot authored Mar 17, 2022
2 parents 6ce9677 + 449f2fc commit ecd2746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/domain/infra/abi/play.go
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ func (ic *ContainerEngine) playKubePod(ctx context.Context, podName string, podY
if err != nil {
return nil, err
}
specGen.RawImageName = container.Image
rtSpec, spec, opts, err := generate.MakeContainer(ctx, ic.Libpod, specGen, false, nil)
if err != nil {
return nil, err
Expand Down

0 comments on commit ecd2746

Please sign in to comment.