Skip to content

🤖 fix: add ca-certificates to Docker runtime stage#2694

Open
ibetitsmike wants to merge 1 commit intomainfrom
mike/fix-docker-ca-certificates
Open

🤖 fix: add ca-certificates to Docker runtime stage#2694
ibetitsmike wants to merge 1 commit intomainfrom
mike/fix-docker-ca-certificates

Conversation

@ibetitsmike
Copy link
Contributor

Summary

Add ca-certificates to the Docker runtime stage so git clone over HTTPS works.

Background

The Docker image (ghcr.io/coder/mux:nightly) installs git and openssh-client but not ca-certificates. Without a CA bundle, any HTTPS operation (git clone, API calls) fails with server certificate verification failed. CAfile: none CRLfile: none.

Fixes #2692


Generated with mux • Model: anthropic:claude-opus-4-6 • Thinking: xhigh • Cost: $0.04

Resolves #2692 - git clone over HTTPS fails because the runtime
stage was missing the ca-certificates package needed for TLS
certificate verification.
@ibetitsmike
Copy link
Contributor Author

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Hooray!

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker image missing ca-certificates: git clone over HTTPS fails

1 participant