| Package | Description |
|---|---|
| org.ballerinax.docker.generator | |
| org.ballerinax.docker.generator.models | |
| org.ballerinax.docker.generator.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
DockerArtifactHandler.buildImage(Path dockerDir)
Create docker image.
|
void |
DockerArtifactHandler.createArtifacts(PrintStream outStream,
String logAppender,
Path uberJarFilePath,
Path outputDir) |
void |
DockerArtifactHandler.pushImage()
Push docker image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DockerModel.setCopyFiles(Set<CopyFileModel> externalFiles) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DockerGenUtils.copyFileOrDirectory(Path source,
Path destination)
Copy file or directory.
|
static DockerImageName |
DockerImageName.parseName(String imageName) |
static void |
DockerImageName.validate(String imageName) |
Copyright © 2024 WSO2. All rights reserved.