Not able to use custom docker image, healthcheck failing #17821
Unanswered
santurini
asked this question in
Workspace Provisioning & Templates
Replies: 1 comment
-
I tried using this startup-script that gets ran as a post start command:
Same as before, the agent is started but from the UI im not able to connect to the workspace even if the pod is running.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
Current Behavior
I am using a custom dockerfile to integrare docker in docker on kubernetes, the problem is that to do so I have to install the coder server and launch it as a post-hook, and this seems to break the healthcheck from the UI and therefore I am not able to connect to the pod terminal from the UI.
This is the Dockerfile:
This is the template:
And this is the healthcheck from inside the container (sometimes expired sometimes alive):
Relevant Log Output
Expected Behavior
I would like to be able to integrate docker in docker without compromising coder.
Steps to Reproduce
Environment
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions