mirror of
https://github.com/docker/compose.git
synced 2025-07-25 22:54:54 +02:00
Use alpine:3.13.12 to be unique across the test cases
Signed-off-by: Vedant Koditkar <vedant.koditkar@outlook.com>
This commit is contained in:
parent
4853ace155
commit
79ed1290a6
@ -151,7 +151,7 @@ func TestComposePull(t *testing.T) {
|
|||||||
|
|
||||||
t.Run("Verify skipped pull if image is already present locally", func(t *testing.T) {
|
t.Run("Verify skipped pull if image is already present locally", func(t *testing.T) {
|
||||||
// make sure the requied image is present
|
// make sure the requied image is present
|
||||||
c.RunDockerCmd(t, "pull", "alpine:3.13")
|
c.RunDockerCmd(t, "pull", "alpine:3.13.12")
|
||||||
|
|
||||||
res := c.RunDockerComposeCmd(t, "--project-directory", "fixtures/compose-pull/image-present-locally", "pull")
|
res := c.RunDockerComposeCmd(t, "--project-directory", "fixtures/compose-pull/image-present-locally", "pull")
|
||||||
output := res.Combined()
|
output := res.Combined()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
services:
|
services:
|
||||||
simple:
|
simple:
|
||||||
image: alpine:3.13
|
image: alpine:3.13.12
|
||||||
command: top
|
command: top
|
||||||
|
Loading…
x
Reference in New Issue
Block a user