| Package | Description |
|---|---|
| com.google.cloud.tools.jib.api |
| 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. |
Copyright © 2019. All rights reserved.