Samples
Samples copied to clipboard
Should the container assets be moved into their own repos?
Discussion on whether or not what's currently in the /WindowsContainers folder should be moved into an independent repository.
Pros:
- keeps sample content separate from container assets
- reduces noise in Samples repos
- Simplifies CI/CD processes for container images
- Easier to make, test, and surface changes when what's being tested isn't a subfolder of a much larger structure
Cons:
- Makes Yet Another Repository that needs to be maintained
- Would necessarily be a sparse repos since the InRule assets must be provided separately
- If/When additional containers examples are added (e.g., Mortgage Calculator container image built from base sample images), could add friction