redhat-developer / s2i-dotnetcore

.NET Core OpenShift images
Apache License 2.0
112 stars 192 forks source link

7.0: update command to install timezones. #451

Closed tmds closed 1 year ago

tmds commented 1 year ago

A new version of tzdata is available ('tzdata-2023c'), we need to use the 'update' command instead of the 'reinstall' command to retrieve the timezone data.

cc @omajid @aslicerh

omajid commented 1 year ago

What happens when the included version of tzdata is bumped to this version? Will this need change (dnf update) to be reverted so we reinstall the version?

tmds commented 1 year ago

What happens when the included version of tzdata is bumped to this version? Will this need change (dnf update) to be reverted so we reinstall the version?

I've asked your question on the bugzilla where I was suggested to change to the update command:

https://bugzilla.redhat.com/show_bug.cgi?id=2184618

If something doesn't work, either the build, or our timezone test will fail.