22ARG OS_BASE_IMAGE=registry.access.redhat.com/ubi10/ubi-minimal:10.0
33ARG MAJOR_VERSION=7.4
44ARG RELEASE=0
5- ARG ZBX_VERSION=${MAJOR_VERSION}
5+ ARG ZBX_VERSION=${MAJOR_VERSION}.0
66ARG BUILD_BASE_IMAGE=zabbix-build-mysql:rhel-${ZBX_VERSION}
77
88FROM ${BUILD_BASE_IMAGE} AS builder
@@ -24,9 +24,9 @@ ENV ZBX_PERSISTENTBUFFERFILE="$ZABBIX_USER_HOME_DIR/buffer/agent2.db" \
2424
2525LABEL description="Zabbix agent 2 is deployed on a monitoring target to actively monitor local resources and applications" \
262627- name="zabbix/zabbix-agent2-trunk " \
27+ name="zabbix/zabbix-agent2-74 " \
2828 release="${RELEASE}" \
29- run="docker run --name zabbix-agent2 --link zabbix-server:zabbix-server -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent2-trunk :${ZBX_VERSION}" \
29+ run="docker run --name zabbix-agent2 --link zabbix-server:zabbix-server -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent2-74 :${ZBX_VERSION}" \
3030 summary="Zabbix agent" \
3131 url="https://www.zabbix.com/" \
3232 vendor="Zabbix SIA" \
@@ -37,7 +37,7 @@ LABEL description="Zabbix agent 2 is deployed on a monitoring target to actively
3737 io.openshift.tags="zabbix,zabbix-agent" \
3838 org.label-schema.build-date="${BUILD_DATE}" \
3939 org.label-schema.description="Zabbix agent 2 is deployed on a monitoring target to actively monitor local resources and applications" \
40- org.label-schema.docker.cmd="docker run --name zabbix-agent2 --link zabbix-server:zabbix-server -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent2-trunk :${ZBX_VERSION}" \
40+ org.label-schema.docker.cmd="docker run --name zabbix-agent2 --link zabbix-server:zabbix-server -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent2-74 :${ZBX_VERSION}" \
4141 org.label-schema.license="AGPL v3.0" \
4242 org.label-schema.name="zabbix-agent2-rhel" \
4343 org.label-schema.schema-version="1.0" \
0 commit comments