| Package | Description |
|---|---|
| com.google.cloud.tools.jib.api | |
| com.google.cloud.tools.jib.image | |
| com.google.cloud.tools.jib.plugins.common |
| Modifier and Type | Method and Description |
|---|---|
static JibContainerBuilder |
Jib.from(String baseImageReference)
Starts building the container from a base image.
|
static RegistryImage |
RegistryImage.named(String imageReference)
Instantiate with the image reference to use.
|
static DockerDaemonImage |
DockerDaemonImage.named(String imageReference)
Instantiate with the image reference to tag the built image with.
|
static TarImage.Builder |
TarImage.named(String imageReference)
Configures the output tarball archive with an image reference to set as its tag.
|
| Modifier and Type | Method and Description |
|---|---|
static ImageReference |
ImageReference.parse(String reference)
Parses a string
reference into an ImageReference. |
| Modifier and Type | Method and Description |
|---|---|
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 |
static PluginConfigurationProcessor |
PluginConfigurationProcessor.processCommonConfigurationForDockerDaemonImage(RawConfiguration rawConfiguration,
ProjectProperties projectProperties,
Path dockerExecutable,
Map<String,String> dockerEnvironment,
HelpfulSuggestions helpfulSuggestions) |
static PluginConfigurationProcessor |
PluginConfigurationProcessor.processCommonConfigurationForRegistryImage(RawConfiguration rawConfiguration,
ProjectProperties projectProperties) |
static PluginConfigurationProcessor |
PluginConfigurationProcessor.processCommonConfigurationForTarImage(RawConfiguration rawConfiguration,
ProjectProperties projectProperties,
Path tarImagePath,
HelpfulSuggestions helpfulSuggestions) |
Copyright © 2018. All rights reserved.