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