integration: have container.Create call compile

For reference on why this is needed:
https://github.com/docker/engine/pull/280#issuecomment-502056661

Signed-off-by: Tibor Vass <tibor@docker.com>
(cherry picked from commit 8f4b96f19e)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Tibor Vass 2019-06-14 18:23:21 +00:00 committed by Sebastiaan van Stijn
parent 8677bbe3f3
commit 584c0857ab
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -105,7 +105,7 @@ func TestCopyFromContainer(t *testing.T) {
assert.NilError(t, err)
assert.Assert(t, imageID != "")
cid := container.Create(ctx, t, apiClient, container.WithImage(imageID))
cid := container.Create(t, ctx, apiClient, container.WithImage(imageID))
for _, x := range []struct {
src string