mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 16:45:05 +02:00
Zabbix 6.0 release prepare
This commit is contained in:
@ -18,9 +18,9 @@ ENV TERM=xterm \
|
|||||||
|
|
||||||
LABEL description="Zabbix agent is deployed on a monitoring target to actively monitor local resources and applications" \
|
LABEL description="Zabbix agent is deployed on a monitoring target to actively monitor local resources and applications" \
|
||||||
maintainer="alexey.pustovalov@zabbix.com" \
|
maintainer="alexey.pustovalov@zabbix.com" \
|
||||||
name="zabbix/zabbix-agent-trunk" \
|
name="zabbix/zabbix-agent-60" \
|
||||||
release="${RELEASE}" \
|
release="${RELEASE}" \
|
||||||
run="docker run --name zabbix-agent --link zabbix-server:zabbix-server -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent-trunk:${ZBX_VERSION}" \
|
run="docker run --name zabbix-agent --link zabbix-server:zabbix-server -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent-60:${ZBX_VERSION}" \
|
||||||
summary="Zabbix agent" \
|
summary="Zabbix agent" \
|
||||||
url="https://www.zabbix.com/" \
|
url="https://www.zabbix.com/" \
|
||||||
vendor="Zabbix LLC" \
|
vendor="Zabbix LLC" \
|
||||||
@ -31,7 +31,7 @@ LABEL description="Zabbix agent is deployed on a monitoring target to actively m
|
|||||||
io.openshift.tags="zabbix,zabbix-agent" \
|
io.openshift.tags="zabbix,zabbix-agent" \
|
||||||
org.label-schema.build-date="${BUILD_DATE}" \
|
org.label-schema.build-date="${BUILD_DATE}" \
|
||||||
org.label-schema.description="Zabbix agent is deployed on a monitoring target to actively monitor local resources and applications" \
|
org.label-schema.description="Zabbix agent is deployed on a monitoring target to actively monitor local resources and applications" \
|
||||||
org.label-schema.docker.cmd="docker run --name zabbix-agent --link zabbix-server:zabbix-server -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent-trunk:${ZBX_VERSION}" \
|
org.label-schema.docker.cmd="docker run --name zabbix-agent --link zabbix-server:zabbix-server -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent-60:${ZBX_VERSION}" \
|
||||||
org.label-schema.license="GPL v2.0" \
|
org.label-schema.license="GPL v2.0" \
|
||||||
org.label-schema.name="zabbix-agent-rhel" \
|
org.label-schema.name="zabbix-agent-rhel" \
|
||||||
org.label-schema.schema-version="1.0" \
|
org.label-schema.schema-version="1.0" \
|
||||||
|
@ -18,9 +18,9 @@ ENV TERM=xterm \
|
|||||||
|
|
||||||
LABEL description="Zabbix agent 2 is deployed on a monitoring target to actively monitor local resources and applications" \
|
LABEL description="Zabbix agent 2 is deployed on a monitoring target to actively monitor local resources and applications" \
|
||||||
maintainer="alexey.pustovalov@zabbix.com" \
|
maintainer="alexey.pustovalov@zabbix.com" \
|
||||||
name="zabbix/zabbix-agent2-trunk" \
|
name="zabbix/zabbix-agent2-60" \
|
||||||
release="${RELEASE}" \
|
release="${RELEASE}" \
|
||||||
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}" \
|
run="docker run --name zabbix-agent2 --link zabbix-server:zabbix-server -p 10050:10050 -d registry.connect.redhat.com/zabbix/zabbix-agent2-60:${ZBX_VERSION}" \
|
||||||
summary="Zabbix agent" \
|
summary="Zabbix agent" \
|
||||||
url="https://www.zabbix.com/" \
|
url="https://www.zabbix.com/" \
|
||||||
vendor="Zabbix LLC" \
|
vendor="Zabbix LLC" \
|
||||||
@ -31,7 +31,7 @@ LABEL description="Zabbix agent 2 is deployed on a monitoring target to actively
|
|||||||
io.openshift.tags="zabbix,zabbix-agent" \
|
io.openshift.tags="zabbix,zabbix-agent" \
|
||||||
org.label-schema.build-date="${BUILD_DATE}" \
|
org.label-schema.build-date="${BUILD_DATE}" \
|
||||||
org.label-schema.description="Zabbix agent 2 is deployed on a monitoring target to actively monitor local resources and applications" \
|
org.label-schema.description="Zabbix agent 2 is deployed on a monitoring target to actively monitor local resources and applications" \
|
||||||
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}" \
|
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-60:${ZBX_VERSION}" \
|
||||||
org.label-schema.license="GPL v2.0" \
|
org.label-schema.license="GPL v2.0" \
|
||||||
org.label-schema.name="zabbix-agent2-rhel" \
|
org.label-schema.name="zabbix-agent2-rhel" \
|
||||||
org.label-schema.schema-version="1.0" \
|
org.label-schema.schema-version="1.0" \
|
||||||
|
@ -11,7 +11,7 @@ ENV TERM=xterm \
|
|||||||
|
|
||||||
LABEL description="Prepared environment to build Zabbix components" \
|
LABEL description="Prepared environment to build Zabbix components" \
|
||||||
maintainer="alexey.pustovalov@zabbix.com" \
|
maintainer="alexey.pustovalov@zabbix.com" \
|
||||||
name="zabbix/zabbix-build-base-trunk" \
|
name="zabbix/zabbix-build-base-60" \
|
||||||
release="${RELEASE}" \
|
release="${RELEASE}" \
|
||||||
summary="Zabbix build base" \
|
summary="Zabbix build base" \
|
||||||
url="https://www.zabbix.com/" \
|
url="https://www.zabbix.com/" \
|
||||||
|
@ -13,7 +13,7 @@ ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
|
|||||||
|
|
||||||
LABEL description="Zabbix build base for MySQL based images" \
|
LABEL description="Zabbix build base for MySQL based images" \
|
||||||
maintainer="alexey.pustovalov@zabbix.com" \
|
maintainer="alexey.pustovalov@zabbix.com" \
|
||||||
name="zabbix/zabbix-build-mysql-trunk" \
|
name="zabbix/zabbix-build-mysql-60" \
|
||||||
release="${RELEASE}" \
|
release="${RELEASE}" \
|
||||||
summary="Zabbix build base (MySQL)" \
|
summary="Zabbix build base (MySQL)" \
|
||||||
url="https://www.zabbix.com/" \
|
url="https://www.zabbix.com/" \
|
||||||
|
@ -13,7 +13,7 @@ ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
|
|||||||
|
|
||||||
LABEL description="Zabbix build base for SQLite3 based images" \
|
LABEL description="Zabbix build base for SQLite3 based images" \
|
||||||
maintainer="alexey.pustovalov@zabbix.com" \
|
maintainer="alexey.pustovalov@zabbix.com" \
|
||||||
name="zabbix/zabbix-build-sqlite3-trunk" \
|
name="zabbix/zabbix-build-sqlite3-60" \
|
||||||
release="${RELEASE}" \
|
release="${RELEASE}" \
|
||||||
summary="Zabbix build base (SQLite3)" \
|
summary="Zabbix build base (SQLite3)" \
|
||||||
url="https://www.zabbix.com/" \
|
url="https://www.zabbix.com/" \
|
||||||
|
@ -18,9 +18,9 @@ ENV TERM=xterm \
|
|||||||
|
|
||||||
LABEL description="Zabbix Java Gateway performs native support for monitoring JMX applications" \
|
LABEL description="Zabbix Java Gateway performs native support for monitoring JMX applications" \
|
||||||
maintainer="alexey.pustovalov@zabbix.com" \
|
maintainer="alexey.pustovalov@zabbix.com" \
|
||||||
name="zabbix/zabbix-java-gateway-trunk" \
|
name="zabbix/zabbix-java-gateway-60" \
|
||||||
release="${RELEASE}" \
|
release="${RELEASE}" \
|
||||||
run="docker run --name zabbix-java-gateway -p 10052:10052 -d registry.connect.redhat.com/zabbix/zabbix-java-gateway-trunk:${ZBX_VERSION}" \
|
run="docker run --name zabbix-java-gateway -p 10052:10052 -d registry.connect.redhat.com/zabbix/zabbix-java-gateway-60:${ZBX_VERSION}" \
|
||||||
summary="Zabbix Java Gateway" \
|
summary="Zabbix Java Gateway" \
|
||||||
url="https://www.zabbix.com/" \
|
url="https://www.zabbix.com/" \
|
||||||
vendor="Zabbix LLC" \
|
vendor="Zabbix LLC" \
|
||||||
@ -31,7 +31,7 @@ LABEL description="Zabbix Java Gateway performs native support for monitoring JM
|
|||||||
io.openshift.tags="gateway,zabbix-java,java" \
|
io.openshift.tags="gateway,zabbix-java,java" \
|
||||||
org.label-schema.build-date="${BUILD_DATE}" \
|
org.label-schema.build-date="${BUILD_DATE}" \
|
||||||
org.label-schema.description="Zabbix Java Gateway performs native support for monitoring JMX applications" \
|
org.label-schema.description="Zabbix Java Gateway performs native support for monitoring JMX applications" \
|
||||||
org.label-schema.docker.cmd="docker run --name zabbix-java-gateway -p 10052:10052 -d registry.connect.redhat.com/zabbix/zabbix-java-gateway-trunk:${ZBX_VERSION}" \
|
org.label-schema.docker.cmd="docker run --name zabbix-java-gateway -p 10052:10052 -d registry.connect.redhat.com/zabbix/zabbix-java-gateway-60:${ZBX_VERSION}" \
|
||||||
org.label-schema.license="GPL v2.0" \
|
org.label-schema.license="GPL v2.0" \
|
||||||
org.label-schema.name="zabbix-java-gateway-rhel" \
|
org.label-schema.name="zabbix-java-gateway-rhel" \
|
||||||
org.label-schema.schema-version="1.0" \
|
org.label-schema.schema-version="1.0" \
|
||||||
|
@ -19,9 +19,9 @@ ENV TERM=xterm \
|
|||||||
|
|
||||||
LABEL description="Zabbix proxy with MySQL database support" \
|
LABEL description="Zabbix proxy with MySQL database support" \
|
||||||
maintainer="alexey.pustovalov@zabbix.com" \
|
maintainer="alexey.pustovalov@zabbix.com" \
|
||||||
name="zabbix/zabbix-proxy-mysql-trunk" \
|
name="zabbix/zabbix-proxy-mysql-60" \
|
||||||
release="${RELEASE}" \
|
release="${RELEASE}" \
|
||||||
run="docker run --name zabbix-proxy --link mysql-server:mysql-server -p 10051:10051 -d registry.connect.redhat.com/zabbix/zabbix-proxy-mysql-trunk:${ZBX_VERSION}" \
|
run="docker run --name zabbix-proxy --link mysql-server:mysql-server -p 10051:10051 -d registry.connect.redhat.com/zabbix/zabbix-proxy-mysql-60:${ZBX_VERSION}" \
|
||||||
summary="Zabbix proxy (MySQL)" \
|
summary="Zabbix proxy (MySQL)" \
|
||||||
url="https://www.zabbix.com/" \
|
url="https://www.zabbix.com/" \
|
||||||
vendor="Zabbix LLC" \
|
vendor="Zabbix LLC" \
|
||||||
@ -32,7 +32,7 @@ LABEL description="Zabbix proxy with MySQL database support" \
|
|||||||
io.openshift.tags="zabbix,zabbix-proxy,mysql" \
|
io.openshift.tags="zabbix,zabbix-proxy,mysql" \
|
||||||
org.label-schema.build-date="${BUILD_DATE}" \
|
org.label-schema.build-date="${BUILD_DATE}" \
|
||||||
org.label-schema.description="Zabbix proxy with MySQL database support" \
|
org.label-schema.description="Zabbix proxy with MySQL database support" \
|
||||||
org.label-schema.docker.cmd="docker run --name zabbix-proxy --link mysql-server:mysql-server -p 10051:10051 -d registry.connect.redhat.com/zabbix/zabbix-proxy-mysql-trunk:${ZBX_VERSION}" \
|
org.label-schema.docker.cmd="docker run --name zabbix-proxy --link mysql-server:mysql-server -p 10051:10051 -d registry.connect.redhat.com/zabbix/zabbix-proxy-mysql-60:${ZBX_VERSION}" \
|
||||||
org.label-schema.license="GPL v2.0" \
|
org.label-schema.license="GPL v2.0" \
|
||||||
org.label-schema.name="zabbix-proxy-mysql-rhel" \
|
org.label-schema.name="zabbix-proxy-mysql-rhel" \
|
||||||
org.label-schema.schema-version="1.0" \
|
org.label-schema.schema-version="1.0" \
|
||||||
|
@ -19,9 +19,9 @@ ENV TERM=xterm \
|
|||||||
|
|
||||||
LABEL description="Zabbix proxy with SQLite3 database support" \
|
LABEL description="Zabbix proxy with SQLite3 database support" \
|
||||||
maintainer="alexey.pustovalov@zabbix.com" \
|
maintainer="alexey.pustovalov@zabbix.com" \
|
||||||
name="zabbix/zabbix-proxy-sqlite-trunk" \
|
name="zabbix/zabbix-proxy-sqlite-60" \
|
||||||
release="${RELEASE}" \
|
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)" \
|
summary="Zabbix proxy (SQLite3)" \
|
||||||
url="https://www.zabbix.com/" \
|
url="https://www.zabbix.com/" \
|
||||||
vendor="Zabbix LLC" \
|
vendor="Zabbix LLC" \
|
||||||
@ -32,7 +32,7 @@ LABEL description="Zabbix proxy with SQLite3 database support" \
|
|||||||
io.openshift.tags="zabbix,zabbix-proxy,sqlite" \
|
io.openshift.tags="zabbix,zabbix-proxy,sqlite" \
|
||||||
org.label-schema.build-date="${BUILD_DATE}" \
|
org.label-schema.build-date="${BUILD_DATE}" \
|
||||||
org.label-schema.description="Zabbix proxy with SQLite3 database support" \
|
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.license="GPL v2.0" \
|
||||||
org.label-schema.name="zabbix-proxy-sqlite-rhel" \
|
org.label-schema.name="zabbix-proxy-sqlite-rhel" \
|
||||||
org.label-schema.schema-version="1.0" \
|
org.label-schema.schema-version="1.0" \
|
||||||
|
@ -19,9 +19,9 @@ ENV TERM=xterm \
|
|||||||
|
|
||||||
LABEL description="Zabbix server with MySQL database support" \
|
LABEL description="Zabbix server with MySQL database support" \
|
||||||
maintainer="alexey.pustovalov@zabbix.com" \
|
maintainer="alexey.pustovalov@zabbix.com" \
|
||||||
name="zabbix/zabbix-server-mysql-trunk" \
|
name="zabbix/zabbix-server-mysql-60" \
|
||||||
release="${RELEASE}" \
|
release="${RELEASE}" \
|
||||||
run="docker run --name zabbix-server --link mysql-server:mysql-server -p 10051:10051 -d registry.connect.redhat.com/zabbix/zabbix-server-mysql-trunk:${ZBX_VERSION}" \
|
run="docker run --name zabbix-server --link mysql-server:mysql-server -p 10051:10051 -d registry.connect.redhat.com/zabbix/zabbix-server-mysql-60:${ZBX_VERSION}" \
|
||||||
summary="Zabbix server (MySQL)" \
|
summary="Zabbix server (MySQL)" \
|
||||||
url="https://www.zabbix.com/" \
|
url="https://www.zabbix.com/" \
|
||||||
vendor="Zabbix LLC" \
|
vendor="Zabbix LLC" \
|
||||||
@ -32,7 +32,7 @@ LABEL description="Zabbix server with MySQL database support" \
|
|||||||
io.openshift.tags="zabbix,zabbix-server,mysql" \
|
io.openshift.tags="zabbix,zabbix-server,mysql" \
|
||||||
org.label-schema.build-date="${BUILD_DATE}" \
|
org.label-schema.build-date="${BUILD_DATE}" \
|
||||||
org.label-schema.description="Zabbix server with MySQL database support" \
|
org.label-schema.description="Zabbix server with MySQL database support" \
|
||||||
org.label-schema.docker.cmd="docker run --name zabbix-server --link mysql-server:mysql-server -p 10051:10051 -d registry.connect.redhat.com/zabbix/zabbix-server-mysql-trunk:${ZBX_VERSION}" \
|
org.label-schema.docker.cmd="docker run --name zabbix-server --link mysql-server:mysql-server -p 10051:10051 -d registry.connect.redhat.com/zabbix/zabbix-server-mysql-60:${ZBX_VERSION}" \
|
||||||
org.label-schema.license="GPL v2.0" \
|
org.label-schema.license="GPL v2.0" \
|
||||||
org.label-schema.name="zabbix-server-mysql-rhel" \
|
org.label-schema.name="zabbix-server-mysql-rhel" \
|
||||||
org.label-schema.schema-version="1.0" \
|
org.label-schema.schema-version="1.0" \
|
||||||
|
@ -13,9 +13,9 @@ ENV TERM=xterm \
|
|||||||
|
|
||||||
LABEL description="Zabbix SNMP traps receiver" \
|
LABEL description="Zabbix SNMP traps receiver" \
|
||||||
maintainer="alexey.pustovalov@zabbix.com" \
|
maintainer="alexey.pustovalov@zabbix.com" \
|
||||||
name="zabbix/zabbix-snmptraps-trunk" \
|
name="zabbix/zabbix-snmptraps-60" \
|
||||||
release="${RELEASE}" \
|
release="${RELEASE}" \
|
||||||
run="docker run --name zabbix-snmptraps --link zabbix-server:zabbix-server -p 162:1162/udp -d registry.connect.redhat.com/zabbix/zabbix-snmptraps-trunk:${ZBX_VERSION}" \
|
run="docker run --name zabbix-snmptraps --link zabbix-server:zabbix-server -p 162:1162/udp -d registry.connect.redhat.com/zabbix/zabbix-snmptraps-60:${ZBX_VERSION}" \
|
||||||
summary="Zabbix SNMP traps receiver" \
|
summary="Zabbix SNMP traps receiver" \
|
||||||
url="https://www.zabbix.com/" \
|
url="https://www.zabbix.com/" \
|
||||||
vendor="Zabbix LLC" \
|
vendor="Zabbix LLC" \
|
||||||
@ -26,7 +26,7 @@ LABEL description="Zabbix SNMP traps receiver" \
|
|||||||
io.openshift.tags="zabbix,zabbix-snmp,snmp-traps" \
|
io.openshift.tags="zabbix,zabbix-snmp,snmp-traps" \
|
||||||
org.label-schema.build-date="${BUILD_DATE}" \
|
org.label-schema.build-date="${BUILD_DATE}" \
|
||||||
org.label-schema.description="Zabbix SNMP traps receiver" \
|
org.label-schema.description="Zabbix SNMP traps receiver" \
|
||||||
org.label-schema.docker.cmd="docker run --name zabbix-snmptraps --link zabbix-server:zabbix-server -p 162:1162/udp -d registry.connect.redhat.com/zabbix/zabbix-snmptraps-trunk:${ZBX_VERSION}" \
|
org.label-schema.docker.cmd="docker run --name zabbix-snmptraps --link zabbix-server:zabbix-server -p 162:1162/udp -d registry.connect.redhat.com/zabbix/zabbix-snmptraps-60:${ZBX_VERSION}" \
|
||||||
org.label-schema.license="GPL v2.0" \
|
org.label-schema.license="GPL v2.0" \
|
||||||
org.label-schema.name="zabbix-snmptraps-rhel" \
|
org.label-schema.name="zabbix-snmptraps-rhel" \
|
||||||
org.label-schema.schema-version="1.0" \
|
org.label-schema.schema-version="1.0" \
|
||||||
|
@ -18,9 +18,9 @@ ENV TERM=xterm \
|
|||||||
|
|
||||||
LABEL description="Zabbix web-interface based on Nginx web server with MySQL database support" \
|
LABEL description="Zabbix web-interface based on Nginx web server with MySQL database support" \
|
||||||
maintainer="alexey.pustovalov@zabbix.com" \
|
maintainer="alexey.pustovalov@zabbix.com" \
|
||||||
name="zabbix/zabbix-web-mysql" \
|
name="zabbix/zabbix-web-mysql-60" \
|
||||||
release="${RELEASE}" \
|
release="${RELEASE}" \
|
||||||
run="docker run --name zabbix-web-nginx --link mysql-server:mysql --link zabbix-server:zabbix-server -p 80:80 -d registry.connect.redhat.com/zabbix/zabbix-web-nginx-trunk:${ZBX_VERSION}" \
|
run="docker run --name zabbix-web-nginx --link mysql-server:mysql --link zabbix-server:zabbix-server -p 80:80 -d registry.connect.redhat.com/zabbix/zabbix-web-nginx-60:${ZBX_VERSION}" \
|
||||||
summary="Zabbix web-interface based on Nginx web server with MySQL database support" \
|
summary="Zabbix web-interface based on Nginx web server with MySQL database support" \
|
||||||
url="https://www.zabbix.com/" \
|
url="https://www.zabbix.com/" \
|
||||||
vendor="Zabbix LLC" \
|
vendor="Zabbix LLC" \
|
||||||
@ -31,7 +31,7 @@ LABEL description="Zabbix web-interface based on Nginx web server with MySQL dat
|
|||||||
io.openshift.tags="zabbix,zabbix-web,mysql,nginx" \
|
io.openshift.tags="zabbix,zabbix-web,mysql,nginx" \
|
||||||
org.label-schema.build-date="${BUILD_DATE}" \
|
org.label-schema.build-date="${BUILD_DATE}" \
|
||||||
org.label-schema.description="Zabbix web-interface based on Nginx web server with MySQL database support" \
|
org.label-schema.description="Zabbix web-interface based on Nginx web server with MySQL database support" \
|
||||||
org.label-schema.docker.cmd="docker run --name zabbix-web-nginx --link mysql-server:mysql --link zabbix-server:zabbix-server -p 80:80 -d registry.connect.redhat.com/zabbix/zabbix-web-nginx-trunk:${ZBX_VERSION}" \
|
org.label-schema.docker.cmd="docker run --name zabbix-web-nginx --link mysql-server:mysql --link zabbix-server:zabbix-server -p 80:80 -d registry.connect.redhat.com/zabbix/zabbix-web-nginx-60:${ZBX_VERSION}" \
|
||||||
org.label-schema.license="GPL v2.0" \
|
org.label-schema.license="GPL v2.0" \
|
||||||
org.label-schema.name="zabbix-web-mysql-rhel" \
|
org.label-schema.name="zabbix-web-mysql-rhel" \
|
||||||
org.label-schema.schema-version="1.0" \
|
org.label-schema.schema-version="1.0" \
|
||||||
|
@ -18,9 +18,9 @@ ENV TERM=xterm \
|
|||||||
|
|
||||||
LABEL description="Zabbix web service for performing various tasks using headless web browser" \
|
LABEL description="Zabbix web service for performing various tasks using headless web browser" \
|
||||||
maintainer="alexey.pustovalov@zabbix.com" \
|
maintainer="alexey.pustovalov@zabbix.com" \
|
||||||
name="zabbix/zabbix-web-service-trunk" \
|
name="zabbix/zabbix-web-service-60" \
|
||||||
release="${RELEASE}" \
|
release="${RELEASE}" \
|
||||||
run="docker run --name zabbix-web-service --link zabbix-server:zabbix-server -p 10053:10053 -d registry.connect.redhat.com/zabbix/zabbix-web-service-trunk:${ZBX_VERSION}" \
|
run="docker run --name zabbix-web-service --link zabbix-server:zabbix-server -p 10053:10053 -d registry.connect.redhat.com/zabbix/zabbix-web-service-60:${ZBX_VERSION}" \
|
||||||
summary="Zabbix web service" \
|
summary="Zabbix web service" \
|
||||||
url="https://www.zabbix.com/" \
|
url="https://www.zabbix.com/" \
|
||||||
vendor="Zabbix LLC" \
|
vendor="Zabbix LLC" \
|
||||||
@ -31,7 +31,7 @@ LABEL description="Zabbix web service for performing various tasks using headles
|
|||||||
io.openshift.tags="zabbix,zabbix-web-service" \
|
io.openshift.tags="zabbix,zabbix-web-service" \
|
||||||
org.label-schema.build-date="${BUILD_DATE}" \
|
org.label-schema.build-date="${BUILD_DATE}" \
|
||||||
org.label-schema.description="Zabbix web service for performing various tasks using headless web browser" \
|
org.label-schema.description="Zabbix web service for performing various tasks using headless web browser" \
|
||||||
org.label-schema.docker.cmd="docker run --name zabbix-web-service --link zabbix-server:zabbix-server -p 10053:10053 -d registry.connect.redhat.com/zabbix/zabbix-web-service-trunk:${ZBX_VERSION}" \
|
org.label-schema.docker.cmd="docker run --name zabbix-web-service --link zabbix-server:zabbix-server -p 10053:10053 -d registry.connect.redhat.com/zabbix/zabbix-web-service-60:${ZBX_VERSION}" \
|
||||||
org.label-schema.license="GPL v2.0" \
|
org.label-schema.license="GPL v2.0" \
|
||||||
org.label-schema.name="zabbix-web-service-rhel" \
|
org.label-schema.name="zabbix-web-service-rhel" \
|
||||||
org.label-schema.schema-version="1.0" \
|
org.label-schema.schema-version="1.0" \
|
||||||
|
@ -17,7 +17,7 @@ LABEL name="zabbix/zabbix-appliance" \
|
|||||||
summary="Zabbix appliance with MySQL database support and Nginx web-server" \
|
summary="Zabbix appliance with MySQL database support and Nginx web-server" \
|
||||||
description="Zabbix appliance contains MySQL database server, Zabbix server, Zabbix Java Gateway and Zabbix frontend based on Nginx web-server." \
|
description="Zabbix appliance contains MySQL database server, Zabbix server, Zabbix Java Gateway and Zabbix frontend based on Nginx web-server." \
|
||||||
url="https://www.zabbix.com/" \
|
url="https://www.zabbix.com/" \
|
||||||
run="docker run --name zabbix-appliance -p 80:8080 -p 10051:10051 -d registry.connect.redhat.com/zabbix/zabbix-appliance-trunk:${ZBX_VERSION}" \
|
run="docker run --name zabbix-appliance -p 80:8080 -p 10051:10051 -d registry.connect.redhat.com/zabbix/zabbix-appliance-60:${ZBX_VERSION}" \
|
||||||
io.k8s.description="Zabbix appliance with MySQL database support and Nginx web-server" \
|
io.k8s.description="Zabbix appliance with MySQL database support and Nginx web-server" \
|
||||||
io.k8s.display-name="Zabbix Appliance" \
|
io.k8s.display-name="Zabbix Appliance" \
|
||||||
io.openshift.expose-services="8080:http,8443:https,10051:10051" \
|
io.openshift.expose-services="8080:http,8443:https,10051:10051" \
|
||||||
@ -33,7 +33,7 @@ LABEL name="zabbix/zabbix-appliance" \
|
|||||||
org.label-schema.usage="https://www.zabbix.com/documentation/${MAJOR_VERSION}/manual/installation/containers" \
|
org.label-schema.usage="https://www.zabbix.com/documentation/${MAJOR_VERSION}/manual/installation/containers" \
|
||||||
org.label-schema.version="${ZBX_VERSION}" \
|
org.label-schema.version="${ZBX_VERSION}" \
|
||||||
org.label-schema.vcs-url="${ZBX_SOURCES}" \
|
org.label-schema.vcs-url="${ZBX_SOURCES}" \
|
||||||
org.label-schema.docker.cmd="docker run --name zabbix-appliance -p 80:8080 -p 10051:10051 -d registry.connect.redhat.com/zabbix/zabbix-appliance-trunk:${ZBX_VERSION}"
|
org.label-schema.docker.cmd="docker run --name zabbix-appliance -p 80:8080 -p 10051:10051 -d registry.connect.redhat.com/zabbix/zabbix-appliance-60:${ZBX_VERSION}"
|
||||||
|
|
||||||
STOPSIGNAL SIGTERM
|
STOPSIGNAL SIGTERM
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user