Skip to content

fix: devcontainer tweaks#401

Open
allison-truhlar wants to merge 2 commits into
mainfrom
devcontainer-fixes
Open

fix: devcontainer tweaks#401
allison-truhlar wants to merge 2 commits into
mainfrom
devcontainer-fixes

Conversation

@allison-truhlar

Copy link
Copy Markdown
Collaborator

This PR contains some fixes I had to make to get the updated devcontainer running for me - pinning the version of pixi in the container and some permission difference arising from my still using Docker on Linux vs. Podman.
@krokicki

An unpinned (latest) pixi can compute a different workspace hash and reject
pixi.lock as not up-to-date. Pin PIXI_VERSION=0.66.0 in the image build.
The ownership guard only checked the top-level .pixi dir and hardcoded
1000:1000, so it missed root-owned contents under a correctly-owned top dir
and broke when updateRemoteUserUID remapped vscode's UID. Probe the whole
tree (find -quit) and chown to vscode by name instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant