Class ApplicationImageInfo


  • public class ApplicationImageInfo
    extends Object
    This class holds all configuration to build and push application image from the image goal.
    • Field Detail

      • build

        protected boolean build
        Whether the application image should be built (default is true).
      • push

        protected boolean push
        Whether the application image should be pushed (default is false).
      • registry

        protected String registry
        The container registry. If set, the registry is added to the application name. If the image is pushed and the registry is not set, it defaults to "docker.io" to login to the registry.
      • user

        protected String user
        The user name to login to the container registry.
      • password

        protected String password
        The user password to login to the container registry.
    • Constructor Detail

      • ApplicationImageInfo

        public ApplicationImageInfo()