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

Support azd package for containerized apps that don't use docker build #4584

Open
ellismg opened this issue Nov 22, 2024 · 0 comments
Open
Milestone

Comments

@ellismg
Copy link
Member

ellismg commented Nov 22, 2024

When using dotnet publish or ACR remote builds for a container based service, azd package doesn't end up producing an artifact that you could use later. Even in the case of docker build the package output is usually just the name of the tagged image, not something like the output of docker save or the like, so there's no first-class artifact to transfer to another machine.

We've discussed what we might do here a bit in #4573 (comment) when we were landing dotnet publish based build and pushing for containerized applications.

This only impacts the ability to use azd package to produce an artifact that you can deploy later. Both azd up and azd deploy are not broken due to the lack of first-class package artifact.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant