| Package | Description |
|---|---|
| org.eclipse.jkube.kit.build.service.docker.access | |
| org.eclipse.jkube.kit.build.service.docker.access.hc |
| Modifier and Type | Method and Description |
|---|---|
CreateImageOptions |
CreateImageOptions.fromImage(String fromImage) |
CreateImageOptions |
CreateImageOptions.platform(String platform) |
CreateImageOptions |
CreateImageOptions.tag(String tag) |
| Modifier and Type | Method and Description |
|---|---|
String |
UrlBuilder.pullImage(CreateImageOptions options) |
void |
DockerAccess.pullImage(String image,
AuthConfig authConfig,
String registry,
CreateImageOptions options)
Pull an image from a remote registry and store it locally.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DockerAccessWithHcClient.pullImage(String image,
AuthConfig authConfig,
String registry,
CreateImageOptions options) |
Copyright © 2023. All rights reserved.