Sharp
Sharp
CCoder.com
Created by Sharp on 8/21/2023 in #help
envbox + envbuilder template
In my attempts to get a secure k3s-compatiable coder setup working, I am trying to get envbuilder to work from inside envbox.
{"ts":"2023-08-21T03:24:35.37819366Z","level":"ERROR","msg":"send startup logs","caller":"/home/runner/work/envbox/envbox/buildlog/coder.go:116","func":"github.com/coder/envbox/buildlog.(*CoderLogger).processLogs.func1","fields":{"error":"Patch \"https://coder.mcaq.me/api/v2/workspaceagents/me/startup-logs\": context canceled"}}
run: get image metadata: start container: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: container_linux.go:425: starting container process caused: exec: "sleep": executable file not found in $PATH: unknown
{"ts":"2023-08-21T03:24:35.37819366Z","level":"ERROR","msg":"send startup logs","caller":"/home/runner/work/envbox/envbox/buildlog/coder.go:116","func":"github.com/coder/envbox/buildlog.(*CoderLogger).processLogs.func1","fields":{"error":"Patch \"https://coder.mcaq.me/api/v2/workspaceagents/me/startup-logs\": context canceled"}}
run: get image metadata: start container: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: container_linux.go:425: starting container process caused: exec: "sleep": executable file not found in $PATH: unknown
Currently this is my issue. Find the full log attatched. Find my current template here https://github.com/Sharpz7/Sharpz7/blob/main/templates/devcontainer/main.tf
62 replies
CCoder.com
Created by Sharp on 1/12/2023 in #help
host volumes from dind on kubernetes
https://files.mcaq.me/8919b.jpg Here is the terraform: https://hastebin.com/ipayakinex.nginx Basically, I want the docker-compose file to, when run, correctly mount from the container, not host. This is not happening. Any advice would be greatly appreciated :))
25 replies
CCoder.com
Created by Sharp on 1/12/2023 in #help
Supporting Code-Server Port Forwards from Coder
Is this something that currently works and I just haven't set it up right? I am connecting through a coder instance running on my VPS, so localhost is not correct. https://files.mcaq.me/30578.jpg
16 replies