You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, we generate temporary files and bind mount them to local containers. This allows Aspire to configure the container. However, these temporary files never get deleted.
We should have a service for doing this that gets cleaned up on exit. @karolz-ms says:
I can imagine us having the capability for Containers where you can say "here is a blob of JSON that I need to appear as file inside the container, under this path". Sort of like Kubernetes ConfigMaps.
The text was updated successfully, but these errors were encountered:
Today, we generate temporary files and bind mount them to local containers. This allows Aspire to configure the container. However, these temporary files never get deleted.
For example:
aspire/src/Aspire.Hosting.PostgreSQL/PostgresBuilderExtensions.cs
Lines 154 to 166 in d388901
We should have a service for doing this that gets cleaned up on exit. @karolz-ms says:
The text was updated successfully, but these errors were encountered: