Skip to content

fix(docker): add certs#306

Merged
vladopajic merged 1 commit into
mainfrom
add-certs
Apr 26, 2026
Merged

fix(docker): add certs#306
vladopajic merged 1 commit into
mainfrom
add-certs

Conversation

@vladopajic

Copy link
Copy Markdown
Owner

after #203, image was changed to debian:bookworm-slim that does not includes CA certificates. go tls needs certificates when accessing github api.

Copilot AI review requested due to automatic review settings April 26, 2026 19:28

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Ensures the runtime Docker image contains CA certificates so the Go binary can successfully make TLS connections (e.g., to the GitHub API) after the base image switch to debian:bookworm-slim in #203.

Changes:

  • Install ca-certificates in the final debian:bookworm-slim stage.
  • Clean up apt lists to keep the image size small.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@vladopajic vladopajic merged commit bb6f9c6 into main Apr 26, 2026
19 checks passed
@vladopajic vladopajic deleted the add-certs branch May 1, 2026 15:17
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.

2 participants