| Package | Description |
|---|---|
| com.google.cloud.tools.jib.plugins.common |
| Modifier and Type | Method and Description |
|---|---|
static JibBuildRunner |
JibBuildRunner.forBuildImage(ImageReference targetImageReference,
Set<String> additionalTags)
Creates a runner to build an image.
|
static JibBuildRunner |
JibBuildRunner.forBuildTar(Path outputPath)
Creates a runner to build an image tarball.
|
static JibBuildRunner |
JibBuildRunner.forBuildToDockerDaemon(ImageReference targetImageReference,
Set<String> additionalTags)
Creates a runner to build to the Docker daemon.
|
JibBuildRunner |
JibBuildRunner.writeImageDigest(Path imageDigestOutputPath)
Set the location where the image digest will be saved.
|
JibBuildRunner |
JibBuildRunner.writeImageId(Path imageIdOutputPath)
Set the location where the image id will be saved.
|
Copyright © 2019. All rights reserved.