Class Containerfile
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.honton.chas.buildx.maven.plugin.ImageGoal
-
- org.honton.chas.buildx.maven.plugin.Containerfile
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
,ConnectionCfg
- Direct Known Subclasses:
CreateContainerfile
,ImageBuild
public abstract class Containerfile extends ImageGoal
-
-
Field Summary
Fields Modifier and Type Field Description String
containerFile
Build instruction file, relative to contextString
context
Directory containing source content for build
-
Constructor Summary
Constructors Constructor Description Containerfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
containerFile()
protected String
defaultContainerFile()
-
Methods inherited from class org.honton.chas.buildx.maven.plugin.ImageGoal
doExecute, execute, executeCommand, executeCommand, shortestPath
-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.honton.chas.buildx.maven.plugin.config.ConnectionCfg
getCli
-
-
-
-
Field Detail
-
containerFile
@Parameter(property="buildx.containerFile") public String containerFile
Build instruction file, relative to context
-
context
@Parameter(property="buildx.context", required=true, defaultValue="${project.build.directory}/context") public String context
Directory containing source content for build
-
-