| Modifier and Type | Method and Description |
|---|---|
String |
QueryService.getImageId(String imageName)
Finds the id of an image.
|
boolean |
QueryService.hasImage(String name)
Check whether the given Image is locally available.
|
void |
BuildService.tagImage(String imageName,
org.eclipse.jkube.kit.config.image.ImageConfiguration imageConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
DockerAccess.buildImage(String image,
File dockerArchive,
BuildOptions options)
Create a docker image from a given archive
|
String |
DockerAccess.getImageId(String name)
Get the image id of a given name or
null if no such image exists |
boolean |
DockerAccess.hasImage(String name)
Check whether the given name exists as image at the docker daemon
|
void |
DockerAccess.loadImage(String image,
File tarArchive)
Load an image from an archive.
|
void |
DockerAccess.pullImage(String image,
AuthConfig authConfig,
String registry,
CreateImageOptions options)
Pull an image from a remote registry and store it locally.
|
void |
DockerAccess.pushImage(String image,
AuthConfig authConfig,
String registry,
int retries)
Push an image to a registry.
|
boolean |
DockerAccess.removeImage(String image,
boolean... force)
Remove an image from this docker installation
|
void |
DockerAccess.saveImage(String image,
String filename,
org.eclipse.jkube.kit.common.archive.ArchiveCompression compression)
Save an image to a tar file
|
void |
DockerAccess.start()
Lifecycle method for this access class which must be called before any other method is called.
|
void |
DockerAccess.tag(String sourceImage,
String targetImage,
boolean force)
Alias an image in the repository with a complete new name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuildJsonResponseHandler.process(com.google.gson.JsonObject json) |
void |
EntityStreamReaderUtil.JsonEntityResponseHandler.process(com.google.gson.JsonObject toProcess) |
void |
PullOrPushResponseJsonHandler.process(com.google.gson.JsonObject json) |
| Modifier and Type | Method and Description |
|---|---|
void |
DockerAccessWithHcClient.buildImage(String image,
File dockerArchive,
BuildOptions options) |
String |
DockerAccessWithHcClient.getImageId(String name) |
boolean |
DockerAccessWithHcClient.hasImage(String name) |
void |
DockerAccessWithHcClient.loadImage(String image,
File tarArchive) |
void |
DockerAccessWithHcClient.pullImage(String image,
AuthConfig authConfig,
String registry,
CreateImageOptions options) |
void |
DockerAccessWithHcClient.pushImage(String image,
AuthConfig authConfig,
String registry,
int retries) |
boolean |
DockerAccessWithHcClient.removeImage(String image,
boolean... forceOpt) |
void |
DockerAccessWithHcClient.saveImage(String image,
String filename,
org.eclipse.jkube.kit.common.archive.ArchiveCompression compression) |
void |
DockerAccessWithHcClient.tag(String sourceImage,
String targetImage,
boolean force) |
Copyright © 2024. All rights reserved.