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

What about add tzdata to (alpine) image? #138

Closed
bscheshirwork opened this issue Apr 18, 2018 · 3 comments
Closed

What about add tzdata to (alpine) image? #138

bscheshirwork opened this issue Apr 18, 2018 · 3 comments
Labels

Comments

@bscheshirwork
Copy link

I have service in the composition who can set timezone with

    environment:
      TZ: Europe/Moscow

redis image should extend tzdata?

&& apk add --no-cache tzdata \
@bscheshirwork bscheshirwork changed the title Woe about add tzdata to (alpine) image? What about add tzdata to (alpine) image? Apr 18, 2018
@yosifkit
Copy link
Contributor

Technically a duplicate of #127 (but that was closed before any discussion).

As far as I can tell the redis server does not concern itself with time zones and only uses and returns unix timestamps.

@bscheshirwork
Copy link
Author

Any logs on this container? Ok. Typically I will to expect see "synchronized" logs on all of related containers...

@tianon
Copy link
Contributor

tianon commented Apr 20, 2018

Confirmed, setting TZ adjusts the logging timestamps in redis:latest but not in redis:alpine. 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants