| Modifier and Type | Method and Description |
|---|---|
static JibContainerBuilder |
Jib.from(ImageReference baseImageReference)
Starts building the container from a base image.
|
static RegistryImage |
RegistryImage.named(ImageReference imageReference)
Instantiate with the image reference to use.
|
static DockerDaemonImage |
DockerDaemonImage.named(ImageReference imageReference)
Instantiate with the image reference to tag the built image with.
|
static TarImage.Builder |
TarImage.named(ImageReference imageReference)
Configures the output tarball archive with an image reference.
|
| Modifier and Type | Method and Description |
|---|---|
ImageReference |
ImageConfiguration.getImage() |
| Modifier and Type | Method and Description |
|---|---|
static ImageConfiguration.Builder |
ImageConfiguration.builder(ImageReference imageReference)
Constructs a builder for an
ImageConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
void |
DockerClient.tag(ImageReference originalImageReference,
ImageReference newImageReference)
Tags the image referenced by
originalImageReference with a new image reference newImageReference. |
Blob |
ImageToTarballTranslator.toTarballBlob(ImageReference imageReference) |
| Modifier and Type | Method and Description |
|---|---|
static CredentialRetrieverFactory |
CredentialRetrieverFactory.forImage(ImageReference imageReference)
Creates a new
CredentialRetrieverFactory for an image. |
static CredentialRetrieverFactory |
CredentialRetrieverFactory.forImage(ImageReference imageReference,
EventDispatcher eventDispatcher)
Creates a new
CredentialRetrieverFactory for an image. |
| Modifier and Type | Method and Description |
|---|---|
static ImageReference |
ImageReference.of(String registry,
String repository,
String tag)
Constructs an
ImageReference from the image reference components, consisting of an
optional registry, a repository, and an optional tag. |
static ImageReference |
ImageReference.parse(String reference)
Parses a string
reference into an ImageReference. |
ImageReference |
ImageReference.withTag(String newTag)
Gets an
ImageReference with the same registry and repository, but a different tag. |
| Modifier and Type | Method and Description |
|---|---|
ImageReference |
PluginConfigurationProcessor.getBaseImageReference() |
static ImageReference |
ConfigurationPropertyValidator.getGeneratedTargetDockerTag(String targetImage,
EventDispatcher eventDispatcher,
String generatedName,
String generatedTag,
HelpfulSuggestions helpfulSuggestions)
Returns an
ImageReference parsed from the configured target image, or one of the form
project-name:project-version if target image is not configured |
ImageReference |
PluginConfigurationProcessor.getTargetImageReference() |
| Modifier and Type | Method and Description |
|---|---|
static BuildStepsRunner |
BuildStepsRunner.forBuildImage(ImageReference targetImageReference,
Set<String> additionalTags)
Creates a runner to build an image.
|
static BuildStepsRunner |
BuildStepsRunner.forBuildToDockerDaemon(ImageReference targetImageReference,
Set<String> additionalTags)
Creates a runner to build to the Docker daemon.
|
| Constructor and Description |
|---|
HelpfulSuggestions(String messagePrefix,
String clearCacheCommand,
ImageReference baseImageReference,
boolean noCredentialsDefinedForBaseImage,
String baseImageCredHelperConfiguration,
Function<String,String> baseImageAuthConfiguration,
ImageReference targetImageReference,
boolean noCredentialsDefinedForTargetImage,
String targetImageCredHelperConfiguration,
Function<String,String> targetImageAuthConfiguration,
String toImageConfiguration,
String toImageFlag,
String buildConfigurationFilename)
Creates a new
HelpfulSuggestions with frontend-specific texts. |
Copyright © 2018. All rights reserved.