| Package | Description |
|---|---|
| com.google.cloud.tools.jib.builder | |
| com.google.cloud.tools.jib.docker | |
| com.google.cloud.tools.jib.image |
| Modifier and Type | Method and Description |
|---|---|
ImageReference |
BuildConfiguration.getBaseImageReference() |
ImageReference |
BuildConfiguration.getTargetImageReference() |
| Modifier and Type | Method and Description |
|---|---|
BuildConfiguration.Builder |
BuildConfiguration.Builder.setBaseImage(ImageReference imageReference) |
BuildConfiguration.Builder |
BuildConfiguration.Builder.setTargetImage(ImageReference imageReference) |
| Modifier and Type | Method and Description |
|---|---|
Blob |
ImageToTarballTranslator.toTarballBlob(ImageReference imageReference) |
| Modifier and Type | Method and Description |
|---|---|
static ImageReference |
ImageReference.of(String registry,
String repository,
String tag) |
static ImageReference |
ImageReference.parse(String reference) |
Copyright © 2018. All rights reserved.