Class Docker.Stage

java.lang.Object
org.openrewrite.docker.tree.Docker.Stage
All Implemented Interfaces:
Docker, org.openrewrite.Tree
Enclosing interface:
Docker

public static class Docker.Stage extends Object implements Docker
A build stage in a multi-stage Dockerfile. Each stage begins with a FROM instruction and contains subsequent instructions until the next FROM or end of file.