Package org.openrewrite.docker.search
@NullMarked
@NonNullFields
package org.openrewrite.docker.search
-
ClassesClassDescriptionRepresents a known end-of-life Docker base image.Finds Docker base images that have reached end-of-life.Finds Dockerfiles where the final stage is missing a HEALTHCHECK instruction.Finds containers that run as root, either explicitly via USER root/0 or implicitly by not having a USER instruction in the final stage.Finds FROM instructions that use unpinned base images (either no tag or the 'latest' tag).