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 8f4b96f19e64b96df9d8c43208cefb113715ccbf) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 584c0857ab21895e62feac686448085113c6c977 Component: engine
This commit is contained in:
committed by
Sebastiaan van Stijn
parent
6532144af4
commit
b0ff7b744e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user