| Modifier and Type | Method | Description |
|---|---|---|
ImageDescriptor |
ImageDescriptor.withDigest(String digest) |
Set the sha256-based digest of the image manifest.
|
ImageDescriptor |
ImageDescriptor.withRegistry(String registry) |
Set the registry login server.
|
ImageDescriptor |
ImageDescriptor.withRepository(String repository) |
Set the repository name.
|
ImageDescriptor |
ImageDescriptor.withTag(String tag) |
Set the tag name.
|
| Modifier and Type | Method | Description |
|---|---|---|
List<ImageDescriptor> |
ImageUpdateTrigger.images() |
Get the list of image updates that caused the build.
|
List<ImageDescriptor> |
Run.outputImages() |
| Modifier and Type | Method | Description |
|---|---|---|
ImageUpdateTrigger |
ImageUpdateTrigger.withImages(List<ImageDescriptor> images) |
Set the list of image updates that caused the build.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/