Skip to content

Unblock Docker build against EOL bullseye apt metadata - #9489

Merged
iHiD merged 1 commit into
mainfrom
fix-expired-bullseye-apt-metadata
Sep 11, 2026
Merged

iHiD merged 1 commit into
mainfrom
fix-expired-bullseye-apt-metadata

Conversation

@iHiD

@iHiD iHiD commented Sep 11, 2026

Copy link
Copy Markdown
Member

The Rails image builds on ruby:3.4.4-bullseye. Bullseye is now EOL, so the
bullseye-security InRelease file has expired and apt-get update exits 100:

E: Release file for .../bullseye-security/InRelease is expired (invalid since 3d 17h ...)

This sets Acquire::Check-Valid-Until "false" in both stages so the stale index
is accepted and deploys unblock. A follow-up PR moves the base images onto
current, supported versions, which is the real fix.

🤖 Generated with Claude Code

https://claude.ai/code/session_01549BYfDEpyce9GLgGnJqpm

Bullseye is EOL so its security repo's Release file has expired, which makes
apt-get update exit 100 and fails every deploy. Accept the stale metadata in
both build stages to unblock things while the base image is updated.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01549BYfDEpyce9GLgGnJqpm
@iHiD
iHiD merged commit 0813319 into main Sep 11, 2026
40 of 41 checks passed
@iHiD
iHiD deleted the fix-expired-bullseye-apt-metadata branch September 11, 2026 15:01
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.

1 participant