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

Add substitution capability that doesn't require a virtual filesystem or a filename #300

Closed
Skarlso opened this issue Mar 13, 2023 · 0 comments · Fixed by #307
Closed

Add substitution capability that doesn't require a virtual filesystem or a filename #300

Skarlso opened this issue Mar 13, 2023 · 0 comments · Fixed by #307
Labels
kind/feature new feature, enhancement, improvement, extension

Comments

@Skarlso
Copy link
Contributor

Skarlso commented Mar 13, 2023

What would you like to be added:

Ability to perform substitution on plain byte data.

Why is this needed:

The substitution functionality right now requires a VFS and files to be passed in. But in same cases, when we only have a blob, we can't pass in a filename. And since libraries aren't aware of Acces methods ( which are raw JSON ), we can't have a path information to fetch the name of the file to create a tar file ourselves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature new feature, enhancement, improvement, extension
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant