mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-20 22:59:42 -05:00
fix: Update shasum of busybox:1.35.0 tag
This commit is contained in:
parent
bdaec499d8
commit
291c90e61b
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ func TestAccDockerImageDataSource_withSpecificTag(t *testing.T) {
|
||||||
Config: loadTestConfiguration(t, DATA_SOURCE, "docker_image", "testAccDockerImageDataSourceWithSpecificTag"),
|
Config: loadTestConfiguration(t, DATA_SOURCE, "docker_image", "testAccDockerImageDataSourceWithSpecificTag"),
|
||||||
Check: resource.ComposeTestCheckFunc(
|
Check: resource.ComposeTestCheckFunc(
|
||||||
resource.TestCheckResourceAttr("data.docker_image.foo", "name", imageName),
|
resource.TestCheckResourceAttr("data.docker_image.foo", "name", imageName),
|
||||||
resource.TestCheckResourceAttr("data.docker_image.foo", "repo_digest", "busybox@sha256:b8f68c62fe862281bf598060f15cb080ef778dc9db19f136d19a3531ffcb9aa0"),
|
resource.TestCheckResourceAttr("data.docker_image.foo", "repo_digest", "busybox@sha256:d7f4aada301c0f13d93ceed62fef318c195c38bf430fc8bfbdf1d850514422ff"),
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue