← All recipes
Moderne licensed

Add image argument to container constructor

Recipe IDorg.openrewrite.java.testing.testcontainers.ExplicitContainerImage
Artifactorg.openrewrite.recipe:rewrite-testing-frameworks

Set the image to use for a container explicitly if unset, rather than relying on the default image for the container class.

Single recipeMSAL

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.0

Options

NameTypeDescription
containerClassrequiredStringThe fully qualified name of the container class to use.
e.g. org.testcontainers.containers.NginxContainer
imagerequiredStringThe image to use for the container.
e.g. nginx:1.9.4
parseImageBooleanWhether 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