| Modifier and Type | Method and Description |
|---|---|
BaseImageDependency |
BaseImageDependency.withDigest(String digest)
Set the digest value.
|
BaseImageDependency |
BaseImageDependency.withRegistry(String registry)
Set the registry value.
|
BaseImageDependency |
BaseImageDependency.withRepository(String repository)
Set the repository value.
|
BaseImageDependency |
BaseImageDependency.withTag(String tag)
Set the tag value.
|
BaseImageDependency |
BaseImageDependency.withType(BaseImageDependencyType type)
Set the type value.
|
| Modifier and Type | Method and Description |
|---|---|
List<BaseImageDependency> |
DockerBuildStep.baseImageDependencies()
Get the baseImageDependencies value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/