testcontainers / testcontainers-scala

Docker containers for testing in scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image pull policy not applied in GenericContainer

dzx11 opened this issue · comments

commented

Hi, it seems that imagePullPolicy is not being used when creating a new GenericContainer. Is it possible for this to get fixed? Or is there something I'm missing here?

new GenericContainer(dockerImage, exposedPorts, env, command, classpathResourceMapping, Option(waitStrategy), labels, tmpFsMapping)

Hi @dzx11

Thanks for the report. Would you mind creating a pull request? It looks like a straightforward issue.