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

Dockerfile and co updates #3811

Merged
merged 29 commits into from
Mar 8, 2024
Merged

Dockerfile and co updates #3811

merged 29 commits into from
Mar 8, 2024

Conversation

ruslandoga
Copy link
Contributor

In place of #2986

@ruslandoga ruslandoga requested a review from cnkk February 22, 2024 14:35
@cnkk cnkk added the deploy-to-staging Special label that triggers a deploy to a staging environment label Feb 22, 2024
@ruslandoga ruslandoga mentioned this pull request Feb 26, 2024
5 tasks
macobo added a commit that referenced this pull request Mar 8, 2024
This can cause issues as 1 day after a deploy the tzdata list is updated
from 2021 to 2024. Selecting a timezone thats not supported in 2021 can
then break dashboards temporarily following a deploy.

This can be reverted after #3811
macobo added a commit that referenced this pull request Mar 8, 2024
This can cause issues as 1 day after a deploy the tzdata list is updated
from 2021 to 2024. Selecting a timezone thats not supported in 2021 can
then break dashboards temporarily following a deploy.

This can be reverted after #3811
@macobo
Copy link
Contributor

macobo commented Mar 8, 2024

Please revert #3873 once this is merged - this helps fix a bug with timezone handling that PR works around in an ugly way.

@ruslandoga
Copy link
Contributor Author

ruslandoga commented Mar 8, 2024

We can also switch to tz which is supposed to be both faster and more correct. It should include a more recent database by default as well (right now it's 2023c). It builds the tz database during compilation so it should be reasonably up-to-date at start-up time.

@cnkk cnkk merged commit 83a46fb into master Mar 8, 2024
5 checks passed
@cnkk cnkk deleted the dockerfile-wip branch March 8, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy-to-staging Special label that triggers a deploy to a staging environment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants