Chuck Lantz
Chuck Lantz
@joshspicer Is this actually a Codespaces bug? Do we no longer create a symlink on the host to the location where the bind mount would land inside the container for...
@joshspicer @jkeech ?
That error is actually coming from the OS when trying to install needed dependencies to build git. I am not seeing this repro with the default `debian` image and `mcr.microsoft.com/vscode/devcontainers/base`...
Cleaning out the `/var/lib/apt/lists/` folder in your base Dockerfile (`rm -rf /var/lib/apt/lists/*`) will generally prevent it. We do that in our pre-built images. Example: https://forums.linuxmint.com/viewtopic.php?t=132196
Thanks for the suggestion! This should be doable by using the "initalizeCommand" property to get the local timezone into a file that is then pulled into the container via the...
This is an old issue, but to set the system time zone, do two things: 1. Install the `tzdata` package if its not already in your image. 2. Use `containerEnv`...
This actually sounds like features may not be respecting the "target" property or there's some sort of odd conflict which I'd agree is a bug. @chrmarti @jkeech @joshspicer @alexdima -...
To support partial version matching we need a full list of all versions in one spot that can be sorted and matched. It's possible there's a bug specifically with parsing...
@bamurtaugh I think we could tactically merge given it is broken as-is and the new process has not yet been disclosed. @gusbicalho Thie new approach will be like Features which...
@bamurtaugh Yeah I think so - very reasonable to add in support. The specifics this is this updates a utility script we tend to reuse in a number of different...