Class PodmanBuild

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="build",
          defaultPhase=PACKAGE,
          threadSafe=true)
    public class PodmanBuild
    extends PodmanGoal
    Create a container image from the Containerfile directions and files from context
    • Constructor Detail

      • PodmanBuild

        public PodmanBuild()
    • Method Detail

      • doExecute

        protected final void doExecute()
                                throws IOException,
                                       org.apache.maven.plugin.MojoExecutionException
        Specified by:
        doExecute in class PodmanGoal
        Throws:
        IOException
        org.apache.maven.plugin.MojoExecutionException