Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-17216

Adjust time zone while using docker alpine images

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Won't fix
    • Icon: Trivial Trivial
    • None
    • 4.4.4
    • Appliance (L)
    • None

      Currently, it's not possible to adjust the timezone while using Zabbix Docker containers with an alpine image.

      docker run --name appliance -e TZ=Europe/Riga -t -d zabbix/zabbix-appliance:alpine-latest
      docker exec -it appliance date 

       

      In the same time while kickstart image together with 'centos' or 'ubuntu' image, the timezone is configured correctly:

      docker run --name appliance -e TZ=Europe/Riga -t -d zabbix/zabbix-appliance:centos-latest
      docker exec -it appliance date

       

      Expectation:

      Browse docker logs by having a meaningful timestamp.

       

            zabbix.dev Zabbix Development Team
            aigars.kadikis Aigars Kadikis
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: