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.
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.
🔥 Bug Description
Docker container resources are generated by Aspire as
container.v1
now in this commit if they useWithDockerfile
. I think this requires either generating abuild
entry in docker-compose, or actually doing the build as part of the aspirate run; not sure what the equivalent would be in k8s.