| Package | Description |
|---|---|
| com.google.cloud.tools.jib.api | |
| com.google.cloud.tools.jib.maven | |
| com.google.cloud.tools.jib.plugins.common |
| Modifier and Type | Method and Description |
|---|---|
RegistryImage |
RegistryImage.addCredential(String username,
String password)
Adds a username-password credential to use to push/pull the image.
|
RegistryImage |
RegistryImage.addCredentialRetriever(CredentialRetriever credentialRetriever)
Adds
CredentialRetriever to fetch push/pull credentials for the image. |
static RegistryImage |
RegistryImage.named(ImageReference imageReference)
Instantiate with the image reference to use.
|
static RegistryImage |
RegistryImage.named(String imageReference)
Instantiate with the image reference to use.
|
| Modifier and Type | Method and Description |
|---|---|
static JavaContainerBuilder |
JavaContainerBuilder.from(RegistryImage registryImage)
Creates a new
JavaContainerBuilder with the specified base image. |
static JibContainerBuilder |
Jib.from(RegistryImage registryImage)
Starts building the container from a base image.
|
static Containerizer |
Containerizer.to(RegistryImage registryImage)
Gets a new
Containerizer that containerizes to a container registry. |
| Modifier and Type | Method and Description |
|---|---|
JibContainerBuilder |
MavenProjectProperties.createContainerBuilder(RegistryImage baseImage) |
| Modifier and Type | Method and Description |
|---|---|
JibContainerBuilder |
ProjectProperties.createContainerBuilder(RegistryImage baseImage)
Starts the containerization process.
|
static JibContainerBuilder |
JavaContainerBuilderHelper.fromExplodedWar(RegistryImage baseImage,
Path explodedWar,
AbsoluteUnixPath appRoot)
Constructs a new
JibContainerBuilder for a WAR project. |
Copyright © 2019. All rights reserved.