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 Details

    • 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
  • Constructor Details

    • Containerfile

      public Containerfile()
  • Method Details

    • containerFile

      protected String containerFile()
    • defaultContainerFile

      protected String defaultContainerFile()