georglauterbach / dev-container-base

Development Container Base Image for Common Tasks
https://github.com/georglauterbach/dev-container-base
MIT License
0 stars 0 forks source link

Show that using `VOLUME` does not work for caching #2

Closed georglauterbach closed 1 month ago

georglauterbach commented 1 month ago

Subject

I would like to report an issue

Description

We need to use mounts in devcontainer.json instead of VOLUME in Dockerfile to make caching work.

ref: https://github.com/microsoft/vscode-remote-release/issues/7690#issuecomment-2261169813

georglauterbach commented 1 month ago

Fixed in 9707e97