Add image argument to container constructor
Recipe ID
org.openrewrite.java.testing.testcontainers.ExplicitContainerImageArtifact
org.openrewrite.recipe:rewrite-testing-frameworksSet the image to use for a container explicitly if unset, rather than relying on the default image for the container class.
Usage
You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.java.testing.testcontainers.ExplicitContainerImage --recipe-option "containerClass=org.testcontainers.containers.NginxContainer" --recipe-option "image=nginx:1.9.4"If the recipe isn’t available locally, install it with:
mod config recipes jar install org.openrewrite.recipe:rewrite-testing-frameworks:3.43.0Options
| Name | Type | Description |
|---|---|---|
containerClassrequired | String | The fully qualified name of the container class to use. e.g. org.testcontainers.containers.NginxContainer |
imagerequired | String | The image to use for the container. e.g. nginx:1.9.4 |
parseImage | Boolean | Whether to call DockerImageName.parse(image). |
Data tables
Structured output this recipe can produce.
- Source files that had resultsSource files that were modified by the recipe run.
org.openrewrite.table.SourcesFileResults - Source files that had search resultsSearch results that were found during the recipe run.
org.openrewrite.table.SearchResults - Source files that errored on a recipeThe details of all errors produced by a recipe run.
org.openrewrite.table.SourcesFileErrors - Recipe performanceStatistics used in analyzing the performance of recipes.
org.openrewrite.table.RecipeRunStats