2febc99148
The vikunja/vikunja:0.24.6 image is a scratch/distroless build with only the Go binary. wget, curl, sh, and all other utilities are missing, making in-container healthchecks impossible. Removing the healthcheck lets the controller detect the container as "running" directly from Docker state, which is the correct behavior for shell-less images. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>