.PHONY: all prod test all: idctest: @docker build -f docker/Dockerfile.idc --target image-idctest -t registry.cn-hangzhou.aliyuncs.com/sxtest/livy-0.7:idctest . @docker push registry.cn-hangzhou.aliyuncs.com/sxtest/livy-0.7:idctest idcprod: @docker build -f docker/Dockerfile.idc --target image-idcprod -t registry.cn-hangzhou.aliyuncs.com/sxtest/livy-0.7:idcprod . @docker push registry.cn-hangzhou.aliyuncs.com/sxtest/livy-0.7:idcprod txtest: @docker build -f docker/Dockerfile.tx --target image-txtest -t registry.cn-hangzhou.aliyuncs.com/sxtest/livy-0.8:txtest . @docker push registry.cn-hangzhou.aliyuncs.com/sxtest/livy-0.8:txtest txprod: @docker build -f docker/Dockerfile.tx --target image-txprod -t registry.cn-hangzhou.aliyuncs.com/sxtest/livy-0.8:txprod . @docker push registry.cn-hangzhou.aliyuncs.com/sxtest/livy-0.8:txprod txprodbd: @docker build -f docker/Dockerfile.txprodbd --target image-txprodbd -t registry.cn-hangzhou.aliyuncs.com/sxtest/livy-0.7:txprodbd . @docker push registry.cn-hangzhou.aliyuncs.com/sxtest/livy-0.7:txprodbd sxkj: @docker build -f docker/Dockerfile.sxkj --target image-sxkj -t SXKJ:32775/livy-0.7:sxkj . @docker push SXKJ:32775/livy-0.7:sxkj