microsoft / microsoft/aspire

Provide API for deployment resources that product and push build artifacts

Open
#11,269 0 comments 1 reaction 0 assignees View on GitHub
area-deployment
Dominant language
C#
Stars
6.3k
Forks
991
Avg merge
2d 15h
Merged PRs (30d)
196

Description

When building deployment pipelines, there's a frequent requirement to model the following set of behaviors across multiple scenarios:

- Build assets for a compute resource (docker build, npm build, dotnet publish)
- Manage these assets in local and CI/CD-based pipelines (e.g. avoid building assets in release pipelines)
- Push these assets to some sort of registry (CDN, container registry, etc.)

Our current deployment process is optimized for resources that get built as Docker images (although we do have feature gaps here).

We should consider modeling this for non-Docker image based resources as well.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.