| 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,
org.eclipse.jkube.kit.common.JKubeConfiguration configuration)
Pull the base image if needed and run the build.
|
void |
RegistryService.pullImageWithPolicy(String image,
ImagePullManager pullManager,
org.eclipse.jkube.kit.common.RegistryConfig registryConfig,
org.eclipse.jkube.kit.config.image.build.BuildConfiguration buildConfiguration)
Check an image, and, if
autoPull is set to true, fetch it. |
Copyright © 2023. All rights reserved.