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:
parent
8677bbe3f3
commit
584c0857ab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue