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

Final "Build Image in Azure" #292

Merged
merged 4 commits into from
Mar 22, 2023
Merged

Final "Build Image in Azure" #292

merged 4 commits into from
Mar 22, 2023

Conversation

motm32
Copy link
Contributor

@motm32 motm32 commented Mar 21, 2023

Fixes #286.

motm32 and others added 3 commits March 21, 2023 10:43
* Migrate docker buildImageInAzure code

* Add storage-blob dependency

* Spelling change

* Incorporate comments

* Add BuildImageStep

* Incorporate requested changes

* Change activity message

* Change DockerFileitemStep.ts name
* Add capabilities for remoteAcrBuild

* cleanup

* Small changes

* Add name change to ImageSourceListStep also

* PR feedback
@motm32 motm32 requested a review from a team as a code owner March 21, 2023 22:56
src/commands/deploy/IDeployBaseContext.ts Outdated Show resolved Hide resolved
@@ -14,6 +14,7 @@ export interface IDeployBaseContext extends ISubscriptionActionContext {
targetContainer?: ContainerAppModel;

imageSource?: ImageSourceValues;
buildType?: string;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, we should try to document these context properties where necessary. How are these properties used and what do they control?

@motm32 motm32 merged commit 74d8c7e into main Mar 22, 2023
@motm32 motm32 deleted the meganmott/dockerCodeIntegration branch March 22, 2023 23:03
@microsoft microsoft locked and limited conversation to collaborators Mar 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Build from project remotely using Azure command
3 participants