| Package | Description |
|---|---|
| com.google.cloud.tools.jib.api | |
| com.google.cloud.tools.jib.plugins.common |
| Modifier and Type | Method and Description |
|---|---|
Containerizer |
Containerizer.setAllowInsecureRegistries(boolean allowInsecureRegistries)
Sets whether or not to allow communication over HTTP/insecure HTTPS.
|
Containerizer |
Containerizer.setApplicationLayersCache(Path cacheDirectory)
Sets the directory to use for caching application layers.
|
Containerizer |
Containerizer.setBaseImageLayersCache(Path cacheDirectory)
Sets the directory to use for caching base image layers.
|
Containerizer |
Containerizer.setEventHandlers(EventHandlers eventHandlers)
Sets the
EventHandlers to handle events dispatched during Jib's execution. |
Containerizer |
Containerizer.setExecutorService(ExecutorService executorService)
Sets the
ExecutorService Jib executes on. |
Containerizer |
Containerizer.setToolName(String toolName)
Sets the name of the tool that is using Jib Core.
|
static Containerizer |
Containerizer.to(DockerDaemonImage dockerDaemonImage)
Gets a new
Containerizer that containerizes to a Docker daemon. |
static Containerizer |
Containerizer.to(RegistryImage registryImage)
Gets a new
Containerizer that containerizes to a container registry. |
static Containerizer |
Containerizer.to(TarImage tarImage)
Gets a new
Containerizer that containerizes to a tarball archive. |
Containerizer |
Containerizer.withAdditionalTag(String tag)
Adds an additional tag to tag the target image with.
|
| Modifier and Type | Method and Description |
|---|---|
JibContainer |
JibContainerBuilder.containerize(Containerizer containerizer)
Builds the container.
|
BuildConfiguration |
JibContainerBuilder.toBuildConfiguration(Containerizer containerizer,
ExecutorService executorService)
Builds a
BuildConfiguration using this and a Containerizer. |
| Modifier and Type | Method and Description |
|---|---|
Containerizer |
PluginConfigurationProcessor.getContainerizer() |
| Modifier and Type | Method and Description |
|---|---|
JibContainer |
BuildStepsRunner.build(JibContainerBuilder jibContainerBuilder,
Containerizer containerizer,
EventDispatcher eventDispatcher,
HelpfulSuggestions helpfulSuggestions)
Runs the
BuildSteps. |
Copyright © 2019. All rights reserved.