Package org.openrewrite.docker.search
Class EolImage
java.lang.Object
org.openrewrite.docker.search.EolImage
Represents a known end-of-life Docker base image.
Data is loaded from the classpath resource eol-images.yaml.
Data sources:
- Debian: Debian Releases
- Ubuntu: Ubuntu Releases
- Alpine: Alpine Releases
- Python: Python Versions
- Node.js: Node.js Releases
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EolImage
public EolImage()
-
-
Method Details
-
findMatch
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
-