Class EolImage

java.lang.Object
org.openrewrite.docker.search.EolImage

public class EolImage extends Object
Represents a known end-of-life Docker base image.

Data is loaded from the classpath resource eol-images.yaml.

Data sources:

  • Constructor Details

    • EolImage

      public EolImage()
  • Method Details

    • findMatch

      public static @Nullable EolImage findMatch(String imageName, @Nullable String tag)
      Find the EOL entry matching the given image name and tag.
      Parameters:
      imageName - The Docker image name (without tag)
      tag - The image tag, or null if no tag specified
      Returns:
      The matching EolImage, or null if no match