mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-05 12:44:54 +01:00
The client ContainerCreate() method now takes an optional Platform argument, but we'll just pass `nil` in for now. In integration tests, recognize when ContainerWait(WaitConditionNextExit) timed out because the container had already exited and work around it. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>