Package io.quarkus.test.common
Class DockerImageNames
java.lang.Object
io.quarkus.test.common.DockerImageNames
-
Method Summary
-
Method Details
-
getImage
Resolves a docker image name for the given key. System properties take precedence over the defaults defined in quarkus-test-container-images.properties.- Parameters:
key- the property key (e.g. "postgres.image")- Returns:
- the docker image name
- Throws:
IllegalArgumentException- if no image name is defined for the given key
-