Class DockerConventionJvmApplicationPlugin<EXT extends DockerConventionJvmApplicationExtension>

    • Field Detail

      • SYNC_BUILD_CONTEXT_TASK_NAME

        public static final String SYNC_BUILD_CONTEXT_TASK_NAME
        The task name that copies the application files to a temporary directory for image creation.
        See Also:
        Constant Field Values
      • DOCKERFILE_TASK_NAME

        public static final String DOCKERFILE_TASK_NAME
        The task name that creates the Docker image for the Java application.
        See Also:
        Constant Field Values
      • BUILD_IMAGE_TASK_NAME

        public static final String BUILD_IMAGE_TASK_NAME
        The task name that builds the Docker image for the Java application.
        See Also:
        Constant Field Values
      • PUSH_IMAGE_TASK_NAME

        public static final String PUSH_IMAGE_TASK_NAME
        The task name that pushes created Docker image to the repository.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DockerConventionJvmApplicationPlugin

        public DockerConventionJvmApplicationPlugin()