Uses of Interface
io.fabric8.maven.docker.assembly.ArchiverCustomizer
-
Packages that use ArchiverCustomizer Package Description io.fabric8.maven.docker.assembly io.fabric8.maven.docker.service -
-
Uses of ArchiverCustomizer in io.fabric8.maven.docker.assembly
Methods in io.fabric8.maven.docker.assembly with parameters of type ArchiverCustomizer Modifier and Type Method Description FileDockerAssemblyManager. 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. -
Uses of ArchiverCustomizer in io.fabric8.maven.docker.service
Methods in io.fabric8.maven.docker.service with parameters of type ArchiverCustomizer Modifier and Type Method Description FileArchiveService. createDockerBuildArchive(ImageConfiguration imageConfig, MojoParameters params, ArchiverCustomizer customizer)Create the tar file container the source for building an image.
-