Bryan Kneis
Bryan Kneis
@kalebharrison you could mount the certificates into the trust store?
@jzazo @haukex @mjswensen thank you for reporting the issue and providing some information on this. By default devcontainer's use the root user, devpod needs to chown the workspace on your...
@haukex apologies for not making that clearer. I believe you need to set the `remoteUser` in devcontainer.json to `node`. I think your devcontainer is using this user but you are...
@mjswensen have you tried using the `ghcr.io/devcontainers/features/common-utils` to set up the remote user? Or use the dockerfile method as @jzazo mentioned? Did this solve your issue?
@MaGaudin devpod now supports extending the agent download timeout, could you try setting `AGENT_INJECT_TIMEOUT` to something like 60 seconds and try again? i.e. `devpod context set-options -o AGENT_INJECT_TIMEOUT=60`
@gjhenrique thanks for reporting the issue! Looking at the code I can see your fix looks good to me. Can you please place a PR with these changes?
Hi @solesensei, so what your referring to is the devpod agent (not daemon). This is used as the remote server running in the devpod to provide functionality such as SSH,...
@awesomescot does this still happen for you with the latest devpod? I tried using the k8s operator and it worked
Thanks @Benjamin-Etheredge, I'll take another look and see if I can find why :+1:
@jchirschy thanks for reporting this! It seems the CLI argument is out of date and we only support dot files from a git repo at the moment. I have raised...