1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

move tag to job

This commit is contained in:
Victor Vieux 2013-12-11 17:52:41 -08:00
parent b722f809e7
commit e43ff2f6f2
5 changed files with 32 additions and 25 deletions

View file

@ -1120,7 +1120,7 @@ func TestDeleteImages(t *testing.T) {
t.Fatal(err)
}
if err := srv.ContainerTag(unitTestImageName, "test", "test", false); err != nil {
if err := eng.Job("tag", unitTestImageName, "test", "test").Run(); err != nil {
t.Fatal(err)
}
images, err := srv.Images(false, "")