You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
client.alloc_runner.task_runner: running driver failed: alloc_id= task= error="rpc error: code = Unknown desc = failed to start task, could not inspect container : json: cannot unmarshal array into Go struct field InspectContainerConfig.Config.Entrypoint of type string
It looks like the field is not being used right now so the easier workaround might be just remove it from the struct?
The text was updated successfully, but these errors were encountered:
Hi folks,
It seems that podman 5.0 changed InspectContainerConfig.Config.EntryPoint from string to an array, which causes an unmarshal error:
It looks like the field is not being used right now so the easier workaround might be just remove it from the struct?
The text was updated successfully, but these errors were encountered: