public static interface WebApp.UpdateStages.WithDockerContainerImage
Modifier and Type | Method and Description |
---|---|
WebApp.Update |
withBuiltInImage(RuntimeStack runtimeStack)
Specifies the docker container image to be a built in one.
|
WebApp.UpdateStages.WithCredentials |
withPrivateDockerHubImage(String imageAndTag)
Specifies the docker container image to be one from Docker Hub.
|
WebApp.UpdateStages.WithCredentials |
withPrivateRegistryImage(String imageAndTag,
String serverUrl)
Specifies the docker container image to be one from a private registry.
|
WebApp.UpdateStages.WithStartUpCommand |
withPublicDockerHubImage(String imageAndTag)
Specifies the docker container image to be one from Docker Hub.
|
WebApp.Update withBuiltInImage(RuntimeStack runtimeStack)
runtimeStack
- the runtime stack installed on the imageWebApp.UpdateStages.WithStartUpCommand withPublicDockerHubImage(String imageAndTag)
imageAndTag
- image and optional tag (eg 'image:tag')WebApp.UpdateStages.WithCredentials withPrivateDockerHubImage(String imageAndTag)
imageAndTag
- image and optional tag (eg 'image:tag')WebApp.UpdateStages.WithCredentials withPrivateRegistryImage(String imageAndTag, String serverUrl)
imageAndTag
- image and optional tag (eg 'image:tag')serverUrl
- the URL to the private registry serverCopyright © 2019. All rights reserved.