| Package | Description |
|---|---|
| com.google.cloud.tools.jib.plugins.common |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
PluginConfigurationProcessor.computeEntrypoint(RawConfiguration rawConfiguration,
ProjectProperties projectProperties)
Compute the container entrypoint, in this order:
null (inheriting from the base image), if the user specified value is
INHERIT
the user specified one, if set
for a WAR project, null (it must be inherited from base image)
for a non-WAR project, by resolving the main class
|
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.