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

CentOS stream docker image not maintained any more? #1569

Open
tbblake opened this issue Nov 20, 2024 · 3 comments
Open

CentOS stream docker image not maintained any more? #1569

tbblake opened this issue Nov 20, 2024 · 3 comments

Comments

@tbblake
Copy link

tbblake commented Nov 20, 2024

SUMMARY

The centos-6.0-latest docker image is only at version 6.0.30 while all the others are at 6.0.36

OS / ENVIRONMENT / Used docker-compose files

Docker version 27.3.1

STEPS TO REPRODUCE

Docker pull the images and use docker inspect to check versions

$ docker image inspect zabbix/zabbix-server-mysql:alpine-6.0-latest| jq | grep ZBX_VERSION
        "ZBX_VERSION=6.0.36",
$ docker image inspect zabbix/zabbix-server-mysql:ubuntu-6.0-latest| jq | grep ZBX_VERSION
        "ZBX_VERSION=6.0.36",
$ docker image inspect zabbix/zabbix-server-mysql:ol-6.0-latest| jq | grep ZBX_VERSION
        "ZBX_VERSION=6.0.36",
$ docker image inspect zabbix/zabbix-server-mysql:centos-6.0-latest| jq | grep ZBX_VERSION
        "ZBX_VERSION=6.0.30",
EXPECTED RESULTS

centos-6.0-latest would be at 6.0.36

ACTUAL RESULTS

centos-6.0-latest is at 6.0.30

@tbblake
Copy link
Author

tbblake commented Nov 20, 2024

Worth mentioning the page on dockerhub (https://hub.docker.com/r/zabbix/zabbix-server-mysql) states "These are the only official Zabbix server Docker images. They are based on Alpine Linux v3.20, Ubuntu 24.04 (noble), CentOS Stream 9 and Oracle Linux 9 images. The available versions of Zabbix server are" so I'd assume that either that needs updating or the images need updating.

@tbblake
Copy link
Author

tbblake commented Nov 22, 2024

at a glance the latest centos 5.0 image is at 5.0.42 where the latest zabbix release is 5.0.45...

@tbblake
Copy link
Author

tbblake commented Nov 22, 2024

5.0is also behind for centos

+ docker image inspect zabbix/zabbix-web-apache-mysql:alpine-5.0-latest
+ grep ZBX_VERSION
+ jq
        "ZBX_VERSION=5.0.45",
+ docker image inspect zabbix/zabbix-web-apache-mysql:ubuntu-5.0-latest
+ grep ZBX_VERSION
+ jq
        "ZBX_VERSION=5.0.45",
+ docker image inspect zabbix/zabbix-web-apache-mysql:ol-5.0-latest
+ grep ZBX_VERSION
+ jq
        "ZBX_VERSION=5.0.45",
+ docker image inspect zabbix/zabbix-web-apache-mysql:centos-5.0-latest
+ grep ZBX_VERSION
+ jq
        "ZBX_VERSION=5.0.42",

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

No branches or pull requests

1 participant