prom3theu5 / aspirational-manifests

Handle deployments of .NET Aspire AppHost Projects
MIT License
702 stars 36 forks source link

container.v1 resources not supported #264

Open vvuk opened 3 weeks ago

vvuk commented 3 weeks ago

🔥 Bug Description

Docker container resources are generated by Aspire as container.v1 now in this commit if they use WithDockerfile. I think this requires either generating a build entry in docker-compose, or actually doing the build as part of the aspirate run; not sure what the equivalent would be in k8s.

vvuk commented 3 weeks ago

I don't actually know why this got added as different than dockerfile.v0 resources -- I think dockerfile.v0 seems to be just the ability to containerize an existing executable.