docker.io/zabbix/zabbix-server-mysql:centos-5.0.24 linux/amd64

docker.io/zabbix/zabbix-server-mysql:centos-5.0.24 - 国内下载镜像源 浏览次数:12
Zabbix Server 镜像 这是 Zabbix Server 的官方 Docker 镜像,用于在容器中运行 Zabbix 服务器。该镜像基于 MySQL 数据库存储 Zabbix 的监控数据,可以用来监控网络设备、操作系统和应用程序等。
源镜像 docker.io/zabbix/zabbix-server-mysql:centos-5.0.24
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-server-mysql:centos-5.0.24
镜像ID sha256:eb96e2f1a3e43016e3b688aec962d603c3515b5ad61205f94fbd36d17b7d9343
镜像TAG centos-5.0.24
大小 502.55MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /usr/sbin/zabbix_server --foreground -c /etc/zabbix/zabbix_server.conf
启动入口 /usr/bin/tini -- /usr/bin/docker-entrypoint.sh
工作目录 /var/lib/zabbix
OS/平台 linux/amd64
浏览量 12 次
贡献者
镜像创建 2022-05-30T19:31:59.709706052Z
同步时间 2025-07-22 12:05
更新时间 2025-07-23 09:13
开放端口
10051/tcp
目录挂载
/var/lib/zabbix/export /var/lib/zabbix/snmptraps
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci TERM=xterm ZBX_VERSION=5.0.24 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git MIBDIRS=/usr/share/snmp/mibs:/var/lib/zabbix/mibs MIBS=+ALL
镜像标签
x86_64: architecture 2022-04-29T11:48:11.055897: build-date cpt-1007.osbs.prod.upshift.rdu2.redhat.com: com.redhat.build-host centos-stream-container: com.redhat.component https://centos.org/legal/licensing-policy/: com.redhat.license_terms CentOS Stream is a continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux development. This image takes the Red Hat UBI and layers on content from CentOS Stream: description public: distribution-scope 1.19.8: io.buildah.version The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.: io.k8s.description CentOS Stream 8: io.k8s.display-name : io.openshift.expose-services base centos centos-stream: io.openshift.tags The CentOS Project: maintainer centos-stream: name Alexey Pustovalov <alexey.pustovalov@zabbix.com>: org.opencontainers.image.authors 2022-05-30T19:30:09.550Z: org.opencontainers.image.created Zabbix server with MySQL database support: org.opencontainers.image.description https://www.zabbix.com/documentation/5.0/manual/installation/containers: org.opencontainers.image.documentation GPL v2.0: org.opencontainers.image.licenses 74485bcfab747a0210a1e3241e33a6df85f5e003: org.opencontainers.image.revision https://git.zabbix.com/scm/zbx/zabbix.git: org.opencontainers.image.source Zabbix server (MySQL): org.opencontainers.image.title https://zabbix.com/: org.opencontainers.image.url Zabbix LLC: org.opencontainers.image.vendor 5.0.24: org.opencontainers.image.version 239.1651231664: release Provides a CentOS Stream container based on the Red Hat Universal Base Image: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664: url 3aadd00326f3dd6cfe65ee31017ab98915fddb56: vcs-ref git: vcs-type Red Hat, Inc.: vendor 8: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-server-mysql:centos-5.0.24
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-server-mysql:centos-5.0.24  docker.io/zabbix/zabbix-server-mysql:centos-5.0.24

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-server-mysql:centos-5.0.24
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-server-mysql:centos-5.0.24  docker.io/zabbix/zabbix-server-mysql:centos-5.0.24

Shell快速替换命令

sed -i 's#zabbix/zabbix-server-mysql:centos-5.0.24#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-server-mysql:centos-5.0.24#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-server-mysql:centos-5.0.24 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-server-mysql:centos-5.0.24  docker.io/zabbix/zabbix-server-mysql:centos-5.0.24'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-server-mysql:centos-5.0.24 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-server-mysql:centos-5.0.24  docker.io/zabbix/zabbix-server-mysql:centos-5.0.24'

镜像构建历史


# 2022-05-31 03:31:59  0.00B 设置默认要执行的命令
CMD ["/usr/sbin/zabbix_server" "--foreground" "-c" "/etc/zabbix/zabbix_server.conf"]
                        
# 2022-05-31 03:31:59  0.00B 指定运行容器时使用的用户
USER 1997
                        
# 2022-05-31 03:31:59  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/tini" "--" "/usr/bin/docker-entrypoint.sh"]
                        
# 2022-05-31 03:31:59  17.91KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh /usr/bin/ # buildkit
                        
# 2022-05-31 03:31:59  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/var/lib/zabbix/snmptraps /var/lib/zabbix/export]
                        
# 2022-05-31 03:31:59  0.00B 设置工作目录为/var/lib/zabbix
WORKDIR /var/lib/zabbix
                        
# 2022-05-31 03:31:59  0.00B 声明容器运行时监听的端口
EXPOSE map[10051/tcp:{}]
                        
# 2022-05-31 03:31:59  110.23MB 执行命令并创建新的镜像层
RUN |3 MAJOR_VERSION=5.0 ZBX_VERSION=5.0.24 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git /bin/sh -c set -eux &&     REPOLIST="baseos,appstream,epel" &&     INSTALL_PKGS="fping             tini             file-libs             tzdata             iputils             traceroute             libcurl             libevent             libxml2             libssh             mysql             mysql-libs             net-snmp-libs             OpenIPMI-libs             openldap             openssl-libs             pcre             zlib             unixODBC" &&     dnf -y module enable mysql &&     dnf -y install epel-release &&     dnf -y install             --disablerepo "*"             --enablerepo "${REPOLIST}"             --setopt=tsflags=nodocs             --setopt=install_weak_deps=False             --best         ${INSTALL_PKGS} &&     groupadd             --system             --gid 1995         zabbix &&     useradd             --system             --comment "Zabbix monitoring system"             -g zabbix             -G root,dialout             --uid 1997             --shell /sbin/nologin             --home-dir /var/lib/zabbix/         zabbix &&     mkdir -p /etc/zabbix &&     mkdir -p /var/lib/zabbix &&     mkdir -p /usr/lib/zabbix/alertscripts &&     mkdir -p /var/lib/zabbix/enc &&     mkdir -p /var/lib/zabbix/export &&     mkdir -p /usr/lib/zabbix/externalscripts &&     mkdir -p /var/lib/zabbix/mibs &&     mkdir -p /var/lib/zabbix/modules &&     mkdir -p /var/lib/zabbix/snmptraps &&     mkdir -p /var/lib/zabbix/ssh_keys &&     mkdir -p /var/lib/zabbix/ssl &&     mkdir -p /var/lib/zabbix/ssl/certs &&     mkdir -p /var/lib/zabbix/ssl/keys &&     mkdir -p /var/lib/zabbix/ssl/ssl_ca &&     mkdir -p /usr/share/doc/zabbix-server-mysql &&     chown --quiet -R zabbix:root /etc/zabbix/ /var/lib/zabbix/ &&     chgrp -R 0 /etc/zabbix/ /var/lib/zabbix/ &&     chmod -R g=u /etc/zabbix/ /var/lib/zabbix/ &&     dnf -y clean all &&     rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* &&     rm -rf /var/cache/dnf /etc/udev/hwdb.bin /root/.pki # buildkit
                        
# 2022-05-31 03:31:15  2.04MB 复制新文件或目录到容器中
COPY /tmp/zabbix-5.0.24/database/mysql/create_server.sql.gz /usr/share/doc/zabbix-server-mysql/create.sql.gz # buildkit
                        
# 2022-05-31 03:31:15  22.01KB 复制新文件或目录到容器中
COPY /tmp/zabbix-5.0.24/conf/zabbix_server.conf /etc/zabbix/zabbix_server.conf # buildkit
                        
# 2022-05-31 03:31:15  363.13KB 复制新文件或目录到容器中
COPY /tmp/zabbix-5.0.24/src/zabbix_sender/zabbix_sender /usr/bin/zabbix_sender # buildkit
                        
# 2022-05-31 03:31:15  242.46KB 复制新文件或目录到容器中
COPY /tmp/zabbix-5.0.24/src/zabbix_get/zabbix_get /usr/bin/zabbix_get # buildkit
                        
# 2022-05-31 03:31:15  4.19MB 复制新文件或目录到容器中
COPY /tmp/zabbix-5.0.24/src/zabbix_server/zabbix_server /usr/sbin/zabbix_server # buildkit
                        
# 2022-05-31 03:31:15  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGTERM
                        
# 2022-05-31 03:31:15  0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=Alexey Pustovalov <alexey.pustovalov@zabbix.com> org.opencontainers.image.description=Zabbix server with MySQL database support org.opencontainers.image.documentation=https://www.zabbix.com/documentation/5.0/manual/installation/containers org.opencontainers.image.licenses=GPL v2.0 org.opencontainers.image.source=https://git.zabbix.com/scm/zbx/zabbix.git org.opencontainers.image.title=Zabbix server (MySQL) org.opencontainers.image.url=https://zabbix.com/ org.opencontainers.image.vendor=Zabbix LLC org.opencontainers.image.version=5.0.24
                        
# 2022-05-31 03:31:15  0.00B 设置环境变量 TERM ZBX_VERSION ZBX_SOURCES MIBDIRS MIBS
ENV TERM=xterm ZBX_VERSION=5.0.24 ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git MIBDIRS=/usr/share/snmp/mibs:/var/lib/zabbix/mibs MIBS=+ALL
                        
# 2022-05-31 03:31:15  0.00B 定义构建参数
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
                        
# 2022-05-31 03:31:15  0.00B 定义构建参数
ARG ZBX_VERSION
                        
# 2022-05-31 03:31:15  0.00B 定义构建参数
ARG MAJOR_VERSION
                        
# 2022-05-05 21:59:02  128.81MB 
/bin/sh -c rpm -ivh --nodeps --replacefiles *.rpm && rm *.rpm     && rpm -e redhat-release     && dnf --setopt=tsflags=nodocs --setopt=install_weak_deps=false -y distro-sync     && dnf remove -y subscription-manager dnf-plugin-subscription-manager    && dnf clean all     && rm -f /etc/yum.repos.d/ubi.repo
                        
# 2022-05-05 21:58:27  40.80MB 
/bin/sh -c dnf download --repofrompath=centos,http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/ --disablerepo=* --enablerepo=centos centos-stream-release centos-stream-repos centos-gpg-keys
                        
# 2022-05-05 21:58:20  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="base centos centos-stream"
                        
# 2022-05-05 21:58:20  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2022-05-05 21:58:20  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="CentOS Stream 8"
                        
# 2022-05-05 21:58:20  0.00B 
/bin/sh -c #(nop) LABEL description="CentOS Stream is a continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux development. This image takes the Red Hat UBI and layers on content from CentOS Stream"
                        
# 2022-05-05 21:58:20  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides a CentOS Stream container based on the Red Hat Universal Base Image"
                        
# 2022-05-05 21:58:20  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://centos.org/legal/licensing-policy/"
                        
# 2022-05-05 21:58:20  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="centos-stream-container"       name="centos-stream"       version="8"
                        
# 2022-05-05 21:58:20  0.00B 
/bin/sh -c #(nop) LABEL maintainer="The CentOS Project"
                        
# 2022-04-29 19:48:36  4.76KB 

                        
# 2022-04-29 19:48:25  215.84MB 

                        
                    

镜像信息

{
    "Id": "sha256:eb96e2f1a3e43016e3b688aec962d603c3515b5ad61205f94fbd36d17b7d9343",
    "RepoTags": [
        "zabbix/zabbix-server-mysql:centos-5.0.24",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-server-mysql:centos-5.0.24"
    ],
    "RepoDigests": [
        "zabbix/zabbix-server-mysql@sha256:c107120d18adf9adc99d680d8dc18917b8ff503afc1f27bfc40bc2f9db0207b6",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/zabbix/zabbix-server-mysql@sha256:a481c80c9d5307f570b92f6794b3e61270b1fd8b7a9dea94615d7c8d81aa6f41"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2022-05-30T19:31:59.709706052Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1997",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "10051/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "TERM=xterm",
            "ZBX_VERSION=5.0.24",
            "ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git",
            "MIBDIRS=/usr/share/snmp/mibs:/var/lib/zabbix/mibs",
            "MIBS=+ALL"
        ],
        "Cmd": [
            "/usr/sbin/zabbix_server",
            "--foreground",
            "-c",
            "/etc/zabbix/zabbix_server.conf"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/var/lib/zabbix/export": {},
            "/var/lib/zabbix/snmptraps": {}
        },
        "WorkingDir": "/var/lib/zabbix",
        "Entrypoint": [
            "/usr/bin/tini",
            "--",
            "/usr/bin/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2022-04-29T11:48:11.055897",
            "com.redhat.build-host": "cpt-1007.osbs.prod.upshift.rdu2.redhat.com",
            "com.redhat.component": "centos-stream-container",
            "com.redhat.license_terms": "https://centos.org/legal/licensing-policy/",
            "description": "CentOS Stream is a continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux development. This image takes the Red Hat UBI and layers on content from CentOS Stream",
            "distribution-scope": "public",
            "io.buildah.version": "1.19.8",
            "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "io.k8s.display-name": "CentOS Stream 8",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "base centos centos-stream",
            "maintainer": "The CentOS Project",
            "name": "centos-stream",
            "org.opencontainers.image.authors": "Alexey Pustovalov \u003calexey.pustovalov@zabbix.com\u003e",
            "org.opencontainers.image.created": "2022-05-30T19:30:09.550Z",
            "org.opencontainers.image.description": "Zabbix server with MySQL database support",
            "org.opencontainers.image.documentation": "https://www.zabbix.com/documentation/5.0/manual/installation/containers",
            "org.opencontainers.image.licenses": "GPL v2.0",
            "org.opencontainers.image.revision": "74485bcfab747a0210a1e3241e33a6df85f5e003",
            "org.opencontainers.image.source": "https://git.zabbix.com/scm/zbx/zabbix.git",
            "org.opencontainers.image.title": "Zabbix server (MySQL)",
            "org.opencontainers.image.url": "https://zabbix.com/",
            "org.opencontainers.image.vendor": "Zabbix LLC",
            "org.opencontainers.image.version": "5.0.24",
            "release": "239.1651231664",
            "summary": "Provides a CentOS Stream container based on the Red Hat Universal Base Image",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664",
            "vcs-ref": "3aadd00326f3dd6cfe65ee31017ab98915fddb56",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "8"
        },
        "StopSignal": "SIGTERM"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 502550481,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/a7744af45646f331e6922ebe91eb3096c4ab346cdf62f0fb44d1933deae9b442/diff:/var/lib/docker/overlay2/5c5e15a0b0f8a6df2980231bef182e6dee89e9ab90bccdfce3864fdb46efba5a/diff:/var/lib/docker/overlay2/6d2fa2ffe6ba700af87694b0f937f585c74bdb9ac870406055b62adb6351175f/diff:/var/lib/docker/overlay2/5c3902aa1d0de5f9d1e48e2e6256c4b9b6f3afa3f6ca90099a8ff443fba4213f/diff:/var/lib/docker/overlay2/ec1f78c54f5e2a06131dc27258517ae073af5addf44cb2a5fcdc0bb43a0f4a79/diff:/var/lib/docker/overlay2/a7354c3e0cd011010621e92368a2e23276305c7ec1023d7ee9392491a4b82f8d/diff:/var/lib/docker/overlay2/eadd5df4334eafb2e80e1a2bfa04480f419a8c086137354a07dabbef68b37f85/diff:/var/lib/docker/overlay2/6bdc981efeb166b5ab37bd7e93f7061586f90ddbdf3786d3fddc9b0a32d52238/diff:/var/lib/docker/overlay2/3bc66d8d97182367f3f694ae84110adaeeee071fbc032397ad7a2ec4b9364082/diff:/var/lib/docker/overlay2/04fcb648a8005e999690148cd24a38f503885c3bb89cbb087485ce487862dfdd/diff:/var/lib/docker/overlay2/ecc5cc57e7a6e9cc9396f518ef5809c6ba2e1594c3d4e055daa6fd55deefdcce/diff",
            "MergedDir": "/var/lib/docker/overlay2/f58ee635d4c921b67d727062051267ee871aaadd8f08021344a432cdc00aed70/merged",
            "UpperDir": "/var/lib/docker/overlay2/f58ee635d4c921b67d727062051267ee871aaadd8f08021344a432cdc00aed70/diff",
            "WorkDir": "/var/lib/docker/overlay2/f58ee635d4c921b67d727062051267ee871aaadd8f08021344a432cdc00aed70/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:3813924f3fa4d6d1223ec6c5e8bb2f5f9acd1e49d87a9251364ff99ab52b3296",
            "sha256:c86122b5e4d3e8a0d438442340c75c8e35c343945b1c750b15e53b5efdcbc27d",
            "sha256:e9b312bba1abbd4bd396d9d543063338470cfcc884ba98ce56bbb7a40a981882",
            "sha256:5d9ef8a0564d47b299fb4c6f92181d876cf985d392f9426d116366b0bafd603a",
            "sha256:cf6aa761bd0ab62e08beda86ac7f3871bfe50e9bf827fe2a4f039db0e3b3e81c",
            "sha256:136c3d9e3f9398771ce9aaba9d05198e2598b585b2e3f4f04e31536b7e5f31a6",
            "sha256:15cf6fad434898cc8c14f8d942f4e09e47e78c62a6879ca8538b54343e5269a1",
            "sha256:07d3ee89e2d48b60782bf4a36c767aa3dda451bc987a63c8523f209fb8c4dace",
            "sha256:c381b7c024fa1cd821fd9b8d941146e90362e83fa1108f2d8841dc196a77abf1",
            "sha256:39ccf4acec0ac07e6d36f6892dface5eb53fa108b7978fa7de0abd5e7f9907c5",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:7ee8d241b5b30014700a133b9fdbf16a20e365acea100b34d80c44f9cf92801d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-22T12:05:27.084068625+08:00"
    }
}

更多版本

docker.io/zabbix/zabbix-server-mysql:ubuntu-6.0.30

linux/amd64 docker.io309.36MB2024-06-19 15:01
256

docker.io/zabbix/zabbix-server-mysql:ubuntu-7.0.0

linux/amd64 docker.io325.30MB2024-06-19 15:03
606

docker.io/zabbix/zabbix-server-mysql:alpine-7.0-latest

linux/amd64 docker.io137.56MB2024-09-19 02:53
303

docker.io/zabbix/zabbix-server-mysql:trunk-alpine

linux/arm64 docker.io148.26MB2024-09-23 17:11
270

docker.io/zabbix/zabbix-server-mysql:ubuntu-7.0.2

linux/amd64 docker.io318.88MB2024-10-09 11:29
293

docker.io/zabbix/zabbix-server-mysql:latest

linux/amd64 docker.io137.69MB2024-10-16 15:28
720

docker.io/zabbix/zabbix-server-mysql:alpine-7.2-latest

linux/amd64 docker.io100.76MB2025-02-05 16:35
226

docker.io/zabbix/zabbix-server-mysql:ubuntu-7.2-latest

linux/amd64 docker.io319.00MB2025-02-13 15:43
271

docker.io/zabbix/zabbix-server-mysql:ubuntu-5.0-latest

linux/amd64 docker.io318.62MB2025-02-24 14:03
165

docker.io/zabbix/zabbix-server-mysql:alpine-5.4.9

linux/amd64 docker.io67.69MB2025-02-27 08:15
141

docker.io/zabbix/zabbix-server-mysql:alpine-4.4.10

linux/amd64 docker.io96.61MB2025-03-01 10:44
127

docker.io/zabbix/zabbix-server-mysql:alpine-7.2.4

linux/amd64 docker.io100.96MB2025-03-03 11:33
161

docker.io/zabbix/zabbix-server-mysql:alpine-6.0-latest

linux/amd64 docker.io101.97MB2025-06-25 22:50
51

docker.io/zabbix/zabbix-server-mysql:centos-5.0.24

linux/amd64 docker.io502.55MB2025-07-22 12:05
11