testcontainers / testcontainers-spock

Spock extension for using Docker containers in Spock tests. (DEPRECATED, moved to main repo!)
53 stars 8 forks source link

Allow other tags than "latest" #11

Closed Faradax closed 7 years ago

Faradax commented 7 years ago

Currently, when specifying an image with tag (like "myImage:myTag"), it automatically expands to "myImage:myTag:latest" which seems rather wrong.