-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
Description
Seems this has been intermittently failing on master on quite a few PRs, which is confusing as the busybox image is queried to get its ID (and that never fails). Can't reproduce locally so hard to determine what part of this is failing.
----------------------------------------------------------------------
FAIL: docker_cli_inspect_test.go:346: DockerSuite.TestInspectByPrefix
docker_cli_inspect_test.go:352:
c.Assert(err, checker.IsNil)
... value *errors.errorString = &errors.errorString{s:"failed to inspect container sha256:aa5: Error: No such image or container: sha256:aa5\n"} ("failed to inspect container sha256:aa5: Error: No such image or container: sha256:aa5\n")
----------------------------------------------------------------------
ping @tonistiigi @aaronlehmann
Reactions are currently unavailable