Fix PR #408

Closed
opened 2026-06-04 05:20:30 +00:00 by guettli · 1 comment
guettli commented 2026-06-04 05:20:30 +00:00 (Migrated from codeberg.org)

Fix PR:

failed to resolve image "ghcr.io/cirruslabs/flutter:3.44.1" (platform: "linux/amd64"): failed to resolve source metadata for ghcr.io/cirruslabs/flutter:3.44.1: ghcr.io/cirruslabs/flutter:3.44.1: not found

https://codeberg.org/guettli/sharedinbox/actions/runs/1521/jobs/0/attempt/1#jobstep-3-48

Fix PR: > failed to resolve image "ghcr.io/cirruslabs/flutter:3.44.1" (platform: "linux/amd64"): failed to resolve source metadata for ghcr.io/cirruslabs/flutter:3.44.1: ghcr.io/cirruslabs/flutter:3.44.1: not found https://codeberg.org/guettli/sharedinbox/actions/runs/1521/jobs/0/attempt/1#jobstep-3-48
guettlibot commented 2026-06-04 05:30:04 +00:00 (Migrated from codeberg.org)

The PR is open: https://codeberg.org/guettli/sharedinbox/pulls/409

What I did:

  • Diagnosed the root cause: ghcr.io/cirruslabs/flutter:3.44.1 does not exist on GHCR (docker manifest inspect returns "manifest unknown"), while 3.44.0 is confirmed present.
  • The mismatch originated when .fvmrc was bumped to 3.44.1 but the cirruslabs Docker image for that version wasn't published yet.
  • Fix: reverted .fvmrc back to 3.44.0, so ci/main.go's hardcoded image tag (3.44.0) and the FVM version now agree and CI can pull the toolchain container.

PR: https://codeberg.org/guettli/sharedinbox/pulls/409

The PR is open: https://codeberg.org/guettli/sharedinbox/pulls/409 **What I did:** - Diagnosed the root cause: `ghcr.io/cirruslabs/flutter:3.44.1` does not exist on GHCR (`docker manifest inspect` returns "manifest unknown"), while `3.44.0` is confirmed present. - The mismatch originated when `.fvmrc` was bumped to `3.44.1` but the cirruslabs Docker image for that version wasn't published yet. - Fix: reverted `.fvmrc` back to `3.44.0`, so `ci/main.go`'s hardcoded image tag (`3.44.0`) and the FVM version now agree and CI can pull the toolchain container. PR: https://codeberg.org/guettli/sharedinbox/pulls/409
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: guettli/sharedinbox#408