mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 08:35:05 +02:00
Zabbix 6.0 release prepare
This commit is contained in:
@ -19,9 +19,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-60" \
|
||||
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-60:${ZBX_VERSION}" \
|
||||
summary="Zabbix proxy (SQLite3)" \
|
||||
url="https://www.zabbix.com/" \
|
||||
vendor="Zabbix LLC" \
|
||||
@ -32,7 +32,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-60:${ZBX_VERSION}" \
|
||||
org.label-schema.license="GPL v2.0" \
|
||||
org.label-schema.name="zabbix-proxy-sqlite-rhel" \
|
||||
org.label-schema.schema-version="1.0" \
|
||||
|
Reference in New Issue
Block a user