Package | Description |
---|---|
io.fabric8.maven.docker | |
io.fabric8.maven.docker.assembly | |
io.fabric8.maven.docker.config | |
io.fabric8.maven.docker.service | |
io.fabric8.maven.docker.util |
Modifier and Type | Method and Description |
---|---|
protected MojoParameters |
AbstractBuildSupportMojo.createMojoParameters() |
Modifier and Type | Method and Description |
---|---|
File |
DockerAssemblyManager.createChangedFilesArchive(List<AssemblyFiles.Entry> entries,
File assemblyDirectory,
String imageName,
MojoParameters mojoParameters) |
File |
DockerAssemblyManager.createDockerTarArchive(String imageName,
MojoParameters params,
BuildImageConfiguration buildConfig,
Logger log)
Create an docker tar archive from the given configuration which can be send to the Docker host for
creating the image.
|
File |
DockerAssemblyManager.createDockerTarArchive(String imageName,
MojoParameters params,
BuildImageConfiguration buildConfig,
Logger log,
ArchiverCustomizer finalCustomizer)
Create an docker tar archive from the given configuration which can be send to the Docker host for
creating the image.
|
AssemblyFiles |
DockerAssemblyManager.getAssemblyFiles(String name,
BuildImageConfiguration buildConfig,
MojoParameters mojoParams,
Logger log)
Extract all files with a tracking archiver.
|
Constructor and Description |
---|
DockerAssemblyConfigurationSource(MojoParameters params,
io.fabric8.maven.docker.assembly.BuildDirs buildDirs,
AssemblyConfiguration assemblyConfig) |
Modifier and Type | Method and Description |
---|---|
File |
BuildImageConfiguration.getAbsoluteDockerFilePath(MojoParameters mojoParams) |
File |
BuildImageConfiguration.getAbsoluteDockerTarPath(MojoParameters mojoParams) |
Modifier and Type | Method and Description |
---|---|
MojoParameters |
WatchService.WatchContext.getMojoParameters() |
MojoParameters |
BuildService.BuildContext.getMojoParameters() |
Modifier and Type | Method and Description |
---|---|
protected void |
BuildService.buildImage(ImageConfiguration imageConfig,
MojoParameters params,
boolean noCache,
Map<String,String> buildArgs)
Build an image
|
File |
ArchiveService.createChangedFilesArchive(List<AssemblyFiles.Entry> entries,
File assemblyDir,
String imageName,
MojoParameters mojoParameters)
Create an tar archive from a set of assembly files.
|
File |
ArchiveService.createDockerBuildArchive(ImageConfiguration imageConfig,
MojoParameters params)
Create the tar file container the source for building an image.
|
File |
ArchiveService.createDockerBuildArchive(ImageConfiguration imageConfig,
MojoParameters params,
ArchiverCustomizer customizer)
Create the tar file container the source for building an image.
|
AssemblyFiles |
ArchiveService.getAssemblyFiles(ImageConfiguration imageConfig,
MojoParameters mojoParameters)
Get a mapping of original to destination files which a covered by an assembly.
|
WatchService.WatchContext.Builder |
WatchService.WatchContext.Builder.mojoParameters(MojoParameters mojoParameters) |
BuildService.BuildContext.Builder |
BuildService.BuildContext.Builder.mojoParameters(MojoParameters mojoParameters) |
Modifier and Type | Method and Description |
---|---|
static org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator |
DockerFileUtil.createInterpolator(MojoParameters params,
String filter)
Create an interpolator for the given maven parameters and filter configuration.
|
static File |
EnvUtil.prepareAbsoluteOutputDirPath(MojoParameters params,
String dir,
String path) |
static File |
EnvUtil.prepareAbsoluteSourceDirPath(MojoParameters params,
String path) |
Copyright © 2020. All rights reserved.