Skip to content

Fix deploy failure: switch Dockerfile base image from bullseye to bookworm#244

Merged
cybersiddhu merged 2 commits into
developfrom
copilot/fix-call-build-deploy-failure
May 15, 2026
Merged

Fix deploy failure: switch Dockerfile base image from bullseye to bookworm#244
cybersiddhu merged 2 commits into
developfrom
copilot/fix-call-build-deploy-failure

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 14, 2026

The call-build-deploy / deploy job was failing because golang:1.25-bullseye does not exist on Docker Hub — Debian 11 (bullseye) reached EOL in June 2024 and Go 1.25 dropped bullseye variants.

Changes

  • build/package/Dockerfile: Update builder base image from golang:1.25-bullseye to golang:1.25-bookworm
# Before
FROM golang:1.25-bullseye AS builder

# After
FROM golang:1.25-bookworm AS builder

Copilot AI changed the title [WIP] Fix failing GitHub Actions job call-build-deploy / deploy Fix deploy failure: switch Dockerfile base image from bullseye to bookworm May 14, 2026
Copilot AI requested a review from cybersiddhu May 14, 2026 22:56
@cybersiddhu cybersiddhu marked this pull request as ready for review May 15, 2026 01:47
@cybersiddhu cybersiddhu merged commit 092f054 into develop May 15, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants