Interface WebApp.UpdateStages.WithLinuxAppImage
-
- All Known Subinterfaces:
WebApp.Update,WebApp.UpdateStages.WithStartUpCommand
- Enclosing interface:
- WebApp.UpdateStages
public static interface WebApp.UpdateStages.WithLinuxAppImageA web app update allowing built-in container image on Linux operating system to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebApp.UpdatewithBuiltInImage(RuntimeStack runtimeStack)Specifies the docker container image to be a built in one.
-
-
-
Method Detail
-
withBuiltInImage
WebApp.Update withBuiltInImage(RuntimeStack runtimeStack)
Specifies the docker container image to be a built in one.- Parameters:
runtimeStack- the runtime stack installed on the image- Returns:
- the next stage of the web app update
-
-