Bump squid image to Alpine 3.24 - #329
Conversation
CI failed because apk could not fetch APKINDEX over TLS from dl-cdn, which then looked like a missing squid package.
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4509fcdd27
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "${mirror}/v3.23/main" \ | ||
| "${mirror}/v3.23/community" \ |
There was a problem hiding this comment.
Derive the repository branch from the base image
When FROM alpine:3.23 is later upgraded without also changing these new literals, the image will continue fetching v3.23 packages into the newer Alpine base. The previous default repositories automatically matched the selected image, whereas this can now cause dependency/ABI conflicts or leave Squid on an older security-update stream while the build still appears successful; preserve the base image's repository paths when swapping mirror hosts or derive the branch from the installed Alpine release.
Useful? React with 👍 / 👎.
The failed CI job looked like a transient Alpine CDN TLS error; moving to the current stable release picks up newer apk/ca-certificates.
Summary
build (squid)onmainfailed withTLS: unspecified errorfetching AlpineAPKINDEX, thensquid (no such package). The previousmainbuild succeeded minutes earlier on the same Dockerfile, so this was likely a CDN blip rather than a missing package.squid.conf.Test plan
build (squid)is green on this PRmain