Aericio
CCoder.com
•Created by Aericio on 1/17/2025 in #help
Permission Issues on fresh containers
cool, thanks!
25 replies
CCoder.com
•Created by Aericio on 1/17/2025 in #help
Permission Issues on fresh containers
yea was being lazy, will do
25 replies
CCoder.com
•Created by Aericio on 1/17/2025 in #help
Permission Issues on fresh containers
it still makes the repo folder anyways though, so why couldn't it set perms regardless?
it sets perms fine when i use non-empty repo without devcontainer file
25 replies
CCoder.com
•Created by Aericio on 1/17/2025 in #help
Permission Issues on fresh containers
oh also, used this template w/o modifications
https://github.com/coder/coder/tree/main/examples/templates/docker-devcontainer
25 replies
CCoder.com
•Created by Aericio on 1/17/2025 in #help
Permission Issues on fresh containers
I was initially confused about the "Repo URL" link, I thought it meant to link to a devcontainer image so I put in
mcr.microsoft.com/devcontainers/typescript-node:22
. It parsed it as a git url and tried to clone it (created an empty repo).
I think I found the problem though; when the git repo is empty, the step in red is skipped.
Reproduction:
- I am not providing .devcontainer
, so using fallback image in both cases
- Set repo URL as one of
- Non-empty repo: https://github.com/Aericio/silver-guacamole
- Empty repo: https://github.com/Aericio/expert-memory
- Keeping everything else the same25 replies
CCoder.com
•Created by Aericio on 1/17/2025 in #help
Permission Issues on fresh containers
oh but the git clone still going to
/workspaces
25 replies
CCoder.com
•Created by Aericio on 1/17/2025 in #help
Permission Issues on fresh containers
changed from
/workspaces
to /home/coder
instead, not sure how to fix /workspaces
perm in tf25 replies
CCoder.com
•Created by Aericio on 1/17/2025 in #help
Permission Issues on fresh containers
does the default template have an issue then?
25 replies
CCoder.com
•Created by Aericio on 1/17/2025 in #help
Permission Issues on fresh containers
on version 2.18.2, running coder w/ docker compose
25 replies