testcontainers-java icon indicating copy to clipboard operation
testcontainers-java copied to clipboard

Ability to specify the image pull policy in the DockerComposeContainer (#4601)

Open peneksglazami opened this issue 4 years ago • 0 comments

Issue: #4601 The withImagePullPolicy method has been added to the DockerComposeContainer. This image pull policy will only be used if the value of the property DockerComposeContainer#pull is true. This setting only determines the behavior of DockerComposeContainer and does not affect the image pulling process that docker-compose can execute before starting containers.

peneksglazami avatar Nov 04 '21 15:11 peneksglazami