mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-24 23:05:22 +02:00
Prepare for Zabbix 7.2 release
This commit is contained in:
@@ -20,9 +20,9 @@ ENV TERM=xterm \
|
||||
|
||||
LABEL description="Zabbix proxy with SQLite3 database support" \
|
||||
maintainer="alexey.pustovalov@zabbix.com" \
|
||||
name="zabbix/zabbix-proxy-sqlite-trunk" \
|
||||
name="zabbix/zabbix-proxy-sqlite-72" \
|
||||
release="${RELEASE}" \
|
||||
run="docker run --name zabbix-proxy -p 10051:10051 -d registry.connect.redhat.com/zabbix/zabbix-proxy-sqlite-trunk:${ZBX_VERSION}" \
|
||||
run="docker run --name zabbix-proxy -p 10051:10051 -d registry.connect.redhat.com/zabbix/zabbix-proxy-sqlite-72:${ZBX_VERSION}" \
|
||||
summary="Zabbix proxy (SQLite3)" \
|
||||
url="https://www.zabbix.com/" \
|
||||
vendor="Zabbix SIA" \
|
||||
@@ -33,7 +33,7 @@ LABEL description="Zabbix proxy with SQLite3 database support" \
|
||||
io.openshift.tags="zabbix,zabbix-proxy,sqlite" \
|
||||
org.label-schema.build-date="${BUILD_DATE}" \
|
||||
org.label-schema.description="Zabbix proxy with SQLite3 database support" \
|
||||
org.label-schema.docker.cmd="docker run --name zabbix-proxy -p 10051:10051 -d registry.connect.redhat.com/zabbix/zabbix-proxy-sqlite3-trunk:${ZBX_VERSION}" \
|
||||
org.label-schema.docker.cmd="docker run --name zabbix-proxy -p 10051:10051 -d registry.connect.redhat.com/zabbix/zabbix-proxy-sqlite3-72:${ZBX_VERSION}" \
|
||||
org.label-schema.license="AGPL v3.0" \
|
||||
org.label-schema.name="zabbix-proxy-sqlite-rhel" \
|
||||
org.label-schema.schema-version="1.0" \
|
||||
|
Reference in New Issue
Block a user