mirror of
https://github.com/moby/moby.git
synced 2026-08-04 23:21:00 +00:00
integration-cli: remove deprecated buildImageSuccessfully utility
This was deprecated in 50c4475df6, which
introduced the cli test-utils package.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -471,7 +471,7 @@ func (s *DockerCLIVolumeSuite) TestDuplicateMountpointsForVolumesFrom(c *testing
|
||||
testRequires(c, DaemonIsLinux)
|
||||
|
||||
const imgName = "vimage"
|
||||
buildImageSuccessfully(c, imgName, build.WithDockerfile(`
|
||||
cli.BuildCmd(c, imgName, build.WithDockerfile(`
|
||||
FROM busybox
|
||||
VOLUME ["/tmp/data"]`))
|
||||
|
||||
@@ -512,7 +512,7 @@ func (s *DockerCLIVolumeSuite) TestDuplicateMountpointsForVolumesFromAndBind(c *
|
||||
testRequires(c, DaemonIsLinux)
|
||||
|
||||
const imgName = "vimage"
|
||||
buildImageSuccessfully(c, imgName, build.WithDockerfile(`
|
||||
cli.BuildCmd(c, imgName, build.WithDockerfile(`
|
||||
FROM busybox
|
||||
VOLUME ["/tmp/data"]`))
|
||||
|
||||
@@ -554,7 +554,7 @@ func (s *DockerCLIVolumeSuite) TestDuplicateMountpointsForVolumesFromAndMounts(c
|
||||
testRequires(c, testEnv.IsLocalDaemon, DaemonIsLinux)
|
||||
|
||||
const imgName = "vimage"
|
||||
buildImageSuccessfully(c, imgName, build.WithDockerfile(`
|
||||
cli.BuildCmd(c, imgName, build.WithDockerfile(`
|
||||
FROM busybox
|
||||
VOLUME ["/tmp/data"]`))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user