Class | Description |
---|---|
JkDocker |
Class providing utility methods for executing Docker commands.
|
JkDockerAppTester | |
JkDockerBuild |
Docker Builder assistant for defining and creating Docker images.
|
JkDockerJvmBuild |
Docker Builder assistant for creating Docker images that run JVM applications.
Provides functionality tailored to JVM programs, such as setting classes, classpaths, agents, and Maven repositories for fetching tools. |
JkDockerNativeBuild |
Docker Builder assistant for creating Docker images that run native applications compiled with GraalVM.
Provides a default Docker build configuration using a multi-stage build process: The first stage is the build image, which compiles the JVM application into a native executable. The native executable is then copied into the production image to serve as the entrypoint. |
Enum | Description |
---|---|
JkDockerBuild.AddUserStatement | |
JkDockerBuild.NonRootMode |
Defines the modes for creating a nonroot user in a Docker image.
|
JkDockerJvmBuild.PopularBaseImage | |
JkDockerNativeBuild.PopularBaseImage |