From 3579d2581acf95315c463d9f906b61caefb6b229 Mon Sep 17 00:00:00 2001 From: Mr Bot Date: Wed, 17 Jul 2019 14:26:17 +0300 Subject: [PATCH] makefiles fixed --- balancer/Makefile | 2 +- bitbucket/6.2.0/Makefile | 2 +- bitbucket/6.2.1/Makefile | 2 +- bitbucket/6.3.0/Makefile | 2 +- bitbucket/6.3.1/Makefile | 2 +- bitbucket/6.3.2/Makefile | 2 +- bitbucket/6.4.0/Makefile | 2 +- bitbucket/latest/Makefile | 2 +- confluence/6.10.0/Makefile | 2 +- confluence/6.10.1/Makefile | 2 +- confluence/6.10.2/Makefile | 2 +- confluence/6.11.0/Makefile | 2 +- confluence/6.11.1/Makefile | 2 +- confluence/6.11.2/Makefile | 2 +- confluence/6.12.0/Makefile | 2 +- confluence/6.12.1/Makefile | 2 +- confluence/6.12.2/Makefile | 2 +- confluence/6.12.3/Makefile | 2 +- confluence/6.12.4/Makefile | 2 +- confluence/6.13.0/Makefile | 2 +- confluence/6.13.1/Makefile | 2 +- confluence/6.13.2/Makefile | 2 +- confluence/6.13.3/Makefile | 2 +- confluence/6.13.4/Makefile | 2 +- confluence/6.14.0/Makefile | 2 +- confluence/6.14.1/Makefile | 2 +- confluence/6.14.2/Makefile | 2 +- confluence/6.14.3/Makefile | 2 +- confluence/6.15.1/Makefile | 2 +- confluence/6.15.2/Makefile | 2 +- confluence/6.15.4/Makefile | 2 +- confluence/6.15.6/Makefile | 2 +- confluence/6.15.7/Makefile | 2 +- confluence/6.9.0/Makefile | 2 +- confluence/6.9.1/Makefile | 2 +- confluence/6.9.3/Makefile | 2 +- confluence/latest/Makefile | 2 +- jira/7.10.0/Makefile | 2 +- jira/7.10.1/Makefile | 2 +- jira/7.10.2/Makefile | 2 +- jira/7.11.0/Makefile | 2 +- jira/7.11.1/Makefile | 2 +- jira/7.11.2/Makefile | 2 +- jira/7.12.0/Makefile | 2 +- jira/7.12.1/Makefile | 2 +- jira/7.12.2/Makefile | 2 +- jira/7.12.3/Makefile | 2 +- jira/7.13.0/Makefile | 2 +- jira/7.13.1/Makefile | 2 +- jira/7.13.2/Makefile | 2 +- jira/7.13.3/Makefile | 2 +- jira/8.0.0/Makefile | 2 +- jira/8.0.1/Makefile | 2 +- jira/8.0.2/Makefile | 2 +- jira/8.1.0/Makefile | 2 +- jira/8.1.1/Makefile | 2 +- jira/8.2.0/Makefile | 2 +- jira/8.2.1/Makefile | 2 +- jira/8.2.2/Makefile | 2 +- jira/8.2.3/Makefile | 2 +- jira/latest/Makefile | 2 +- nextcloud/Makefile | 2 +- ovm/Makefile | 2 +- websites/latest/Makefile | 2 +- websites/php7.2/Makefile | 2 +- zabbix/server/Makefile | 2 +- zabbix/web/Makefile | 2 +- 67 files changed, 67 insertions(+), 67 deletions(-) diff --git a/balancer/Makefile b/balancer/Makefile index c1ecedbea..9ae7d56da 100644 --- a/balancer/Makefile +++ b/balancer/Makefile @@ -1,4 +1,4 @@ all: nginx nginx: - docker build --no-cache -t epicmorg/balancer . + docker build --compress -t epicmorg/balancer . diff --git a/bitbucket/6.2.0/Makefile b/bitbucket/6.2.0/Makefile index 439323192..fe7b9fa80 100644 --- a/bitbucket/6.2.0/Makefile +++ b/bitbucket/6.2.0/Makefile @@ -1,4 +1,4 @@ all: bitbucket bitbucket: - docker build --no-cache -t epicmorg/bitbucket:6.2.0 . + docker build --compress -t epicmorg/bitbucket:6.2.0 . diff --git a/bitbucket/6.2.1/Makefile b/bitbucket/6.2.1/Makefile index 1b9d370f3..d3458a561 100644 --- a/bitbucket/6.2.1/Makefile +++ b/bitbucket/6.2.1/Makefile @@ -1,4 +1,4 @@ all: bitbucket bitbucket: - docker build --no-cache -t epicmorg/bitbucket:6.2.1 . + docker build --compress -t epicmorg/bitbucket:6.2.1 . diff --git a/bitbucket/6.3.0/Makefile b/bitbucket/6.3.0/Makefile index c4ff97e67..e17e1aeed 100644 --- a/bitbucket/6.3.0/Makefile +++ b/bitbucket/6.3.0/Makefile @@ -1,4 +1,4 @@ all: bitbucket bitbucket: - docker build --no-cache -t epicmorg/bitbucket:6.3.0 . + docker build --compress -t epicmorg/bitbucket:6.3.0 . diff --git a/bitbucket/6.3.1/Makefile b/bitbucket/6.3.1/Makefile index e046f2b78..67a7a1cb8 100644 --- a/bitbucket/6.3.1/Makefile +++ b/bitbucket/6.3.1/Makefile @@ -1,4 +1,4 @@ all: bitbucket bitbucket: - docker build --no-cache -t epicmorg/bitbucket:6.3.1 . + docker build --compress -t epicmorg/bitbucket:6.3.1 . diff --git a/bitbucket/6.3.2/Makefile b/bitbucket/6.3.2/Makefile index 7aca4a4bd..ed74d5bd8 100644 --- a/bitbucket/6.3.2/Makefile +++ b/bitbucket/6.3.2/Makefile @@ -1,4 +1,4 @@ all: bitbucket bitbucket: - docker build --no-cache -t epicmorg/bitbucket:6.3.2 . + docker build --compress -t epicmorg/bitbucket:6.3.2 . diff --git a/bitbucket/6.4.0/Makefile b/bitbucket/6.4.0/Makefile index 1c37ef1ea..31c0b093e 100644 --- a/bitbucket/6.4.0/Makefile +++ b/bitbucket/6.4.0/Makefile @@ -1,4 +1,4 @@ all: bitbucket bitbucket: - docker build --no-cache -t epicmorg/bitbucket:6.4.0 . + docker build --compress -t epicmorg/bitbucket:6.4.0 . diff --git a/bitbucket/latest/Makefile b/bitbucket/latest/Makefile index c34975a38..8e7ca89e4 100644 --- a/bitbucket/latest/Makefile +++ b/bitbucket/latest/Makefile @@ -1,4 +1,4 @@ all: bitbucket bitbucket: - docker build --no-cache -t epicmorg/bitbucket . + docker build --compress -t epicmorg/bitbucket . diff --git a/confluence/6.10.0/Makefile b/confluence/6.10.0/Makefile index 2fb55c1cd..51889d9ce 100644 --- a/confluence/6.10.0/Makefile +++ b/confluence/6.10.0/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.10.0 . + docker build --compress -t epicmorg/confluence:6.10.0 . diff --git a/confluence/6.10.1/Makefile b/confluence/6.10.1/Makefile index 6aed76158..2075e3608 100644 --- a/confluence/6.10.1/Makefile +++ b/confluence/6.10.1/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.10.1 . + docker build --compress -t epicmorg/confluence:6.10.1 . diff --git a/confluence/6.10.2/Makefile b/confluence/6.10.2/Makefile index d70ec0e30..1e0cf78ce 100644 --- a/confluence/6.10.2/Makefile +++ b/confluence/6.10.2/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.10.2 . + docker build --compress -t epicmorg/confluence:6.10.2 . diff --git a/confluence/6.11.0/Makefile b/confluence/6.11.0/Makefile index 66df7e50c..91ac02ec4 100644 --- a/confluence/6.11.0/Makefile +++ b/confluence/6.11.0/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.11.0 . + docker build --compress -t epicmorg/confluence:6.11.0 . diff --git a/confluence/6.11.1/Makefile b/confluence/6.11.1/Makefile index 0a188e4c7..91b13f5a3 100644 --- a/confluence/6.11.1/Makefile +++ b/confluence/6.11.1/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.11.1 . + docker build --compress -t epicmorg/confluence:6.11.1 . diff --git a/confluence/6.11.2/Makefile b/confluence/6.11.2/Makefile index 2229d9de1..33190fa54 100644 --- a/confluence/6.11.2/Makefile +++ b/confluence/6.11.2/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.11.2 . + docker build --compress -t epicmorg/confluence:6.11.2 . diff --git a/confluence/6.12.0/Makefile b/confluence/6.12.0/Makefile index 9401aa804..8cda2e8c5 100644 --- a/confluence/6.12.0/Makefile +++ b/confluence/6.12.0/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.12.0 . + docker build --compress -t epicmorg/confluence:6.12.0 . diff --git a/confluence/6.12.1/Makefile b/confluence/6.12.1/Makefile index f37960875..0c8f696cd 100644 --- a/confluence/6.12.1/Makefile +++ b/confluence/6.12.1/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.12.1 . + docker build --compress -t epicmorg/confluence:6.12.1 . diff --git a/confluence/6.12.2/Makefile b/confluence/6.12.2/Makefile index 399c856f9..816ec3bd7 100644 --- a/confluence/6.12.2/Makefile +++ b/confluence/6.12.2/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.12.2 . + docker build --compress -t epicmorg/confluence:6.12.2 . diff --git a/confluence/6.12.3/Makefile b/confluence/6.12.3/Makefile index ca8104a4f..bcc05628a 100644 --- a/confluence/6.12.3/Makefile +++ b/confluence/6.12.3/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.12.3 . + docker build --compress -t epicmorg/confluence:6.12.3 . diff --git a/confluence/6.12.4/Makefile b/confluence/6.12.4/Makefile index 0153997a6..48b1ff9b2 100644 --- a/confluence/6.12.4/Makefile +++ b/confluence/6.12.4/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.12.4 . + docker build --compress -t epicmorg/confluence:6.12.4 . diff --git a/confluence/6.13.0/Makefile b/confluence/6.13.0/Makefile index 0f99bf6f4..bef0eb44c 100644 --- a/confluence/6.13.0/Makefile +++ b/confluence/6.13.0/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.13.0 . + docker build --compress -t epicmorg/confluence:6.13.0 . diff --git a/confluence/6.13.1/Makefile b/confluence/6.13.1/Makefile index 17ef6da64..59ba9a277 100644 --- a/confluence/6.13.1/Makefile +++ b/confluence/6.13.1/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.13.1 . + docker build --compress -t epicmorg/confluence:6.13.1 . diff --git a/confluence/6.13.2/Makefile b/confluence/6.13.2/Makefile index e18139239..0d0a349b3 100644 --- a/confluence/6.13.2/Makefile +++ b/confluence/6.13.2/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.13.2 . + docker build --compress -t epicmorg/confluence:6.13.2 . diff --git a/confluence/6.13.3/Makefile b/confluence/6.13.3/Makefile index 2a14e6df0..b5dd0c1af 100644 --- a/confluence/6.13.3/Makefile +++ b/confluence/6.13.3/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.13.3 . + docker build --compress -t epicmorg/confluence:6.13.3 . diff --git a/confluence/6.13.4/Makefile b/confluence/6.13.4/Makefile index 924eb3b9b..151d74550 100644 --- a/confluence/6.13.4/Makefile +++ b/confluence/6.13.4/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.13.4 . + docker build --compress -t epicmorg/confluence:6.13.4 . diff --git a/confluence/6.14.0/Makefile b/confluence/6.14.0/Makefile index 88b6a784c..a108c8aac 100644 --- a/confluence/6.14.0/Makefile +++ b/confluence/6.14.0/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.14.0 . + docker build --compress -t epicmorg/confluence:6.14.0 . diff --git a/confluence/6.14.1/Makefile b/confluence/6.14.1/Makefile index 2a012d06a..10c887145 100644 --- a/confluence/6.14.1/Makefile +++ b/confluence/6.14.1/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.14.1 . + docker build --compress -t epicmorg/confluence:6.14.1 . diff --git a/confluence/6.14.2/Makefile b/confluence/6.14.2/Makefile index b8b021eed..20d0be562 100644 --- a/confluence/6.14.2/Makefile +++ b/confluence/6.14.2/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.14.2 . + docker build --compress -t epicmorg/confluence:6.14.2 . diff --git a/confluence/6.14.3/Makefile b/confluence/6.14.3/Makefile index 7125d6960..64d461d63 100644 --- a/confluence/6.14.3/Makefile +++ b/confluence/6.14.3/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.14.3 . + docker build --compress -t epicmorg/confluence:6.14.3 . diff --git a/confluence/6.15.1/Makefile b/confluence/6.15.1/Makefile index 2bad81594..8562af6a9 100644 --- a/confluence/6.15.1/Makefile +++ b/confluence/6.15.1/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.15.1 . + docker build --compress -t epicmorg/confluence:6.15.1 . diff --git a/confluence/6.15.2/Makefile b/confluence/6.15.2/Makefile index 10e1f4b72..49f7f4b47 100644 --- a/confluence/6.15.2/Makefile +++ b/confluence/6.15.2/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.15.2 . + docker build --compress -t epicmorg/confluence:6.15.2 . diff --git a/confluence/6.15.4/Makefile b/confluence/6.15.4/Makefile index afe0234dc..b578eca08 100644 --- a/confluence/6.15.4/Makefile +++ b/confluence/6.15.4/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.15.4 . + docker build --compress -t epicmorg/confluence:6.15.4 . diff --git a/confluence/6.15.6/Makefile b/confluence/6.15.6/Makefile index 2c6ca89cc..960c9cff3 100644 --- a/confluence/6.15.6/Makefile +++ b/confluence/6.15.6/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.15.6 . + docker build --compress -t epicmorg/confluence:6.15.6 . diff --git a/confluence/6.15.7/Makefile b/confluence/6.15.7/Makefile index 4cad85a39..c0d45c8e4 100644 --- a/confluence/6.15.7/Makefile +++ b/confluence/6.15.7/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.15.7 . + docker build --compress -t epicmorg/confluence:6.15.7 . diff --git a/confluence/6.9.0/Makefile b/confluence/6.9.0/Makefile index dcd06c0af..8e9d5875b 100644 --- a/confluence/6.9.0/Makefile +++ b/confluence/6.9.0/Makefile @@ -1,5 +1,5 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.9.0 . + docker build --compress -t epicmorg/confluence:6.9.0 . diff --git a/confluence/6.9.1/Makefile b/confluence/6.9.1/Makefile index 708646660..e10d5aa7c 100644 --- a/confluence/6.9.1/Makefile +++ b/confluence/6.9.1/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.9.1 . + docker build --compress -t epicmorg/confluence:6.9.1 . diff --git a/confluence/6.9.3/Makefile b/confluence/6.9.3/Makefile index 811d729ed..24cf8034f 100644 --- a/confluence/6.9.3/Makefile +++ b/confluence/6.9.3/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence:6.9.3 . + docker build --compress -t epicmorg/confluence:6.9.3 . diff --git a/confluence/latest/Makefile b/confluence/latest/Makefile index 7c5a25203..8b9b1ff00 100644 --- a/confluence/latest/Makefile +++ b/confluence/latest/Makefile @@ -1,4 +1,4 @@ all: confl confl: - docker build --no-cache -t epicmorg/confluence . + docker build --compress -t epicmorg/confluence . diff --git a/jira/7.10.0/Makefile b/jira/7.10.0/Makefile index e00d2ca66..1b52be659 100644 --- a/jira/7.10.0/Makefile +++ b/jira/7.10.0/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:7.10.0 . + docker build --compress -t epicmorg/jira:7.10.0 . diff --git a/jira/7.10.1/Makefile b/jira/7.10.1/Makefile index 0365a8e16..d9af21890 100644 --- a/jira/7.10.1/Makefile +++ b/jira/7.10.1/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:7.10.1 . + docker build --compress -t epicmorg/jira:7.10.1 . diff --git a/jira/7.10.2/Makefile b/jira/7.10.2/Makefile index 774ab782e..a38c01ee4 100644 --- a/jira/7.10.2/Makefile +++ b/jira/7.10.2/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:7.10.2 . + docker build --compress -t epicmorg/jira:7.10.2 . diff --git a/jira/7.11.0/Makefile b/jira/7.11.0/Makefile index 1458a6798..8696c89ba 100644 --- a/jira/7.11.0/Makefile +++ b/jira/7.11.0/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:7.11.0 . + docker build --compress -t epicmorg/jira:7.11.0 . diff --git a/jira/7.11.1/Makefile b/jira/7.11.1/Makefile index 8b3f1881d..5b3888458 100644 --- a/jira/7.11.1/Makefile +++ b/jira/7.11.1/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:7.11.1 . + docker build --compress -t epicmorg/jira:7.11.1 . diff --git a/jira/7.11.2/Makefile b/jira/7.11.2/Makefile index b182aa42c..7cad5e911 100644 --- a/jira/7.11.2/Makefile +++ b/jira/7.11.2/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:7.11.2 . + docker build --compress -t epicmorg/jira:7.11.2 . diff --git a/jira/7.12.0/Makefile b/jira/7.12.0/Makefile index 054cd3734..ca46ace4c 100644 --- a/jira/7.12.0/Makefile +++ b/jira/7.12.0/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:7.12.0 . + docker build --compress -t epicmorg/jira:7.12.0 . diff --git a/jira/7.12.1/Makefile b/jira/7.12.1/Makefile index 4a959f5ff..c86569ef5 100644 --- a/jira/7.12.1/Makefile +++ b/jira/7.12.1/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:7.12.1 . + docker build --compress -t epicmorg/jira:7.12.1 . diff --git a/jira/7.12.2/Makefile b/jira/7.12.2/Makefile index 251810cc6..a1af0e38c 100644 --- a/jira/7.12.2/Makefile +++ b/jira/7.12.2/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:7.12.2 . + docker build --compress -t epicmorg/jira:7.12.2 . diff --git a/jira/7.12.3/Makefile b/jira/7.12.3/Makefile index f630e0edd..5485c4f70 100644 --- a/jira/7.12.3/Makefile +++ b/jira/7.12.3/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:7.12.3 . + docker build --compress -t epicmorg/jira:7.12.3 . diff --git a/jira/7.13.0/Makefile b/jira/7.13.0/Makefile index 459139a5c..5da2c7963 100644 --- a/jira/7.13.0/Makefile +++ b/jira/7.13.0/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:7.13.0 . + docker build --compress -t epicmorg/jira:7.13.0 . diff --git a/jira/7.13.1/Makefile b/jira/7.13.1/Makefile index 0f7cfc467..e37e2b35c 100644 --- a/jira/7.13.1/Makefile +++ b/jira/7.13.1/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:7.13.1 . + docker build --compress -t epicmorg/jira:7.13.1 . diff --git a/jira/7.13.2/Makefile b/jira/7.13.2/Makefile index c365e8926..1ca44fd6d 100644 --- a/jira/7.13.2/Makefile +++ b/jira/7.13.2/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:7.13.2 . + docker build --compress -t epicmorg/jira:7.13.2 . diff --git a/jira/7.13.3/Makefile b/jira/7.13.3/Makefile index 4d4529868..f98ce31c2 100644 --- a/jira/7.13.3/Makefile +++ b/jira/7.13.3/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:7.13.3 . + docker build --compress -t epicmorg/jira:7.13.3 . diff --git a/jira/8.0.0/Makefile b/jira/8.0.0/Makefile index 272615fd6..ec734ea67 100644 --- a/jira/8.0.0/Makefile +++ b/jira/8.0.0/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:8.0.0 . + docker build --compress -t epicmorg/jira:8.0.0 . diff --git a/jira/8.0.1/Makefile b/jira/8.0.1/Makefile index 2fc3ecc1f..cdc1a82ac 100644 --- a/jira/8.0.1/Makefile +++ b/jira/8.0.1/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:8.0.1 . + docker build --compress -t epicmorg/jira:8.0.1 . diff --git a/jira/8.0.2/Makefile b/jira/8.0.2/Makefile index 57e50c89e..fd595c493 100644 --- a/jira/8.0.2/Makefile +++ b/jira/8.0.2/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:8.0.2 . + docker build --compress -t epicmorg/jira:8.0.2 . diff --git a/jira/8.1.0/Makefile b/jira/8.1.0/Makefile index 970268f53..77ebb66c5 100644 --- a/jira/8.1.0/Makefile +++ b/jira/8.1.0/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:8.1.0 . + docker build --compress -t epicmorg/jira:8.1.0 . diff --git a/jira/8.1.1/Makefile b/jira/8.1.1/Makefile index 89dcdcc56..3d9ae7851 100644 --- a/jira/8.1.1/Makefile +++ b/jira/8.1.1/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:8.1.1 . + docker build --compress -t epicmorg/jira:8.1.1 . diff --git a/jira/8.2.0/Makefile b/jira/8.2.0/Makefile index 82fa7dbbe..6430df6d3 100644 --- a/jira/8.2.0/Makefile +++ b/jira/8.2.0/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:8.2.0 . + docker build --compress -t epicmorg/jira:8.2.0 . diff --git a/jira/8.2.1/Makefile b/jira/8.2.1/Makefile index ebf3d46ef..20d6118ee 100644 --- a/jira/8.2.1/Makefile +++ b/jira/8.2.1/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:8.2.1 . + docker build --compress -t epicmorg/jira:8.2.1 . diff --git a/jira/8.2.2/Makefile b/jira/8.2.2/Makefile index b1bc7fb86..4ed1126fa 100644 --- a/jira/8.2.2/Makefile +++ b/jira/8.2.2/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:8.2.2 . + docker build --compress -t epicmorg/jira:8.2.2 . diff --git a/jira/8.2.3/Makefile b/jira/8.2.3/Makefile index cf933a1e7..a0971b5ed 100644 --- a/jira/8.2.3/Makefile +++ b/jira/8.2.3/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira:8.2.3 . + docker build --compress -t epicmorg/jira:8.2.3 . diff --git a/jira/latest/Makefile b/jira/latest/Makefile index d4a9a12ca..898cffe44 100644 --- a/jira/latest/Makefile +++ b/jira/latest/Makefile @@ -1,4 +1,4 @@ all: jr jr: - docker build --no-cache -t epicmorg/jira . + docker build --compress -t epicmorg/jira . diff --git a/nextcloud/Makefile b/nextcloud/Makefile index 360b10731..b5858fc06 100644 --- a/nextcloud/Makefile +++ b/nextcloud/Makefile @@ -1,4 +1,4 @@ all: nc nc: - docker build --no-cache -t epicmorg/nextcloud . + docker build --compress -t epicmorg/nextcloud . diff --git a/ovm/Makefile b/ovm/Makefile index 85e4ffcba..80be0b359 100644 --- a/ovm/Makefile +++ b/ovm/Makefile @@ -1,4 +1,4 @@ all: ovm ovm: - docker build --no-cache -t epicmorg/ovm . + docker build --compress -t epicmorg/ovm . diff --git a/websites/latest/Makefile b/websites/latest/Makefile index bdaad761d..fdb3736cb 100644 --- a/websites/latest/Makefile +++ b/websites/latest/Makefile @@ -1,4 +1,4 @@ all: php php: - docker build --no-cache -t epicmorg/websites . + docker build --compress -t epicmorg/websites . diff --git a/websites/php7.2/Makefile b/websites/php7.2/Makefile index ae70d40e1..833e8e82f 100644 --- a/websites/php7.2/Makefile +++ b/websites/php7.2/Makefile @@ -1,4 +1,4 @@ all: php php: - docker build --no-cache -t epicmorg/websites:php7.2 . + docker build --compress -t epicmorg/websites:php7.2 . diff --git a/zabbix/server/Makefile b/zabbix/server/Makefile index cead628af..e4cad78d2 100644 --- a/zabbix/server/Makefile +++ b/zabbix/server/Makefile @@ -1,4 +1,4 @@ all: nc nc: - docker build --no-cache -t epicmorg/zabbix-server-mysql . + docker build --compress -t epicmorg/zabbix-server-mysql . diff --git a/zabbix/web/Makefile b/zabbix/web/Makefile index 5bb020f84..1095c46cc 100644 --- a/zabbix/web/Makefile +++ b/zabbix/web/Makefile @@ -1,4 +1,4 @@ all: nc nc: - docker build --no-cache -t epicmorg/zabbix-web-apache-mysql . + docker build --compress -t epicmorg/zabbix-web-apache-mysql .