Merge pull request #13527 from machacekondra/set_raw_image_name_for_play_kube

Set rawimage for containers created via play kube
This commit is contained in:
OpenShift Merge Robot
2022-03-17 11:18:01 +01:00
committed by GitHub

View File

@@ -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