Class BatchImageBuildConfiguration

    • Constructor Detail

      • BatchImageBuildConfiguration

        public BatchImageBuildConfiguration()
    • Method Detail

      • getAllContainerFiles

        public List<Path> getAllContainerFiles()
                                        throws org.apache.maven.plugin.MojoExecutionException
        Takes the AbstractImageBuildConfiguration.containerFileDir and looks for Containerfiles in that directory.
        Returns:
        A collection of Containefiles found. May be an empty list, but is never null
        Throws:
        org.apache.maven.plugin.MojoExecutionException - In case an IOException occurs during the search.
      • getTags

        protected String[] getTags()
        Returns all configured tags
        Returns:
        all tags, may be null
      • isTagWithMavenProjectVersion

        protected boolean isTagWithMavenProjectVersion()
        Returns whether the images should be tagged with the Maven Project version.
        Returns:
        true in case the image should be tagged with the Maven Project version. False otherwise.