Uses of Class
io.fabric8.maven.docker.service.ImagePullManager
-
Packages that use ImagePullManager Package Description io.fabric8.maven.docker io.fabric8.maven.docker.service -
-
Uses of ImagePullManager in io.fabric8.maven.docker
Methods in io.fabric8.maven.docker that return ImagePullManager Modifier and Type Method Description ImagePullManagerAbstractDockerMojo. getImagePullManager(String imagePullPolicy, String autoPull) -
Uses of ImagePullManager in io.fabric8.maven.docker.service
Methods in io.fabric8.maven.docker.service with parameters of type ImagePullManager Modifier and Type Method Description voidBuildService. buildImage(ImageConfiguration imageConfig, ImagePullManager imagePullManager, BuildService.BuildContext buildContext, File buildArchiveFile)Pull the base image if needed and run the build.voidRegistryService. pullImageWithPolicy(String image, ImagePullManager pullManager, RegistryService.RegistryConfig registryConfig, boolean hasImage)Check an image, and, ifautoPullis set to true, fetch it.
-