testcontainers / testcontainers-scala

Docker containers for testing in scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DockerComposeContainer does not pull latest version of the images

kamilkloch opened this issue · comments

Despite

DockerComposeContainer(..., pull = true, ...)

the latest version of the images is not being pulled. I need to run docker compose pull manually.