Timezone setting support
damir-ope opened this issue · 2 comments
damir-ope commented
Hello,
Nats image does not support setting of the timezone.
Similar issue raised 4 years ago:
Linked issue:
#17
Nats is using latest(3.18) alpine version which does not contain tzdata
package.
Alpine removed that package with one of the releases.
Can you please add that package in Dockerfile?
Thanks,
Damir
bruth commented
@damir-ope Thanks for the report! Any idea when Alpine removed it? I opened a PR to add it explicitly.
damir-ope commented
Any idea when Alpine removed it?
Thanks @bruth for quick reply.
Tried to find that info on the release note page of alpine linux - nothing useful there.
Based on this comment seems it's been a while since it was removed:
dotnet/dotnet-docker#1366