Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install tzdata-legacy when building extra docker image #6078

Open
TrayanZapryanov opened this issue Nov 26, 2024 · 4 comments
Open

Install tzdata-legacy when building extra docker image #6078

TrayanZapryanov opened this issue Nov 26, 2024 · 4 comments

Comments

@TrayanZapryanov
Copy link

Describe the Problem

Once developers migrate from jammy:8.0 to runtime:9.0.0-noble-chiseled-extra, they can experience incompatibility issues with time zones.
Suggestion in 6072 was to install tzdata-legacy or to force ICU changing their stuff.

Describe the Solution

Install tzdata-legacy in extra image to prevent breaking changes.

Additional Context

See 6072 for more context.

@lbussell
Copy link
Contributor

Thank you for the feature suggestion. The easy path for users being able to add tzdata-legacy to their own Chiseled images is going to depend on:

#4811 is the biggest unknown - if it turns out that adding packages to existing Chiseled images is still difficult/extra even after Chisel v1.0.0, then we could consider adding tzdata-legacy by default to noble extra images.

And just to be clear, @TrayanZapryanov, are you actually hitting this issue with Time Zone ID incompatibility today?

@TrayanZapryanov
Copy link
Author

Yes,
Logs in previous issue were from production environment. At the moment they are not so much to rever to .net8 as only half of the customers are affected.

@mthalman
Copy link
Member

I talked with @rebornplusplus about this. This is being investigated.

@richlander
Copy link
Member

Do we have a size cost for tzdata-legacy? I am guessing it is a drop in the bucket compared to ICU.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

4 participants