Closed Ermiar closed 3 months ago
No issues:
% docker run -ti --entrypoint grep zabbix/zabbix-web-nginx-pgsql:7.0.2-alpine -R 7.0.2 include/defines.inc.php
define('ZABBIX_VERSION', '7.0.2');
define('ZABBIX_API_VERSION', '7.0.2');
Try to pull image and restart container then.
Thanks for your answer. After more search, the problem was coming from the fact that I had a docker volume for the frontend. This volume contained php files from the previous thats overrided the version of the container. Removing the volume from the configuration file solved the issue.
Sorry for the trouble.
SUMMARY
When updating my docker compose file to use Zabbix version 7.0.2 with alpine image (from version 7.0.0), zabbix server is marked as up to date but not the zabbix frontend. I am using the following image tag:
zabbix/zabbix-web-nginx-pgsql:7.0.2-alpine
.OS / ENVIRONMENT / Used docker-compose files
Here is the used docker compose file (with sensitives informations removed). The docker compose file is launched using Portainer on a Ubuntu server.
STEPS TO REPRODUCE
Updating the docker compose to use the 7.0.2 tag on images.
EXPECTED RESULTS
The zabbix frontend should display the 7.0.2 version in the footer and in the system information page. Inspecting the frontedn container environment variables also show that ZBX_VERSION is 7.0.2.
ACTUAL RESULTS
The displayed version is 7.0.0 and the frontend version is not marked as up to date as shown below.