Skip to content

fix(image): ship tzdata so planned timezones resolve - #498

Merged
dannash100 merged 1 commit into
mainfrom
fix/image-tzdata
Aug 19, 2026
Merged

fix(image): ship tzdata so planned timezones resolve#498
dannash100 merged 1 commit into
mainfrom
fix/image-tzdata

Conversation

@dannash100

Copy link
Copy Markdown
Contributor

Every planned timezone 400s in the deployed image: busybox:glibc has no /usr/share/zoneinfo, and jiff bundles a tzdb only on Windows/wasm, so TimeZone::get fails for all zones.

  • install tzdata in the certs stage and copy /usr/share/zoneinfo in (+3.7MB)
  • zoneinfo is arch-neutral, so the certs stage is a fine source, as with the CA bundle
  • jiff's tzdb-bundle-always also fixes it, but freezes zone rules at the jiff release

@dannash100
dannash100 added this pull request to the merge queue Aug 18, 2026
Merged via the queue into main with commit 7df5309 Aug 19, 2026
7 checks passed
@dannash100
dannash100 deleted the fix/image-tzdata branch August 19, 2026 00:12
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.

2 participants