mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Multi-arch: fix TestBuildOnDisabledBridgeNetworkDaemon
Fixes the test by loading in the architecture specific busybox image when the test daemon starts. Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com> Upstream-commit: 7832e2ae82ae56e9719c6930b054f643285a79b3 Component: engine
This commit is contained in:
@@ -2322,7 +2322,7 @@ func (s *DockerDaemonSuite) TestDaemonMaxConcurrencyWithConfigFileReload(c *chec
|
||||
}
|
||||
|
||||
func (s *DockerDaemonSuite) TestBuildOnDisabledBridgeNetworkDaemon(c *check.C) {
|
||||
err := s.d.Start("-b=none", "--iptables=false")
|
||||
err := s.d.StartWithBusybox("-b=none", "--iptables=false")
|
||||
c.Assert(err, check.IsNil)
|
||||
s.d.c.Logf("dockerBinary %s", dockerBinary)
|
||||
out, code, err := s.d.buildImageWithOut("busyboxs",
|
||||
|
||||
Reference in New Issue
Block a user