| Package | Description |
|---|---|
| org.eclipse.jkube.kit.build.service.docker |
| Modifier and Type | Method and Description |
|---|---|
static ImagePullManager |
ImagePullManager.createImagePullManager(String imagePullPolicy,
String autoPull,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildService.buildImage(org.eclipse.jkube.kit.config.image.ImageConfiguration imageConfig,
ImagePullManager imagePullManager,
JKubeConfiguration configuration)
Pull the base image if needed and run the build.
|
void |
RegistryService.pullImageWithPolicy(String image,
ImagePullManager pullManager,
RegistryConfig registryConfig,
boolean hasImage)
Check an image, and, if
autoPull is set to true, fetch it. |
Copyright © 2021. All rights reserved.