Class CreateContainerfile

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.honton.chas.buildx.maven.plugin.ImageGoal
org.honton.chas.buildx.maven.plugin.Containerfile
org.honton.chas.buildx.maven.plugin.containerfile.CreateContainerfile
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, ConnectionCfg

@Mojo(name="containerfile", defaultPhase=PREPARE_PACKAGE, threadSafe=true) public class CreateContainerfile extends Containerfile
Create a Containerfile.
  • Constructor Details

    • CreateContainerfile

      public CreateContainerfile()
  • Method Details