provider/docker: [tests] change images
use a base image with a long running process - fixes container tests
This commit is contained in:
parent
b686898d62
commit
4981d7d28c
|
@ -53,7 +53,7 @@ func testAccContainerRunning(n string) resource.TestCheckFunc {
|
|||
|
||||
const testAccDockerContainerConfig = `
|
||||
resource "docker_image" "foo" {
|
||||
name = "ubuntu:trusty-20150320"
|
||||
name = "nginx:latest"
|
||||
}
|
||||
|
||||
resource "docker_container" "foo" {
|
||||
|
|
Loading…
Reference in New Issue