| Modifier and Type | Method and Description |
|---|---|
ImageRegistryCredential |
ImageRegistryCredential.withPassword(String password)
Set the password for the private registry.
|
ImageRegistryCredential |
ImageRegistryCredential.withServer(String server)
Set the Docker image registry server without a protocol such as "http" and "https".
|
ImageRegistryCredential |
ImageRegistryCredential.withUsername(String username)
Set the username for the private registry.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/