devcontainers / devcontainers/cli
Mounting files to be used during features build
Abierto
feature-request
- Lenguaje dominante
- TypeScript
- Estrellas
- 3k
- Forks
- 457
- Merge medio
- 13 h 17 min
- PR fusionados (30 d)
- 6
Descripción
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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.