Ryan
CCoder.com
•Created by saun on 3/1/2025 in #help
How to build a custom private image using coder's docker template?
You should check out the docs for the docker provider: https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs#registry-credentials
63 replies
CCoder.com
•Created by saun on 3/1/2025 in #help
How to build a custom private image using coder's docker template?
Assuming you meant to tag a different Ryan?
63 replies
CCoder.com
•Created by ei.do on 2/28/2025 in #help
Permanent SSH + GPG keys
assuming I was tagged by mistake haha
13 replies
CCoder.com
•Created by Ryan on 12/29/2024 in #help
Intermittent failures in container deletion/creation on remote docker provider
The machine running Coder is on Ubuntu 22.04, Docker 24.0.6 (Coder is running via Docker Compose if that's useful info)
the remote Docker host is on Ubuntu 24.04, Docker 27.3.1
15 replies
CCoder.com
•Created by Ryan on 12/29/2024 in #help
Intermittent failures in container deletion/creation on remote docker provider
Hey! Haven't found anything to go off yet -- nothing weird shows up in the docker host's logs
15 replies
CCoder.com
•Created by Ryan on 12/29/2024 in #help
Intermittent failures in container deletion/creation on remote docker provider
Hmmm interesting
15 replies
CCoder.com
•Created by Ryan on 12/29/2024 in #help
Intermittent failures in container deletion/creation on remote docker provider
That's a good spot, you're right
15 replies
CCoder.com
•Created by Ryan on 12/29/2024 in #help
Intermittent failures in container deletion/creation on remote docker provider
It's also weird that it says
docker.example.com
as the URL for those API calls lol15 replies
CCoder.com
•Created by Ryan on 12/29/2024 in #help
Intermittent failures in container deletion/creation on remote docker provider
It's weird that
Permanently added 'HOST' (key-type) to the list of known hosts.
is being written to stderr even though I have StrictHostKeyChecking
off (maybe because I have a UserKnownHostsFile
set too? Perhaps I'll try with that off and see if anything more useful is in stderr15 replies
CCoder.com
•Created by Ryan on 12/29/2024 in #help
Intermittent failures in container deletion/creation on remote docker provider
It seems like this periodically happens whenever any kind of docker API call is made:
it always eventually works with a retry. I don't think the network is actually flaky; the two machines are behind the same switch
15 replies