zabbix makefile fixes

This commit is contained in:
STAM 2020-05-14 03:04:44 +03:00
parent 5405b6fb54
commit 16f646c1f5
4 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
all: za
za:
docker build --compress -t epicmorg/zabbix-agent .
docker push epicmorg/zabbix-agent

View File

@ -1,4 +1,4 @@
all: zjg
zjg:
docker build --compress -t epicmorg/zabbix-java-gateway .
docker push epicmorg/zabbix-java-gateway

View File

@ -1,4 +1,4 @@
all: zsm
zsm:
docker build --compress -t epicmorg/zabbix-server-mysql .
docker push epicmorg/zabbix-server-mysql

View File

@ -1,4 +1,5 @@
all: zwam
zwam:
docker build --compress -t epicmorg/zabbix-web-apache-mysql .
docker push epicmorg/zabbix-web-apache-mysql