Skip to content
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

- feature: added mount feature for assets and mount folder #63

Merged
merged 3 commits into from
Nov 21, 2024

Conversation

agallardol
Copy link
Contributor

@agallardol agallardol commented Nov 20, 2024

Add Asset and Mount File Support for Deno Tools (docker implementation)

This PR adds support for mounting files in two ways:

  • Read-only assets via context.assets
  • Read-write mount files via context.mount_files

The implementation includes:

  • New directories in execution storage for assets and mount points
  • Docker mount configuration for file access
  • Tests validating both read-only and read-write file operations

This enables tools to work with external files in a controlled manner, with clear separation between read-only assets and writable mount points.

@agallardol agallardol marked this pull request as ready for review November 21, 2024 21:02
@agallardol agallardol merged commit 4247568 into main Nov 21, 2024
1 check failed
@agallardol agallardol deleted the agallardol/mount-files branch November 21, 2024 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant