Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extending basic build support #5035

Merged
merged 2 commits into from
Jun 29, 2022
Merged

Conversation

smurawski
Copy link
Contributor

@smurawski smurawski 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 zhoxing-ms and jsntcy June 22, 2022 22:50
@yonzhan
Copy link
Collaborator

yonzhan commented Jun 22, 2022

container

@smurawski smurawski force-pushed the basic_build_support branch from 0b7ed26 to d7af8f1 Compare June 23, 2022 15:34
@smurawski smurawski marked this pull request as ready for review June 23, 2022 15:36
@smurawski
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.

@smurawski smurawski force-pushed the basic_build_support branch 2 times, most recently from 55225ae to 6c37a09 Compare June 29, 2022 13:13
@smurawski smurawski force-pushed the basic_build_support branch from 6c37a09 to 9206c5f Compare June 29, 2022 13:14
@zhoxing-ms zhoxing-ms merged commit 3ba9411 into Azure:main Jun 29, 2022
@smurawski smurawski 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