-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds support to reference external or prebuilt image references (#3269)
Features - Adds new image property at the root of service configuration only valid for containerapp - Allows specifying a source image that will be used for the container app service - Adds new image property within docker configuration options to set image name generation - Works in tandem with tag property for generating final docker image path & tags Notes - When a service configuration does not contain a path to a source code project (no project defined) the docker configuration options allow developer to reference existing container images. - When the image setting does not contain a registry endpoint then docker hub is assumed. project and image are mutually exclusive and cannot be set at the same time - Fully qualified image paths, ex) contoso.azurecr.io/myapp:latest can be referenced as well.
- Loading branch information
Showing
16 changed files
with
1,233 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.