public abstract class DockerfileStatement<T extends DockerfileStatement<?>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DockerfileStatement.Add
An ADD or a COPY
|
static class |
DockerfileStatement.Env |
static class |
DockerfileStatement.OtherLine
A statement that we don't particularly care about.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Optional<? extends DockerfileStatement> |
createFromLine(String cmd)
Return a dockerfile statement
|
protected String |
filterForEnvironmentVars(Map<String,String> environmentMap,
String extractedResource) |
T |
transform(Map<String,String> env) |
Copyright © 2015. All Rights Reserved.