Skip to content

Conversation

@usepowershell
Copy link
Contributor

@usepowershell usepowershell commented Jun 22, 2022

This PR adds basic build support (context and dockerfile) via Azure Container Registry (ACR) build tasks. If a service in the Compose file has the build key defined, either the provided ACR (or a new ACR which will be automatically provisioned) will be used to build the source container image. The container registry will be mapped the container app to finish the deployment scenario.


This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

az containerapp compose

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally?

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
The precondition is to put your code inside this repository and upgrade the version in the pull request but do not modify src/index.json.

@ghost ghost requested a review from yonzhan June 22, 2022 22:49
@ghost ghost added the Auto-Assign Auto assign by bot label Jun 22, 2022
@ghost ghost requested a review from wangzelin007 June 22, 2022 22:50
@ghost ghost assigned zhoxing-ms Jun 22, 2022
@ghost ghost added this to the Jun 2022 (2022-07-05) milestone Jun 22, 2022
@ghost ghost added the ContainerApp label Jun 22, 2022
@ghost ghost requested review from jsntcy and zhoxing-ms June 22, 2022 22:50
@yonzhan
Copy link
Collaborator

yonzhan commented Jun 22, 2022

container

@usepowershell usepowershell marked this pull request as ready for review June 23, 2022 15:36
@usepowershell
Copy link
Contributor Author

@zhoxing-ms this pr is ready for review. Please let me know if there is anything else I need to do to release a new version.

@zhoxing-ms zhoxing-ms merged commit 3ba9411 into Azure:main Jun 29, 2022
@usepowershell usepowershell deleted the basic_build_support branch June 29, 2022 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Auto-Assign Auto assign by bot ContainerApp

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants