Remove.RemoveImage |
Remove.RemoveImage.force() |
Force removal of the image (equates to the --force argument).
|
Remove.RemoveImage |
Remove.RemoveImage.force(boolean force) |
Force removal of the image (equates to the --force argument).
|
static Remove.RemoveImage |
Remove.images(Object... tags) |
|
static Remove.RemoveImage |
Remove.images(List<?> tags) |
|
Remove.RemoveImage |
Remove.RemoveImage.noPrune() |
Do not delete untagged parents (equates to the --no-prune argument).
|
Remove.RemoveImage |
Remove.RemoveImage.noPrune(boolean noPrune) |
Do not delete untagged parents (equates to the --no-prune argument).
|
protected Remove.RemoveImage |
Remove.RemoveImage.withCommandArguments(List<com.oracle.bedrock.runtime.options.Argument> images,
com.oracle.bedrock.runtime.options.Argument... args) |
|
protected Remove.RemoveImage |
Remove.RemoveImage.withoutCommandArguments(List<com.oracle.bedrock.runtime.options.Argument> names,
com.oracle.bedrock.runtime.options.Argument... args) |
|