docker: Bump docker dependencies, add containerd
These dependencies are maintained because the upstream repos bundle vendor directories into the repos, which cause namespacing issues during build. Git submodules don't strip the vendor directory whereas most vendoring tools would. Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
@@ -310,7 +310,7 @@ func (obj *DockerContainerRes) CheckApply(apply bool) (bool, error) {
|
||||
}
|
||||
}
|
||||
|
||||
c, err := obj.client.ContainerCreate(ctx, containerConfig, hostConfig, nil, obj.Name())
|
||||
c, err := obj.client.ContainerCreate(ctx, containerConfig, hostConfig, nil, nil, obj.Name())
|
||||
if err != nil {
|
||||
return false, errwrap.Wrapf(err, "error creating container")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user