Class | Description |
---|---|
AbstractDockerMojo |
Abstract base class for mojos related to Docker files and builds.
|
DockerCracMojo |
Implementation of the
docker-crac packaging. |
DockerfileMojo |
Generates a
Dockerfile depending on the packaging and micronaut.runtime
properties. |
DockerMojo |
Allows using a provided Dockerfile.
|
DockerNativeMojo |
Implementation of the
docker-native packaging. |
DockerPushMojo |
Implementation of the
deploy lifecycle for pushing Docker images |
GraalVMResourcesMojo |
Generate GraalVM
resources-config.json with all the resources included in the application |
MojoUtils |
Utility methods for different mojos.
|
RunMojo |
Executes a Micronaut application in development mode.
|
Enum | Description |
---|---|
DockerBuildStrategy |
Different strategies for building docker images.
|
MicronautRuntime |
The packaging kind of the application.
|
Packaging |
Packaging types supported by this plugin.
|
Copyright © 2020–2023 Micronaut. All rights reserved.