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

Mounting files to be used during features build #915

Open
myslak71 opened this issue Oct 8, 2024 · 1 comment
Open

Mounting files to be used during features build #915

myslak71 opened this issue Oct 8, 2024 · 1 comment
Labels
feature-request New feature or request

Comments

@myslak71
Copy link

myslak71 commented Oct 8, 2024

I'd like to be able to mount some files which then be later used during feature installation.

My use case looks as follows:

  1. Before running devcontainer up I download some files
  2. Then custom feature needs to do some processing on downloaded files - but it fails since those files are not available during build

I can see that within the BuildKit there is an option that we can leverage:
https://docs.docker.com/reference/dockerfile/#run---mount

@chrmarti
Copy link
Contributor

Depending on the kind / size of artifacts the feature could do the downloading or include them in its package.

@chrmarti chrmarti added the feature-request New feature or request label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants