-
Notifications
You must be signed in to change notification settings - Fork 12
Support local volumes #288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
See also #490 |
This requires volume support, before we're able to copy the local files into the created volume. |
I'm going to flag that this issue seems to be about mounting files from a local build context into a volume, as opposed to #818 which is about creating a volume that should be populated by the image at runtime/and persisted. |
Though... depending on implementation, I guess these could work similarly:
We need to figure out, with the I suspect we'll need a bunch of warnings to make this usable and safe at the same time. |
Add support for locally mapped volumes. This could be implemented by building a sidecar image from the mapped files.
Currently this emits a warning.
The text was updated successfully, but these errors were encountered: