Skip to content

Commit

Permalink
Fill in Cormac's link for oryx runtimes (see here microsoft/Oryx#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrawnSC committed Aug 3, 2022
1 parent 2a79182 commit 36451ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/containerapp/azext_containerapp/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,7 @@ def load_arguments(self, _):
c.argument('name', configured_default='name', id_part=None)
c.argument('managed_env', configured_default='managed_env')
c.argument('registry_server', configured_default='registry_server')
# TODO fill in the link here once Cormac sends it
c.argument('source', help='Local directory path to upload to Azure container registry. If no dockerfile is present (called "Dockerfile" and in the project root), Oryx will be used to create a docker container based on the directory contents.') # See the supported Oryx runtimes here: <link>')
c.argument('source', help='Local directory path to upload to Azure container registry. If no dockerfile is present (called "Dockerfile" and in the project root), Oryx will be used to create a docker container based on the directory contents. See the supported Oryx runtimes here: https://github.com/microsoft/Oryx/blob/main/doc/supportedRuntimeVersions.md')
c.argument('image', options_list=['--image', '-i'], help="Container image, e.g. publisher/image-name:tag.")
c.argument('browse', help='Open the app in a web browser after creation and deployment, if possible.')

Expand Down

0 comments on commit 36451ef

Please sign in to comment.