update to use containerd seccomp package
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
9ff5e389ff
commit
09243b740c
8199 changed files with 30742 additions and 1598219 deletions
21
vendor/github.com/docker/cli/internal/test/environment/testenv.go
generated
vendored
21
vendor/github.com/docker/cli/internal/test/environment/testenv.go
generated
vendored
|
@ -1,21 +0,0 @@
|
|||
package environment
|
||||
|
||||
import (
|
||||
"os"
|
||||
"time"
|
||||
|
||||
"github.com/gotestyourself/gotestyourself/poll"
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
// Setup a new environment
|
||||
func Setup() error {
|
||||
dockerHost := os.Getenv("TEST_DOCKER_HOST")
|
||||
if dockerHost == "" {
|
||||
return errors.New("$TEST_DOCKER_HOST must be set")
|
||||
}
|
||||
return os.Setenv("DOCKER_HOST", dockerHost)
|
||||
}
|
||||
|
||||
// DefaultPollSettings used with gotestyourself/poll
|
||||
var DefaultPollSettings = poll.WithDelay(100 * time.Millisecond)
|
Loading…
Add table
Add a link
Reference in a new issue