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

Latest alpine container images don't have c_rehash utility

XMLWordPrintable

    • Sprint candidates

      Our containers had c_rehash utility in version 7.0.6:

      podman run -it --rm zabbix/zabbix-server-mysql:alpine-7.0.6  sh
      /var/lib/zabbix $ c_rehash
      ERROR: Access denied '/etc/ssl/certs'
      /var/lib/zabbix $ which c_rehash
      /usr/bin/c_rehash
      

      But latest version doesn't have it any more:

      podman run -it --rm zabbix/zabbix-server-mysql:alpine-7.0-latest  sh
      ~ $ c_rehash
      sh: c_rehash: not found
      ~ $ which c_rehash
      

      This causes a problem when using it with external vault and custom CA:
      https://www.zabbix.com/documentation/7.0/en/manual/config/secrets?hl=c_rehash

            dotneft Alexey Pustovalov
            zux Edgars Melveris
            Team I
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: