← All recipes
Open source

Find Docker base images

Recipe IDorg.openrewrite.docker.search.FindBaseImages
Artifactorg.openrewrite:rewrite-docker

Find all base images (FROM instructions) in Dockerfiles.

Single recipeApache 2.0

Usage

This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.

mod run . --recipe org.openrewrite.docker.search.FindBaseImages

If the recipe isn’t available locally, install it with:

mod config recipes jar install org.openrewrite:rewrite-docker:8.88.0

Options

NameTypeDescription
imageNamePatternStringA glob pattern to match against base image names. If not specified, all base images are matched.
e.g. ubuntu*
tagPatternStringA glob pattern to match against image tags. If not specified, all tags are matched.
e.g. 20.*
digestPatternStringA glob pattern to match against image digests. If not specified, all digests are matched.
e.g. sha256:*
platformPatternStringA glob pattern to match against platform flags. If not specified, all platforms are matched.
e.g. linux/amd64

Data tables

Structured output this recipe can produce.

  • Docker base imagesRecords the base images found in Dockerfiles.org.openrewrite.docker.table.BaseImages
  • 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