Browse Source

More consistent docker build test

Guillaume J. Charmes 12 năm trước cách đây
mục cha
commit
6d6a03dfba
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      builder_test.go

+ 1 - 1
builder_test.go

@@ -9,7 +9,7 @@ const Dockerfile = `
 # VERSION		0.1
 # DOCKER-VERSION	0.2
 
-from   docker-ut
+from   ` + unitTestImageName + `
 run    sh -c 'echo root:testpass > /tmp/passwd'
 run    mkdir -p /var/run/sshd
 insert https://raw.github.com/dotcloud/docker/master/CHANGELOG.md /tmp/CHANGELOG.md