Fix mosquitto image tag: use 2.0.22 instead of nonexistent 2.1.2 #198

Merged
eblume merged 1 commit from fix/mosquitto-image-tag into main 2026-02-16 17:19:32 -08:00
Owner

Summary

  • The eclipse-mosquitto:2.1.2 tag doesn't exist on Docker Hub — the 2.1.x series only publishes -alpine variants
  • Corrects the pinned tag to 2.0.22, the latest non-alpine version (matching what the old floating :2 tag was resolving to)
  • Updates tracking file and changelog fragment accordingly

Context

The previous PR #197 pinned mosquitto from floating :2 to 2.1.2, but the new pod failed with ErrImagePull ("manifest unknown"). The old pod is still running on :2.

Test plan

  • Verify eclipse-mosquitto:2.0.22 pulls successfully
  • Verify mosquitto pod restarts and passes readiness/liveness probes
  • mise run services-check passes
## Summary - The `eclipse-mosquitto:2.1.2` tag doesn't exist on Docker Hub — the 2.1.x series only publishes `-alpine` variants - Corrects the pinned tag to `2.0.22`, the latest non-alpine version (matching what the old floating `:2` tag was resolving to) - Updates tracking file and changelog fragment accordingly ## Context The previous PR #197 pinned mosquitto from floating `:2` to `2.1.2`, but the new pod failed with `ErrImagePull` ("manifest unknown"). The old pod is still running on `:2`. ## Test plan - [ ] Verify `eclipse-mosquitto:2.0.22` pulls successfully - [ ] Verify mosquitto pod restarts and passes readiness/liveness probes - [ ] `mise run services-check` passes
The eclipse-mosquitto 2.1.x series only publishes alpine variants
(e.g. 2.1.2-alpine). The non-alpine 2.0.x series latest is 2.0.22,
which matches what the floating :2 tag was resolving to.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
eblume merged commit d35c26d2b0 into main 2026-02-16 17:19:32 -08:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
eblume/blumeops!198
No description provided.