diff --git a/.github/workflows/epicmorg.ecosystem.images.qbittorrent.yml b/.github/workflows/epicmorg.ecosystem.images.qbittorrent.yml index 037588007..8b5063503 100644 --- a/.github/workflows/epicmorg.ecosystem.images.qbittorrent.yml +++ b/.github/workflows/epicmorg.ecosystem.images.qbittorrent.yml @@ -16,7 +16,7 @@ jobs: '4.4.0', '4.4.1', '4.4.2', '4.4.3.1', '4.4.4', '4.4.5', '4.5.0', '4.5.1', '4.5.2', '4.5.3', '4.5.4', '4.5.5', '4.6.0', '4.6.1', '4.6.2', '4.6.3', '4.6.4', '4.6.5', '4.6.6', '4.6.7', - '5.0.0', '5.0.1', '5.0.2', '5.0.3', '5.0.4', '5.0.5' + '5.0.0', '5.0.1', '5.0.2', '5.0.3', '5.0.4', '5.0.5', '5.1.0' ] steps: - uses: actions/checkout@v4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 516e0f854..6c372b6fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog ## 2025 - +* `may`-`jun` + * buildah squash to service images * `apr` * added `cassandra` by ecosystem. * restored `astralinux`, reworked, added `1.8` version. diff --git a/linux/ecosystem/apache2/php5.5/Makefile b/linux/ecosystem/apache2/php5.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/apache2/php5.5/Makefile +++ b/linux/ecosystem/apache2/php5.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/apache2/php5.6/Makefile b/linux/ecosystem/apache2/php5.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/apache2/php5.6/Makefile +++ b/linux/ecosystem/apache2/php5.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/apache2/php7.0/Makefile b/linux/ecosystem/apache2/php7.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/apache2/php7.0/Makefile +++ b/linux/ecosystem/apache2/php7.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/apache2/php7.1/Makefile b/linux/ecosystem/apache2/php7.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/apache2/php7.1/Makefile +++ b/linux/ecosystem/apache2/php7.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/apache2/php7.2/Makefile b/linux/ecosystem/apache2/php7.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/apache2/php7.2/Makefile +++ b/linux/ecosystem/apache2/php7.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/apache2/php7.3/Makefile b/linux/ecosystem/apache2/php7.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/apache2/php7.3/Makefile +++ b/linux/ecosystem/apache2/php7.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/apache2/php7.4/Makefile b/linux/ecosystem/apache2/php7.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/apache2/php7.4/Makefile +++ b/linux/ecosystem/apache2/php7.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/apache2/php8.0/Makefile b/linux/ecosystem/apache2/php8.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/apache2/php8.0/Makefile +++ b/linux/ecosystem/apache2/php8.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/apache2/php8.1/Makefile b/linux/ecosystem/apache2/php8.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/apache2/php8.1/Makefile +++ b/linux/ecosystem/apache2/php8.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/apache2/php8.2/Makefile b/linux/ecosystem/apache2/php8.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/apache2/php8.2/Makefile +++ b/linux/ecosystem/apache2/php8.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/apache2/php8.3/Makefile b/linux/ecosystem/apache2/php8.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/apache2/php8.3/Makefile +++ b/linux/ecosystem/apache2/php8.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/apache2/php8.4/Makefile b/linux/ecosystem/apache2/php8.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/apache2/php8.4/Makefile +++ b/linux/ecosystem/apache2/php8.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Makefile b/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Makefile b/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Makefile b/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Makefile b/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Makefile b/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.13/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.13/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.14/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.14/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.15/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.15/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.16/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.16/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.17/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.17/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.5/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.4.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.6.1/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.6.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.6.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.6.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/bitbucket/latest/Makefile b/linux/ecosystem/atlassian/bitbucket/latest/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/latest/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/latest/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.0.3/Makefile b/linux/ecosystem/atlassian/confluence/4/4.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.0.4/Makefile b/linux/ecosystem/atlassian/confluence/4/4.0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.0.5/Makefile b/linux/ecosystem/atlassian/confluence/4/4.0.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.0.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.0.7/Makefile b/linux/ecosystem/atlassian/confluence/4/4.0.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0.7/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.0.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.0/Makefile b/linux/ecosystem/atlassian/confluence/4/4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.10/Makefile b/linux/ecosystem/atlassian/confluence/4/4.1.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.10/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.2/Makefile b/linux/ecosystem/atlassian/confluence/4/4.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.3/Makefile b/linux/ecosystem/atlassian/confluence/4/4.1.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.4/Makefile b/linux/ecosystem/atlassian/confluence/4/4.1.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.5/Makefile b/linux/ecosystem/atlassian/confluence/4/4.1.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.6/Makefile b/linux/ecosystem/atlassian/confluence/4/4.1.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.6/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.7/Makefile b/linux/ecosystem/atlassian/confluence/4/4.1.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.7/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.9/Makefile b/linux/ecosystem/atlassian/confluence/4/4.1.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.9/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.1/Makefile b/linux/ecosystem/atlassian/confluence/4/4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.1/Makefile b/linux/ecosystem/atlassian/confluence/4/4.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.11/Makefile b/linux/ecosystem/atlassian/confluence/4/4.2.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.11/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.12/Makefile b/linux/ecosystem/atlassian/confluence/4/4.2.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.12/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.13/Makefile b/linux/ecosystem/atlassian/confluence/4/4.2.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.13/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.2/Makefile b/linux/ecosystem/atlassian/confluence/4/4.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.3/Makefile b/linux/ecosystem/atlassian/confluence/4/4.2.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.4/Makefile b/linux/ecosystem/atlassian/confluence/4/4.2.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.5/Makefile b/linux/ecosystem/atlassian/confluence/4/4.2.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.6/Makefile b/linux/ecosystem/atlassian/confluence/4/4.2.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.6/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.7/Makefile b/linux/ecosystem/atlassian/confluence/4/4.2.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.7/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.8/Makefile b/linux/ecosystem/atlassian/confluence/4/4.2.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.8/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.2/Makefile b/linux/ecosystem/atlassian/confluence/4/4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.1/Makefile b/linux/ecosystem/atlassian/confluence/4/4.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.2/Makefile b/linux/ecosystem/atlassian/confluence/4/4.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.3/Makefile b/linux/ecosystem/atlassian/confluence/4/4.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.5/Makefile b/linux/ecosystem/atlassian/confluence/4/4.3.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.6/Makefile b/linux/ecosystem/atlassian/confluence/4/4.3.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.6/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.7/Makefile b/linux/ecosystem/atlassian/confluence/4/4.3.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.7/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/4/4.3/Makefile b/linux/ecosystem/atlassian/confluence/4/4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/4/4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.0.1/Makefile b/linux/ecosystem/atlassian/confluence/5/5.0.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.0.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.0.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.0.2/Makefile b/linux/ecosystem/atlassian/confluence/5/5.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.0.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.0.3/Makefile b/linux/ecosystem/atlassian/confluence/5/5.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.0.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.0/Makefile b/linux/ecosystem/atlassian/confluence/5/5.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.1/Makefile b/linux/ecosystem/atlassian/confluence/5/5.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.2/Makefile b/linux/ecosystem/atlassian/confluence/5/5.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.3/Makefile b/linux/ecosystem/atlassian/confluence/5/5.1.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.1.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.4/Makefile b/linux/ecosystem/atlassian/confluence/5/5.1.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.1.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.5/Makefile b/linux/ecosystem/atlassian/confluence/5/5.1.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.1.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.1/Makefile b/linux/ecosystem/atlassian/confluence/5/5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.0/Makefile b/linux/ecosystem/atlassian/confluence/5/5.10.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.1/Makefile b/linux/ecosystem/atlassian/confluence/5/5.10.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.2/Makefile b/linux/ecosystem/atlassian/confluence/5/5.10.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.3/Makefile b/linux/ecosystem/atlassian/confluence/5/5.10.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.4/Makefile b/linux/ecosystem/atlassian/confluence/5/5.10.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.6/Makefile b/linux/ecosystem/atlassian/confluence/5/5.10.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.6/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.7/Makefile b/linux/ecosystem/atlassian/confluence/5/5.10.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.7/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.8/Makefile b/linux/ecosystem/atlassian/confluence/5/5.10.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.8/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.9/Makefile b/linux/ecosystem/atlassian/confluence/5/5.10.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.9/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.2.3/Makefile b/linux/ecosystem/atlassian/confluence/5/5.2.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.2.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.2.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.2.5/Makefile b/linux/ecosystem/atlassian/confluence/5/5.2.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.2.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.2.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.3.1/Makefile b/linux/ecosystem/atlassian/confluence/5/5.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.3.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.3.4/Makefile b/linux/ecosystem/atlassian/confluence/5/5.3.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.3.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.3.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.3/Makefile b/linux/ecosystem/atlassian/confluence/5/5.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.4.1/Makefile b/linux/ecosystem/atlassian/confluence/5/5.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.4.2/Makefile b/linux/ecosystem/atlassian/confluence/5/5.4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.4.3/Makefile b/linux/ecosystem/atlassian/confluence/5/5.4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.4.4/Makefile b/linux/ecosystem/atlassian/confluence/5/5.4.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.4.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.4/Makefile b/linux/ecosystem/atlassian/confluence/5/5.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.5-OD-31-009/Makefile b/linux/ecosystem/atlassian/confluence/5/5.5-OD-31-009/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5-OD-31-009/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.5-OD-31-009/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.5.1/Makefile b/linux/ecosystem/atlassian/confluence/5/5.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.5.2/Makefile b/linux/ecosystem/atlassian/confluence/5/5.5.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.5.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.5.3/Makefile b/linux/ecosystem/atlassian/confluence/5/5.5.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.5.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.5.6/Makefile b/linux/ecosystem/atlassian/confluence/5/5.5.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5.6/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.5.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.5/Makefile b/linux/ecosystem/atlassian/confluence/5/5.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.1/Makefile b/linux/ecosystem/atlassian/confluence/5/5.6.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.6.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.3/Makefile b/linux/ecosystem/atlassian/confluence/5/5.6.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.6.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.4/Makefile b/linux/ecosystem/atlassian/confluence/5/5.6.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.6.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.5/Makefile b/linux/ecosystem/atlassian/confluence/5/5.6.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.6.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.6/Makefile b/linux/ecosystem/atlassian/confluence/5/5.6.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.6/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.6.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.1/Makefile b/linux/ecosystem/atlassian/confluence/5/5.7.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.7.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.3/Makefile b/linux/ecosystem/atlassian/confluence/5/5.7.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.7.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.4/Makefile b/linux/ecosystem/atlassian/confluence/5/5.7.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.7.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.5/Makefile b/linux/ecosystem/atlassian/confluence/5/5.7.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.7.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.6/Makefile b/linux/ecosystem/atlassian/confluence/5/5.7.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.6/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.7.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.7/Makefile b/linux/ecosystem/atlassian/confluence/5/5.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.10/Makefile b/linux/ecosystem/atlassian/confluence/5/5.8.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.10/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.13/Makefile b/linux/ecosystem/atlassian/confluence/5/5.8.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.13/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.14/Makefile b/linux/ecosystem/atlassian/confluence/5/5.8.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.14/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.15/Makefile b/linux/ecosystem/atlassian/confluence/5/5.8.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.15/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.16/Makefile b/linux/ecosystem/atlassian/confluence/5/5.8.16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.16/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.17/Makefile b/linux/ecosystem/atlassian/confluence/5/5.8.17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.17/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.18/Makefile b/linux/ecosystem/atlassian/confluence/5/5.8.18/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.18/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.18/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.2/Makefile b/linux/ecosystem/atlassian/confluence/5/5.8.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.4/Makefile b/linux/ecosystem/atlassian/confluence/5/5.8.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.5/Makefile b/linux/ecosystem/atlassian/confluence/5/5.8.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.6/Makefile b/linux/ecosystem/atlassian/confluence/5/5.8.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.6/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.8/Makefile b/linux/ecosystem/atlassian/confluence/5/5.8.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.8/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.9/Makefile b/linux/ecosystem/atlassian/confluence/5/5.8.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.9/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/Makefile b/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.1/Makefile b/linux/ecosystem/atlassian/confluence/5/5.9.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.10/Makefile b/linux/ecosystem/atlassian/confluence/5/5.9.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.10/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.11/Makefile b/linux/ecosystem/atlassian/confluence/5/5.9.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.11/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.12/Makefile b/linux/ecosystem/atlassian/confluence/5/5.9.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.12/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.14/Makefile b/linux/ecosystem/atlassian/confluence/5/5.9.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.14/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.2/Makefile b/linux/ecosystem/atlassian/confluence/5/5.9.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.3/Makefile b/linux/ecosystem/atlassian/confluence/5/5.9.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.4/Makefile b/linux/ecosystem/atlassian/confluence/5/5.9.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.5/Makefile b/linux/ecosystem/atlassian/confluence/5/5.9.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.6/Makefile b/linux/ecosystem/atlassian/confluence/5/5.9.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.6/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.7/Makefile b/linux/ecosystem/atlassian/confluence/5/5.9.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.7/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.8/Makefile b/linux/ecosystem/atlassian/confluence/5/5.9.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.8/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.9/Makefile b/linux/ecosystem/atlassian/confluence/5/5.9.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.9/Makefile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.1/Makefile b/linux/ecosystem/atlassian/confluence/6/6.0.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.2/Makefile b/linux/ecosystem/atlassian/confluence/6/6.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.3/Makefile b/linux/ecosystem/atlassian/confluence/6/6.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.4/Makefile b/linux/ecosystem/atlassian/confluence/6/6.0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.5/Makefile b/linux/ecosystem/atlassian/confluence/6/6.0.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.6/Makefile b/linux/ecosystem/atlassian/confluence/6/6.0.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.6/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.7/Makefile b/linux/ecosystem/atlassian/confluence/6/6.0.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.7/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.0/Makefile b/linux/ecosystem/atlassian/confluence/6/6.1.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.1.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.1/Makefile b/linux/ecosystem/atlassian/confluence/6/6.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.2/Makefile b/linux/ecosystem/atlassian/confluence/6/6.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.3/Makefile b/linux/ecosystem/atlassian/confluence/6/6.1.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.1.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.4/Makefile b/linux/ecosystem/atlassian/confluence/6/6.1.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.1.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.10.0/Makefile b/linux/ecosystem/atlassian/confluence/6/6.10.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.10.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.10.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.10.1/Makefile b/linux/ecosystem/atlassian/confluence/6/6.10.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.10.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.10.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.10.2/Makefile b/linux/ecosystem/atlassian/confluence/6/6.10.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.10.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.10.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.10.3/Makefile b/linux/ecosystem/atlassian/confluence/6/6.10.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.10.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.10.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.11.0/Makefile b/linux/ecosystem/atlassian/confluence/6/6.11.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.11.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.11.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.11.1/Makefile b/linux/ecosystem/atlassian/confluence/6/6.11.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.11.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.11.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.11.2/Makefile b/linux/ecosystem/atlassian/confluence/6/6.11.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.11.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.11.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.0/Makefile b/linux/ecosystem/atlassian/confluence/6/6.12.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.12.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.1/Makefile b/linux/ecosystem/atlassian/confluence/6/6.12.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.12.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.2/Makefile b/linux/ecosystem/atlassian/confluence/6/6.12.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.12.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.3/Makefile b/linux/ecosystem/atlassian/confluence/6/6.12.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.12.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.4/Makefile b/linux/ecosystem/atlassian/confluence/6/6.12.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.12.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.0/Makefile b/linux/ecosystem/atlassian/confluence/6/6.13.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.1/Makefile b/linux/ecosystem/atlassian/confluence/6/6.13.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.10/Makefile b/linux/ecosystem/atlassian/confluence/6/6.13.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.10/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.11/Makefile b/linux/ecosystem/atlassian/confluence/6/6.13.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.11/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.12/Makefile b/linux/ecosystem/atlassian/confluence/6/6.13.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.12/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.13/Makefile b/linux/ecosystem/atlassian/confluence/6/6.13.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.13/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.15/Makefile b/linux/ecosystem/atlassian/confluence/6/6.13.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.15/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.17/Makefile b/linux/ecosystem/atlassian/confluence/6/6.13.17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.17/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.18/Makefile b/linux/ecosystem/atlassian/confluence/6/6.13.18/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.18/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.18/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.19/Makefile b/linux/ecosystem/atlassian/confluence/6/6.13.19/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.19/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.19/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.2/Makefile b/linux/ecosystem/atlassian/confluence/6/6.13.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.20/Makefile b/linux/ecosystem/atlassian/confluence/6/6.13.20/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.20/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.20/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.21/Makefile b/linux/ecosystem/atlassian/confluence/6/6.13.21/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.21/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.21/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.23/Makefile b/linux/ecosystem/atlassian/confluence/6/6.13.23/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.23/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.23/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.3/Makefile b/linux/ecosystem/atlassian/confluence/6/6.13.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.4/Makefile b/linux/ecosystem/atlassian/confluence/6/6.13.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.5/Makefile b/linux/ecosystem/atlassian/confluence/6/6.13.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.6/Makefile b/linux/ecosystem/atlassian/confluence/6/6.13.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.6/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.7/Makefile b/linux/ecosystem/atlassian/confluence/6/6.13.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.7/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.8/Makefile b/linux/ecosystem/atlassian/confluence/6/6.13.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.8/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.9/Makefile b/linux/ecosystem/atlassian/confluence/6/6.13.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.9/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.14.0/Makefile b/linux/ecosystem/atlassian/confluence/6/6.14.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.14.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.14.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.14.1/Makefile b/linux/ecosystem/atlassian/confluence/6/6.14.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.14.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.14.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.14.2/Makefile b/linux/ecosystem/atlassian/confluence/6/6.14.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.14.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.14.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.14.3/Makefile b/linux/ecosystem/atlassian/confluence/6/6.14.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.14.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.14.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.1/Makefile b/linux/ecosystem/atlassian/confluence/6/6.15.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.10/Makefile b/linux/ecosystem/atlassian/confluence/6/6.15.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.10/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.2/Makefile b/linux/ecosystem/atlassian/confluence/6/6.15.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.4/Makefile b/linux/ecosystem/atlassian/confluence/6/6.15.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.6/Makefile b/linux/ecosystem/atlassian/confluence/6/6.15.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.6/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.7/Makefile b/linux/ecosystem/atlassian/confluence/6/6.15.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.7/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.8/Makefile b/linux/ecosystem/atlassian/confluence/6/6.15.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.8/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.9/Makefile b/linux/ecosystem/atlassian/confluence/6/6.15.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.9/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.0/Makefile b/linux/ecosystem/atlassian/confluence/6/6.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.1/Makefile b/linux/ecosystem/atlassian/confluence/6/6.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.2/Makefile b/linux/ecosystem/atlassian/confluence/6/6.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.3/Makefile b/linux/ecosystem/atlassian/confluence/6/6.2.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.2.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.4/Makefile b/linux/ecosystem/atlassian/confluence/6/6.2.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.2.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.3.1/Makefile b/linux/ecosystem/atlassian/confluence/6/6.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.3.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.3.2/Makefile b/linux/ecosystem/atlassian/confluence/6/6.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.3.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.3.3/Makefile b/linux/ecosystem/atlassian/confluence/6/6.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.3.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.3.4/Makefile b/linux/ecosystem/atlassian/confluence/6/6.3.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.3.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.3.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.4.0/Makefile b/linux/ecosystem/atlassian/confluence/6/6.4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.4.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.4.1/Makefile b/linux/ecosystem/atlassian/confluence/6/6.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.4.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.4.2/Makefile b/linux/ecosystem/atlassian/confluence/6/6.4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.4.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.4.3/Makefile b/linux/ecosystem/atlassian/confluence/6/6.4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.4.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.5.0/Makefile b/linux/ecosystem/atlassian/confluence/6/6.5.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.5.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.5.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.5.1/Makefile b/linux/ecosystem/atlassian/confluence/6/6.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.5.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.5.2/Makefile b/linux/ecosystem/atlassian/confluence/6/6.5.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.5.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.5.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.5.3/Makefile b/linux/ecosystem/atlassian/confluence/6/6.5.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.5.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.5.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.0/Makefile b/linux/ecosystem/atlassian/confluence/6/6.6.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.1/Makefile b/linux/ecosystem/atlassian/confluence/6/6.6.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.10/Makefile b/linux/ecosystem/atlassian/confluence/6/6.6.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.10/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.11/Makefile b/linux/ecosystem/atlassian/confluence/6/6.6.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.11/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.12/Makefile b/linux/ecosystem/atlassian/confluence/6/6.6.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.12/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.13/Makefile b/linux/ecosystem/atlassian/confluence/6/6.6.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.13/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.14/Makefile b/linux/ecosystem/atlassian/confluence/6/6.6.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.14/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.15/Makefile b/linux/ecosystem/atlassian/confluence/6/6.6.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.15/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.16/Makefile b/linux/ecosystem/atlassian/confluence/6/6.6.16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.16/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.17/Makefile b/linux/ecosystem/atlassian/confluence/6/6.6.17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.17/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.2/Makefile b/linux/ecosystem/atlassian/confluence/6/6.6.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.3/Makefile b/linux/ecosystem/atlassian/confluence/6/6.6.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.4/Makefile b/linux/ecosystem/atlassian/confluence/6/6.6.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.5/Makefile b/linux/ecosystem/atlassian/confluence/6/6.6.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.6/Makefile b/linux/ecosystem/atlassian/confluence/6/6.6.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.6/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.7/Makefile b/linux/ecosystem/atlassian/confluence/6/6.6.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.7/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.8/Makefile b/linux/ecosystem/atlassian/confluence/6/6.6.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.8/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.9/Makefile b/linux/ecosystem/atlassian/confluence/6/6.6.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.9/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.7.0/Makefile b/linux/ecosystem/atlassian/confluence/6/6.7.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.7.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.7.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.7.1/Makefile b/linux/ecosystem/atlassian/confluence/6/6.7.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.7.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.7.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.7.2/Makefile b/linux/ecosystem/atlassian/confluence/6/6.7.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.7.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.7.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.7.3/Makefile b/linux/ecosystem/atlassian/confluence/6/6.7.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.7.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.7.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.0/Makefile b/linux/ecosystem/atlassian/confluence/6/6.8.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.8.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.1/Makefile b/linux/ecosystem/atlassian/confluence/6/6.8.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.8.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.2/Makefile b/linux/ecosystem/atlassian/confluence/6/6.8.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.8.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.3/Makefile b/linux/ecosystem/atlassian/confluence/6/6.8.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.8.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.5/Makefile b/linux/ecosystem/atlassian/confluence/6/6.8.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.8.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.9.0/Makefile b/linux/ecosystem/atlassian/confluence/6/6.9.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.9.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.9.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.9.1/Makefile b/linux/ecosystem/atlassian/confluence/6/6.9.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.9.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.9.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/6/6.9.3/Makefile b/linux/ecosystem/atlassian/confluence/6/6.9.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.9.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/6/6.9.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.1/Makefile b/linux/ecosystem/atlassian/confluence/7/7.0.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.0.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.2/Makefile b/linux/ecosystem/atlassian/confluence/7/7.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.3/Makefile b/linux/ecosystem/atlassian/confluence/7/7.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.4/Makefile b/linux/ecosystem/atlassian/confluence/7/7.0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.5/Makefile b/linux/ecosystem/atlassian/confluence/7/7.0.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.0.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.1.0/Makefile b/linux/ecosystem/atlassian/confluence/7/7.1.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.1.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.1.1/Makefile b/linux/ecosystem/atlassian/confluence/7/7.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.1.2/Makefile b/linux/ecosystem/atlassian/confluence/7/7.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.10.0/Makefile b/linux/ecosystem/atlassian/confluence/7/7.10.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.10.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.10.1/Makefile b/linux/ecosystem/atlassian/confluence/7/7.10.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.10.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.10.2/Makefile b/linux/ecosystem/atlassian/confluence/7/7.10.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.10.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.0/Makefile b/linux/ecosystem/atlassian/confluence/7/7.11.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.11.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.1/Makefile b/linux/ecosystem/atlassian/confluence/7/7.11.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.11.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.2/Makefile b/linux/ecosystem/atlassian/confluence/7/7.11.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.11.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.3/Makefile b/linux/ecosystem/atlassian/confluence/7/7.11.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.11.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.6/Makefile b/linux/ecosystem/atlassian/confluence/7/7.11.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.6/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.11.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.0/Makefile b/linux/ecosystem/atlassian/confluence/7/7.12.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.1/Makefile b/linux/ecosystem/atlassian/confluence/7/7.12.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.2/Makefile b/linux/ecosystem/atlassian/confluence/7/7.12.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.3/Makefile b/linux/ecosystem/atlassian/confluence/7/7.12.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.4/Makefile b/linux/ecosystem/atlassian/confluence/7/7.12.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.5/Makefile b/linux/ecosystem/atlassian/confluence/7/7.12.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.0/Makefile b/linux/ecosystem/atlassian/confluence/7/7.13.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.1/Makefile b/linux/ecosystem/atlassian/confluence/7/7.13.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.11/Makefile b/linux/ecosystem/atlassian/confluence/7/7.13.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.11/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.12/Makefile b/linux/ecosystem/atlassian/confluence/7/7.13.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.12/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.13/Makefile b/linux/ecosystem/atlassian/confluence/7/7.13.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.13/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.14/Makefile b/linux/ecosystem/atlassian/confluence/7/7.13.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.14/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.15/Makefile b/linux/ecosystem/atlassian/confluence/7/7.13.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.15/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.16/Makefile b/linux/ecosystem/atlassian/confluence/7/7.13.16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.16/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.17/Makefile b/linux/ecosystem/atlassian/confluence/7/7.13.17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.17/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.18/Makefile b/linux/ecosystem/atlassian/confluence/7/7.13.18/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.18/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.18/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.19/Makefile b/linux/ecosystem/atlassian/confluence/7/7.13.19/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.19/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.19/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.2/Makefile b/linux/ecosystem/atlassian/confluence/7/7.13.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.20/Makefile b/linux/ecosystem/atlassian/confluence/7/7.13.20/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.20/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.20/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.3/Makefile b/linux/ecosystem/atlassian/confluence/7/7.13.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.4/Makefile b/linux/ecosystem/atlassian/confluence/7/7.13.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.5/Makefile b/linux/ecosystem/atlassian/confluence/7/7.13.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.6/Makefile b/linux/ecosystem/atlassian/confluence/7/7.13.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.6/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.7/Makefile b/linux/ecosystem/atlassian/confluence/7/7.13.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.7/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.8/Makefile b/linux/ecosystem/atlassian/confluence/7/7.13.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.8/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.9/Makefile b/linux/ecosystem/atlassian/confluence/7/7.13.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.9/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.0/Makefile b/linux/ecosystem/atlassian/confluence/7/7.14.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.14.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.1/Makefile b/linux/ecosystem/atlassian/confluence/7/7.14.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.14.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.2/Makefile b/linux/ecosystem/atlassian/confluence/7/7.14.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.14.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.3/Makefile b/linux/ecosystem/atlassian/confluence/7/7.14.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.14.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.4/Makefile b/linux/ecosystem/atlassian/confluence/7/7.14.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.14.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.0/Makefile b/linux/ecosystem/atlassian/confluence/7/7.15.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.15.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.1/Makefile b/linux/ecosystem/atlassian/confluence/7/7.15.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.15.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.2/Makefile b/linux/ecosystem/atlassian/confluence/7/7.15.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.15.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.3/Makefile b/linux/ecosystem/atlassian/confluence/7/7.15.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.15.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.0/Makefile b/linux/ecosystem/atlassian/confluence/7/7.16.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.1/Makefile b/linux/ecosystem/atlassian/confluence/7/7.16.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.2/Makefile b/linux/ecosystem/atlassian/confluence/7/7.16.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.3/Makefile b/linux/ecosystem/atlassian/confluence/7/7.16.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.4/Makefile b/linux/ecosystem/atlassian/confluence/7/7.16.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.5/Makefile b/linux/ecosystem/atlassian/confluence/7/7.16.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.0/Makefile b/linux/ecosystem/atlassian/confluence/7/7.17.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.1/Makefile b/linux/ecosystem/atlassian/confluence/7/7.17.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.2/Makefile b/linux/ecosystem/atlassian/confluence/7/7.17.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.3/Makefile b/linux/ecosystem/atlassian/confluence/7/7.17.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.4/Makefile b/linux/ecosystem/atlassian/confluence/7/7.17.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.5/Makefile b/linux/ecosystem/atlassian/confluence/7/7.17.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.0/Makefile b/linux/ecosystem/atlassian/confluence/7/7.18.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.18.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.1/Makefile b/linux/ecosystem/atlassian/confluence/7/7.18.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.18.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.2/Makefile b/linux/ecosystem/atlassian/confluence/7/7.18.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.18.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.3/Makefile b/linux/ecosystem/atlassian/confluence/7/7.18.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.18.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.0/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.1/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.10/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.10/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.11/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.11/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.12/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.12/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.14/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.14/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.15/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.15/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.16/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.16/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.17/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.17/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.18/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.18/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.18/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.18/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.19/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.19/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.19/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.19/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.2/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.20/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.20/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.20/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.20/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.21/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.21/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.21/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.21/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.22/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.22/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.22/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.22/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.23/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.23/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.23/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.23/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.24/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.24/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.24/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.24/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.25/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.25/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.25/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.25/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.26/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.26/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.26/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.26/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.27/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.27/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.27/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.27/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.28/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.28/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.28/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.28/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.29/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.29/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.29/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.29/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.3/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.30/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.30/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.30/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.30/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.4/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.5/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.6/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.6/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.7/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.7/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.8/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.8/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.9/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.9/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.2.0/Makefile b/linux/ecosystem/atlassian/confluence/7/7.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.2.1/Makefile b/linux/ecosystem/atlassian/confluence/7/7.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.2.2/Makefile b/linux/ecosystem/atlassian/confluence/7/7.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.0/Makefile b/linux/ecosystem/atlassian/confluence/7/7.20.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.20.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.1/Makefile b/linux/ecosystem/atlassian/confluence/7/7.20.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.20.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.2/Makefile b/linux/ecosystem/atlassian/confluence/7/7.20.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.20.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.3/Makefile b/linux/ecosystem/atlassian/confluence/7/7.20.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.20.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.1/Makefile b/linux/ecosystem/atlassian/confluence/7/7.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.2/Makefile b/linux/ecosystem/atlassian/confluence/7/7.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.3/Makefile b/linux/ecosystem/atlassian/confluence/7/7.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.4/Makefile b/linux/ecosystem/atlassian/confluence/7/7.3.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.3.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.5/Makefile b/linux/ecosystem/atlassian/confluence/7/7.3.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.3.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.0/Makefile b/linux/ecosystem/atlassian/confluence/7/7.4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.1/Makefile b/linux/ecosystem/atlassian/confluence/7/7.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.10/Makefile b/linux/ecosystem/atlassian/confluence/7/7.4.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.10/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.11/Makefile b/linux/ecosystem/atlassian/confluence/7/7.4.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.11/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.12/Makefile b/linux/ecosystem/atlassian/confluence/7/7.4.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.12/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.13/Makefile b/linux/ecosystem/atlassian/confluence/7/7.4.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.13/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.14/Makefile b/linux/ecosystem/atlassian/confluence/7/7.4.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.14/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.15/Makefile b/linux/ecosystem/atlassian/confluence/7/7.4.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.15/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.16/Makefile b/linux/ecosystem/atlassian/confluence/7/7.4.16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.16/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.17/Makefile b/linux/ecosystem/atlassian/confluence/7/7.4.17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.17/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.18/Makefile b/linux/ecosystem/atlassian/confluence/7/7.4.18/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.18/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.18/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.3/Makefile b/linux/ecosystem/atlassian/confluence/7/7.4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.4/Makefile b/linux/ecosystem/atlassian/confluence/7/7.4.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.5/Makefile b/linux/ecosystem/atlassian/confluence/7/7.4.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.6/Makefile b/linux/ecosystem/atlassian/confluence/7/7.4.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.6/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.7/Makefile b/linux/ecosystem/atlassian/confluence/7/7.4.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.7/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.8/Makefile b/linux/ecosystem/atlassian/confluence/7/7.4.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.8/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.9/Makefile b/linux/ecosystem/atlassian/confluence/7/7.4.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.9/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.5.0/Makefile b/linux/ecosystem/atlassian/confluence/7/7.5.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.5.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.5.1/Makefile b/linux/ecosystem/atlassian/confluence/7/7.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.5.2/Makefile b/linux/ecosystem/atlassian/confluence/7/7.5.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.5.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.0/Makefile b/linux/ecosystem/atlassian/confluence/7/7.6.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.6.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.1/Makefile b/linux/ecosystem/atlassian/confluence/7/7.6.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.6.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.2/Makefile b/linux/ecosystem/atlassian/confluence/7/7.6.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.6.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.3/Makefile b/linux/ecosystem/atlassian/confluence/7/7.6.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.6.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.7.2/Makefile b/linux/ecosystem/atlassian/confluence/7/7.7.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.7.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.7.3/Makefile b/linux/ecosystem/atlassian/confluence/7/7.7.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.7.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.7.4/Makefile b/linux/ecosystem/atlassian/confluence/7/7.7.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.7.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.8.0/Makefile b/linux/ecosystem/atlassian/confluence/7/7.8.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.8.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.8.1/Makefile b/linux/ecosystem/atlassian/confluence/7/7.8.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.8.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.8.3/Makefile b/linux/ecosystem/atlassian/confluence/7/7.8.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.8.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.9.0/Makefile b/linux/ecosystem/atlassian/confluence/7/7.9.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.9.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.9.1/Makefile b/linux/ecosystem/atlassian/confluence/7/7.9.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.9.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/7/7.9.3/Makefile b/linux/ecosystem/atlassian/confluence/7/7.9.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.9.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.0/Makefile b/linux/ecosystem/atlassian/confluence/8/8.0.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.1/Makefile b/linux/ecosystem/atlassian/confluence/8/8.0.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.2/Makefile b/linux/ecosystem/atlassian/confluence/8/8.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.3/Makefile b/linux/ecosystem/atlassian/confluence/8/8.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.4/Makefile b/linux/ecosystem/atlassian/confluence/8/8.0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.0/Makefile b/linux/ecosystem/atlassian/confluence/8/8.1.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.1.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.1/Makefile b/linux/ecosystem/atlassian/confluence/8/8.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.3/Makefile b/linux/ecosystem/atlassian/confluence/8/8.1.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.1.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.4/Makefile b/linux/ecosystem/atlassian/confluence/8/8.1.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.1.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.0/Makefile b/linux/ecosystem/atlassian/confluence/8/8.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.1/Makefile b/linux/ecosystem/atlassian/confluence/8/8.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.2/Makefile b/linux/ecosystem/atlassian/confluence/8/8.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.3/Makefile b/linux/ecosystem/atlassian/confluence/8/8.2.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.2.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.0/Makefile b/linux/ecosystem/atlassian/confluence/8/8.3.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.3.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.1/Makefile b/linux/ecosystem/atlassian/confluence/8/8.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.2/Makefile b/linux/ecosystem/atlassian/confluence/8/8.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.3/Makefile b/linux/ecosystem/atlassian/confluence/8/8.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.4/Makefile b/linux/ecosystem/atlassian/confluence/8/8.3.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.3.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.0/Makefile b/linux/ecosystem/atlassian/confluence/8/8.4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.1/Makefile b/linux/ecosystem/atlassian/confluence/8/8.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.2/Makefile b/linux/ecosystem/atlassian/confluence/8/8.4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.3/Makefile b/linux/ecosystem/atlassian/confluence/8/8.4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.4/Makefile b/linux/ecosystem/atlassian/confluence/8/8.4.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.5/Makefile b/linux/ecosystem/atlassian/confluence/8/8.4.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.0/Makefile b/linux/ecosystem/atlassian/confluence/8/8.5.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.1/Makefile b/linux/ecosystem/atlassian/confluence/8/8.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.10/Makefile b/linux/ecosystem/atlassian/confluence/8/8.5.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.10/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.11/Makefile b/linux/ecosystem/atlassian/confluence/8/8.5.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.11/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.12/Makefile b/linux/ecosystem/atlassian/confluence/8/8.5.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.12/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.14/Makefile b/linux/ecosystem/atlassian/confluence/8/8.5.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.14/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.15/Makefile b/linux/ecosystem/atlassian/confluence/8/8.5.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.15/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.16/Makefile b/linux/ecosystem/atlassian/confluence/8/8.5.16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.16/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.17/Makefile b/linux/ecosystem/atlassian/confluence/8/8.5.17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.17/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.18/Makefile b/linux/ecosystem/atlassian/confluence/8/8.5.18/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.18/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.18/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.19/Makefile b/linux/ecosystem/atlassian/confluence/8/8.5.19/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.19/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.19/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.2/Makefile b/linux/ecosystem/atlassian/confluence/8/8.5.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.20/Makefile b/linux/ecosystem/atlassian/confluence/8/8.5.20/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.20/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.20/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.21/Makefile b/linux/ecosystem/atlassian/confluence/8/8.5.21/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.21/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.21/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.3/Makefile b/linux/ecosystem/atlassian/confluence/8/8.5.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.4/Makefile b/linux/ecosystem/atlassian/confluence/8/8.5.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.5/Makefile b/linux/ecosystem/atlassian/confluence/8/8.5.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.6/Makefile b/linux/ecosystem/atlassian/confluence/8/8.5.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.6/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.7/Makefile b/linux/ecosystem/atlassian/confluence/8/8.5.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.7/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.8/Makefile b/linux/ecosystem/atlassian/confluence/8/8.5.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.8/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.9/Makefile b/linux/ecosystem/atlassian/confluence/8/8.5.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.9/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.6.0/Makefile b/linux/ecosystem/atlassian/confluence/8/8.6.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.6.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.6.1/Makefile b/linux/ecosystem/atlassian/confluence/8/8.6.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.6.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.6.2/Makefile b/linux/ecosystem/atlassian/confluence/8/8.6.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.6.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.7.1/Makefile b/linux/ecosystem/atlassian/confluence/8/8.7.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.7.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.7.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.7.2/Makefile b/linux/ecosystem/atlassian/confluence/8/8.7.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.7.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.7.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.8.0/Makefile b/linux/ecosystem/atlassian/confluence/8/8.8.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.8.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.8.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.8.1/Makefile b/linux/ecosystem/atlassian/confluence/8/8.8.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.8.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.8.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.0/Makefile b/linux/ecosystem/atlassian/confluence/8/8.9.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.1/Makefile b/linux/ecosystem/atlassian/confluence/8/8.9.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.2/Makefile b/linux/ecosystem/atlassian/confluence/8/8.9.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.3/Makefile b/linux/ecosystem/atlassian/confluence/8/8.9.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.4/Makefile b/linux/ecosystem/atlassian/confluence/8/8.9.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.5/Makefile b/linux/ecosystem/atlassian/confluence/8/8.9.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.6/Makefile b/linux/ecosystem/atlassian/confluence/8/8.9.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.6/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.7/Makefile b/linux/ecosystem/atlassian/confluence/8/8.9.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.7/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.8/Makefile b/linux/ecosystem/atlassian/confluence/8/8.9.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.8/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.1/Makefile b/linux/ecosystem/atlassian/confluence/9/9.0.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/9/9.0.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.2/Makefile b/linux/ecosystem/atlassian/confluence/9/9.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/9/9.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.3/Makefile b/linux/ecosystem/atlassian/confluence/9/9.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/9/9.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/9/9.1.0/Makefile b/linux/ecosystem/atlassian/confluence/9/9.1.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.1.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/9/9.1.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/9/9.1.1/Makefile b/linux/ecosystem/atlassian/confluence/9/9.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.1.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/9/9.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/9/9.2.0/Makefile b/linux/ecosystem/atlassian/confluence/9/9.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/9/9.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/9/9.2.1/Makefile b/linux/ecosystem/atlassian/confluence/9/9.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/9/9.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/9/9.2.2/Makefile b/linux/ecosystem/atlassian/confluence/9/9.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/9/9.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/9/9.3.1/Makefile b/linux/ecosystem/atlassian/confluence/9/9.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.3.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/9/9.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/9/9.3.2/Makefile b/linux/ecosystem/atlassian/confluence/9/9.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.3.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/9/9.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/9/9.4.0/Makefile b/linux/ecosystem/atlassian/confluence/9/9.4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.4.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/9/9.4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/confluence/latest/Makefile b/linux/ecosystem/atlassian/confluence/latest/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/confluence/latest/Makefile +++ b/linux/ecosystem/atlassian/confluence/latest/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/0/0.3.1/Makefile b/linux/ecosystem/atlassian/crowd/0/0.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.3.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/0/0.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/0/0.3.2/Makefile b/linux/ecosystem/atlassian/crowd/0/0.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.3.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/0/0.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/0/0.3.3/Makefile b/linux/ecosystem/atlassian/crowd/0/0.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.3.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/0/0.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.1/Makefile b/linux/ecosystem/atlassian/crowd/0/0.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/0/0.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.2/Makefile b/linux/ecosystem/atlassian/crowd/0/0.4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/0/0.4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.3/Makefile b/linux/ecosystem/atlassian/crowd/0/0.4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/0/0.4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.4/Makefile b/linux/ecosystem/atlassian/crowd/0/0.4.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.4/Makefile +++ b/linux/ecosystem/atlassian/crowd/0/0.4.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.5/Makefile b/linux/ecosystem/atlassian/crowd/0/0.4.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.5/Makefile +++ b/linux/ecosystem/atlassian/crowd/0/0.4.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/0/0.4/Makefile b/linux/ecosystem/atlassian/crowd/0/0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4/Makefile +++ b/linux/ecosystem/atlassian/crowd/0/0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/1/1.3.2/Makefile b/linux/ecosystem/atlassian/crowd/1/1.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/1/1.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/1/1.3.3/Makefile b/linux/ecosystem/atlassian/crowd/1/1.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/1/1.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/1/1.3/Makefile b/linux/ecosystem/atlassian/crowd/1/1.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/1/1.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.2/Makefile b/linux/ecosystem/atlassian/crowd/1/1.4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/1/1.4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.3/Makefile b/linux/ecosystem/atlassian/crowd/1/1.4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/1/1.4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.4/Makefile b/linux/ecosystem/atlassian/crowd/1/1.4.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.4/Makefile +++ b/linux/ecosystem/atlassian/crowd/1/1.4.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.7/Makefile b/linux/ecosystem/atlassian/crowd/1/1.4.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.7/Makefile +++ b/linux/ecosystem/atlassian/crowd/1/1.4.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/1/1.4/Makefile b/linux/ecosystem/atlassian/crowd/1/1.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4/Makefile +++ b/linux/ecosystem/atlassian/crowd/1/1.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/1/1.5.1/Makefile b/linux/ecosystem/atlassian/crowd/1/1.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/1/1.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/1/1.5.2/Makefile b/linux/ecosystem/atlassian/crowd/1/1.5.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/1/1.5.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/1/1.5.3/Makefile b/linux/ecosystem/atlassian/crowd/1/1.5.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/1/1.5.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/1/1.5/Makefile b/linux/ecosystem/atlassian/crowd/1/1.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5/Makefile +++ b/linux/ecosystem/atlassian/crowd/1/1.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/1/1.6.1/Makefile b/linux/ecosystem/atlassian/crowd/1/1.6.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/1/1.6.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/1/1.6.3/Makefile b/linux/ecosystem/atlassian/crowd/1/1.6.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/1/1.6.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/1/1.6/Makefile b/linux/ecosystem/atlassian/crowd/1/1.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6/Makefile +++ b/linux/ecosystem/atlassian/crowd/1/1.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.0/Makefile b/linux/ecosystem/atlassian/crowd/2/2.0.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.1/Makefile b/linux/ecosystem/atlassian/crowd/2/2.0.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.2/Makefile b/linux/ecosystem/atlassian/crowd/2/2.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.3/Makefile b/linux/ecosystem/atlassian/crowd/2/2.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.4/Makefile b/linux/ecosystem/atlassian/crowd/2/2.0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.4/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.5/Makefile b/linux/ecosystem/atlassian/crowd/2/2.0.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.5/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.6/Makefile b/linux/ecosystem/atlassian/crowd/2/2.0.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.6/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.7/Makefile b/linux/ecosystem/atlassian/crowd/2/2.0.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.7/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.9/Makefile b/linux/ecosystem/atlassian/crowd/2/2.0.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.9/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/Makefile b/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.0/Makefile b/linux/ecosystem/atlassian/crowd/2/2.1.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.1.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.1/Makefile b/linux/ecosystem/atlassian/crowd/2/2.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.2/Makefile b/linux/ecosystem/atlassian/crowd/2/2.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.10.1/Makefile b/linux/ecosystem/atlassian/crowd/2/2.10.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.10.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.10.2/Makefile b/linux/ecosystem/atlassian/crowd/2/2.10.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.10.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.10.3/Makefile b/linux/ecosystem/atlassian/crowd/2/2.10.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.10.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.11.0/Makefile b/linux/ecosystem/atlassian/crowd/2/2.11.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.11.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.11.1/Makefile b/linux/ecosystem/atlassian/crowd/2/2.11.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.11.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.11.2/Makefile b/linux/ecosystem/atlassian/crowd/2/2.11.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.11.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.12.0/Makefile b/linux/ecosystem/atlassian/crowd/2/2.12.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.12.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.12.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.2/Makefile b/linux/ecosystem/atlassian/crowd/2/2.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.4/Makefile b/linux/ecosystem/atlassian/crowd/2/2.2.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.4/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.2.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.7/Makefile b/linux/ecosystem/atlassian/crowd/2/2.2.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.7/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.2.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.9/Makefile b/linux/ecosystem/atlassian/crowd/2/2.2.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.9/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.2.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.1/Makefile b/linux/ecosystem/atlassian/crowd/2/2.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.2/Makefile b/linux/ecosystem/atlassian/crowd/2/2.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.3/Makefile b/linux/ecosystem/atlassian/crowd/2/2.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.4/Makefile b/linux/ecosystem/atlassian/crowd/2/2.3.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.4/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.6/Makefile b/linux/ecosystem/atlassian/crowd/2/2.3.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.6/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.7/Makefile b/linux/ecosystem/atlassian/crowd/2/2.3.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.7/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.9/Makefile b/linux/ecosystem/atlassian/crowd/2/2.3.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.9/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.0/Makefile b/linux/ecosystem/atlassian/crowd/2/2.4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.1/Makefile b/linux/ecosystem/atlassian/crowd/2/2.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.10/Makefile b/linux/ecosystem/atlassian/crowd/2/2.4.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.10/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.4.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.2/Makefile b/linux/ecosystem/atlassian/crowd/2/2.4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.0/Makefile b/linux/ecosystem/atlassian/crowd/2/2.5.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.1/Makefile b/linux/ecosystem/atlassian/crowd/2/2.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.2/Makefile b/linux/ecosystem/atlassian/crowd/2/2.5.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.3/Makefile b/linux/ecosystem/atlassian/crowd/2/2.5.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.4/Makefile b/linux/ecosystem/atlassian/crowd/2/2.5.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.4/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.5/Makefile b/linux/ecosystem/atlassian/crowd/2/2.5.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.5/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.7/Makefile b/linux/ecosystem/atlassian/crowd/2/2.5.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.7/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.0/Makefile b/linux/ecosystem/atlassian/crowd/2/2.6.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.1/Makefile b/linux/ecosystem/atlassian/crowd/2/2.6.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.2/Makefile b/linux/ecosystem/atlassian/crowd/2/2.6.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.3/Makefile b/linux/ecosystem/atlassian/crowd/2/2.6.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.4/Makefile b/linux/ecosystem/atlassian/crowd/2/2.6.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.4/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.5/Makefile b/linux/ecosystem/atlassian/crowd/2/2.6.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.5/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.7/Makefile b/linux/ecosystem/atlassian/crowd/2/2.6.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.7/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.7.0/Makefile b/linux/ecosystem/atlassian/crowd/2/2.7.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.7.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.7.1/Makefile b/linux/ecosystem/atlassian/crowd/2/2.7.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.7.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.7.2/Makefile b/linux/ecosystem/atlassian/crowd/2/2.7.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.7.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.0/Makefile b/linux/ecosystem/atlassian/crowd/2/2.8.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.8.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.2/Makefile b/linux/ecosystem/atlassian/crowd/2/2.8.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.8.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.3/Makefile b/linux/ecosystem/atlassian/crowd/2/2.8.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.8.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.4/Makefile b/linux/ecosystem/atlassian/crowd/2/2.8.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.4/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.8.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.8/Makefile b/linux/ecosystem/atlassian/crowd/2/2.8.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.8/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.8.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.9.1/Makefile b/linux/ecosystem/atlassian/crowd/2/2.9.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.9.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.9.5/Makefile b/linux/ecosystem/atlassian/crowd/2/2.9.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.5/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.9.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/2/2.9.7/Makefile b/linux/ecosystem/atlassian/crowd/2/2.9.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.7/Makefile +++ b/linux/ecosystem/atlassian/crowd/2/2.9.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.0/Makefile b/linux/ecosystem/atlassian/crowd/3/3.0.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.0.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.1/Makefile b/linux/ecosystem/atlassian/crowd/3/3.0.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.0.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.2/Makefile b/linux/ecosystem/atlassian/crowd/3/3.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.3/Makefile b/linux/ecosystem/atlassian/crowd/3/3.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.5/Makefile b/linux/ecosystem/atlassian/crowd/3/3.0.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.5/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.0.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.1/Makefile b/linux/ecosystem/atlassian/crowd/3/3.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.2/Makefile b/linux/ecosystem/atlassian/crowd/3/3.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.3/Makefile b/linux/ecosystem/atlassian/crowd/3/3.1.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.4/Makefile b/linux/ecosystem/atlassian/crowd/3/3.1.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.4/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.5/Makefile b/linux/ecosystem/atlassian/crowd/3/3.1.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.5/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.6/Makefile b/linux/ecosystem/atlassian/crowd/3/3.1.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.6/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.0/Makefile b/linux/ecosystem/atlassian/crowd/3/3.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.1/Makefile b/linux/ecosystem/atlassian/crowd/3/3.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.11/Makefile b/linux/ecosystem/atlassian/crowd/3/3.2.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.11/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.2/Makefile b/linux/ecosystem/atlassian/crowd/3/3.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.3/Makefile b/linux/ecosystem/atlassian/crowd/3/3.2.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.5/Makefile b/linux/ecosystem/atlassian/crowd/3/3.2.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.5/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.6/Makefile b/linux/ecosystem/atlassian/crowd/3/3.2.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.6/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.7/Makefile b/linux/ecosystem/atlassian/crowd/3/3.2.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.7/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.8/Makefile b/linux/ecosystem/atlassian/crowd/3/3.2.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.8/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.0/Makefile b/linux/ecosystem/atlassian/crowd/3/3.3.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.2/Makefile b/linux/ecosystem/atlassian/crowd/3/3.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.3/Makefile b/linux/ecosystem/atlassian/crowd/3/3.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.4/Makefile b/linux/ecosystem/atlassian/crowd/3/3.3.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.4/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.5/Makefile b/linux/ecosystem/atlassian/crowd/3/3.3.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.5/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.6/Makefile b/linux/ecosystem/atlassian/crowd/3/3.3.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.6/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.7/Makefile b/linux/ecosystem/atlassian/crowd/3/3.3.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.7/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.0/Makefile b/linux/ecosystem/atlassian/crowd/3/3.4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.3/Makefile b/linux/ecosystem/atlassian/crowd/3/3.4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.4/Makefile b/linux/ecosystem/atlassian/crowd/3/3.4.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.4/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.4.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.5/Makefile b/linux/ecosystem/atlassian/crowd/3/3.4.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.5/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.4.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.6/Makefile b/linux/ecosystem/atlassian/crowd/3/3.4.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.6/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.4.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.5.0/Makefile b/linux/ecosystem/atlassian/crowd/3/3.5.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.5.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.5.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.5.1/Makefile b/linux/ecosystem/atlassian/crowd/3/3.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.5.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.6.0/Makefile b/linux/ecosystem/atlassian/crowd/3/3.6.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.6.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.6.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.6.2/Makefile b/linux/ecosystem/atlassian/crowd/3/3.6.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.6.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.6.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.7.0/Makefile b/linux/ecosystem/atlassian/crowd/3/3.7.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.7.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.7.1/Makefile b/linux/ecosystem/atlassian/crowd/3/3.7.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.7.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/3/3.7.2/Makefile b/linux/ecosystem/atlassian/crowd/3/3.7.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/3/3.7.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.0/Makefile b/linux/ecosystem/atlassian/crowd/4/4.0.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.0.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.2/Makefile b/linux/ecosystem/atlassian/crowd/4/4.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.3/Makefile b/linux/ecosystem/atlassian/crowd/4/4.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.4/Makefile b/linux/ecosystem/atlassian/crowd/4/4.0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.4/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.5/Makefile b/linux/ecosystem/atlassian/crowd/4/4.0.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.5/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.0.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.0/Makefile b/linux/ecosystem/atlassian/crowd/4/4.1.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.1/Makefile b/linux/ecosystem/atlassian/crowd/4/4.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.10/Makefile b/linux/ecosystem/atlassian/crowd/4/4.1.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.10/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.2/Makefile b/linux/ecosystem/atlassian/crowd/4/4.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.3/Makefile b/linux/ecosystem/atlassian/crowd/4/4.1.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.5/Makefile b/linux/ecosystem/atlassian/crowd/4/4.1.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.5/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.6/Makefile b/linux/ecosystem/atlassian/crowd/4/4.1.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.6/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.8/Makefile b/linux/ecosystem/atlassian/crowd/4/4.1.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.8/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.9/Makefile b/linux/ecosystem/atlassian/crowd/4/4.1.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.9/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.0/Makefile b/linux/ecosystem/atlassian/crowd/4/4.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.1/Makefile b/linux/ecosystem/atlassian/crowd/4/4.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.2/Makefile b/linux/ecosystem/atlassian/crowd/4/4.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.3/Makefile b/linux/ecosystem/atlassian/crowd/4/4.2.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.4/Makefile b/linux/ecosystem/atlassian/crowd/4/4.2.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.4/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.5/Makefile b/linux/ecosystem/atlassian/crowd/4/4.2.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.5/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.0/Makefile b/linux/ecosystem/atlassian/crowd/4/4.3.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.10/Makefile b/linux/ecosystem/atlassian/crowd/4/4.3.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.10/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.11/Makefile b/linux/ecosystem/atlassian/crowd/4/4.3.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.11/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.5/Makefile b/linux/ecosystem/atlassian/crowd/4/4.3.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.5/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.7/Makefile b/linux/ecosystem/atlassian/crowd/4/4.3.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.7/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.8/Makefile b/linux/ecosystem/atlassian/crowd/4/4.3.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.8/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.9/Makefile b/linux/ecosystem/atlassian/crowd/4/4.3.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.9/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.0/Makefile b/linux/ecosystem/atlassian/crowd/4/4.4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.1/Makefile b/linux/ecosystem/atlassian/crowd/4/4.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.2/Makefile b/linux/ecosystem/atlassian/crowd/4/4.4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.3/Makefile b/linux/ecosystem/atlassian/crowd/4/4.4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.4/Makefile b/linux/ecosystem/atlassian/crowd/4/4.4.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.4/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.5/Makefile b/linux/ecosystem/atlassian/crowd/4/4.4.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.5/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.6/Makefile b/linux/ecosystem/atlassian/crowd/4/4.4.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.6/Makefile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.0/Makefile b/linux/ecosystem/atlassian/crowd/5/5.0.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.1/Makefile b/linux/ecosystem/atlassian/crowd/5/5.0.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.10/Makefile b/linux/ecosystem/atlassian/crowd/5/5.0.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.10/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.11/Makefile b/linux/ecosystem/atlassian/crowd/5/5.0.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.11/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.2/Makefile b/linux/ecosystem/atlassian/crowd/5/5.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.3/Makefile b/linux/ecosystem/atlassian/crowd/5/5.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.4/Makefile b/linux/ecosystem/atlassian/crowd/5/5.0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.4/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.5/Makefile b/linux/ecosystem/atlassian/crowd/5/5.0.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.5/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.6/Makefile b/linux/ecosystem/atlassian/crowd/5/5.0.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.6/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.7/Makefile b/linux/ecosystem/atlassian/crowd/5/5.0.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.7/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.8/Makefile b/linux/ecosystem/atlassian/crowd/5/5.0.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.8/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.9/Makefile b/linux/ecosystem/atlassian/crowd/5/5.0.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.9/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.0/Makefile b/linux/ecosystem/atlassian/crowd/5/5.1.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.1/Makefile b/linux/ecosystem/atlassian/crowd/5/5.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.11/Makefile b/linux/ecosystem/atlassian/crowd/5/5.1.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.11/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.12/Makefile b/linux/ecosystem/atlassian/crowd/5/5.1.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.12/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.13/Makefile b/linux/ecosystem/atlassian/crowd/5/5.1.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.13/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.2/Makefile b/linux/ecosystem/atlassian/crowd/5/5.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.3/Makefile b/linux/ecosystem/atlassian/crowd/5/5.1.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.4/Makefile b/linux/ecosystem/atlassian/crowd/5/5.1.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.4/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.5/Makefile b/linux/ecosystem/atlassian/crowd/5/5.1.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.5/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.6/Makefile b/linux/ecosystem/atlassian/crowd/5/5.1.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.6/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.7/Makefile b/linux/ecosystem/atlassian/crowd/5/5.1.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.7/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.8/Makefile b/linux/ecosystem/atlassian/crowd/5/5.1.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.8/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.9/Makefile b/linux/ecosystem/atlassian/crowd/5/5.1.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.9/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.0/Makefile b/linux/ecosystem/atlassian/crowd/5/5.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.1/Makefile b/linux/ecosystem/atlassian/crowd/5/5.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.10/Makefile b/linux/ecosystem/atlassian/crowd/5/5.2.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.10/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.2/Makefile b/linux/ecosystem/atlassian/crowd/5/5.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.3/Makefile b/linux/ecosystem/atlassian/crowd/5/5.2.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.4/Makefile b/linux/ecosystem/atlassian/crowd/5/5.2.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.4/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.6/Makefile b/linux/ecosystem/atlassian/crowd/5/5.2.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.6/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.7/Makefile b/linux/ecosystem/atlassian/crowd/5/5.2.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.7/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.8/Makefile b/linux/ecosystem/atlassian/crowd/5/5.2.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.8/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.9/Makefile b/linux/ecosystem/atlassian/crowd/5/5.2.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.9/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.0/Makefile b/linux/ecosystem/atlassian/crowd/5/5.3.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.1/Makefile b/linux/ecosystem/atlassian/crowd/5/5.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.2/Makefile b/linux/ecosystem/atlassian/crowd/5/5.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.3/Makefile b/linux/ecosystem/atlassian/crowd/5/5.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.4/Makefile b/linux/ecosystem/atlassian/crowd/5/5.3.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.4/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.5/Makefile b/linux/ecosystem/atlassian/crowd/5/5.3.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.5/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.6/Makefile b/linux/ecosystem/atlassian/crowd/5/5.3.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.6/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.0/Makefile b/linux/ecosystem/atlassian/crowd/6/6.0.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.1/Makefile b/linux/ecosystem/atlassian/crowd/6/6.0.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.2/Makefile b/linux/ecosystem/atlassian/crowd/6/6.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.3/Makefile b/linux/ecosystem/atlassian/crowd/6/6.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.4/Makefile b/linux/ecosystem/atlassian/crowd/6/6.0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.4/Makefile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.6/Makefile b/linux/ecosystem/atlassian/crowd/6/6.0.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.6/Makefile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.7/Makefile b/linux/ecosystem/atlassian/crowd/6/6.0.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.7/Makefile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.0/Makefile b/linux/ecosystem/atlassian/crowd/6/6.1.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/6/6.1.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.1/Makefile b/linux/ecosystem/atlassian/crowd/6/6.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/6/6.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.2/Makefile b/linux/ecosystem/atlassian/crowd/6/6.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/6/6.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.3/Makefile b/linux/ecosystem/atlassian/crowd/6/6.1.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/6/6.1.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.4/Makefile b/linux/ecosystem/atlassian/crowd/6/6.1.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.4/Makefile +++ b/linux/ecosystem/atlassian/crowd/6/6.1.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/6/6.2.0/Makefile b/linux/ecosystem/atlassian/crowd/6/6.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.2.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/6/6.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/6/6.2.2/Makefile b/linux/ecosystem/atlassian/crowd/6/6.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.2.2/Makefile +++ b/linux/ecosystem/atlassian/crowd/6/6.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/6/6.2.3/Makefile b/linux/ecosystem/atlassian/crowd/6/6.2.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.2.3/Makefile +++ b/linux/ecosystem/atlassian/crowd/6/6.2.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/6/6.3.0/Makefile b/linux/ecosystem/atlassian/crowd/6/6.3.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.3.0/Makefile +++ b/linux/ecosystem/atlassian/crowd/6/6.3.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crowd/latest/Makefile b/linux/ecosystem/atlassian/crowd/latest/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crowd/latest/Makefile +++ b/linux/ecosystem/atlassian/crowd/latest/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.0-build-223/Makefile b/linux/ecosystem/atlassian/crucible/1/1.0-build-223/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.0-build-223/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.0-build-223/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.0.3/Makefile b/linux/ecosystem/atlassian/crucible/1/1.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.0.3/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.0.4/Makefile b/linux/ecosystem/atlassian/crucible/1/1.0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.0.4/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.1/Makefile b/linux/ecosystem/atlassian/crucible/1/1.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1.1/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.2/Makefile b/linux/ecosystem/atlassian/crucible/1/1.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1.2/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.3/Makefile b/linux/ecosystem/atlassian/crucible/1/1.1.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1.3/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.1.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.4/Makefile b/linux/ecosystem/atlassian/crucible/1/1.1.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1.4/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.1.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.1/Makefile b/linux/ecosystem/atlassian/crucible/1/1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.2.1/Makefile b/linux/ecosystem/atlassian/crucible/1/1.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.2.1/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.2.2/Makefile b/linux/ecosystem/atlassian/crucible/1/1.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.2.2/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.2.3/Makefile b/linux/ecosystem/atlassian/crucible/1/1.2.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.2.3/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.2.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.2/Makefile b/linux/ecosystem/atlassian/crucible/1/1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.2/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.1/Makefile b/linux/ecosystem/atlassian/crucible/1/1.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5.1/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.2/Makefile b/linux/ecosystem/atlassian/crucible/1/1.5.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5.2/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.5.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.3/Makefile b/linux/ecosystem/atlassian/crucible/1/1.5.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5.3/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.5.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.4/Makefile b/linux/ecosystem/atlassian/crucible/1/1.5.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5.4/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.5.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.5/Makefile b/linux/ecosystem/atlassian/crucible/1/1.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.0.beta1/Makefile b/linux/ecosystem/atlassian/crucible/1/1.6.0.beta1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.0.beta1/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.0.beta1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.0.beta2/Makefile b/linux/ecosystem/atlassian/crucible/1/1.6.0.beta2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.0.beta2/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.0.beta2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.0/Makefile b/linux/ecosystem/atlassian/crucible/1/1.6.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.0/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.1/Makefile b/linux/ecosystem/atlassian/crucible/1/1.6.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.1/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.2.1/Makefile b/linux/ecosystem/atlassian/crucible/1/1.6.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.2.1/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.2/Makefile b/linux/ecosystem/atlassian/crucible/1/1.6.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.2/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.3/Makefile b/linux/ecosystem/atlassian/crucible/1/1.6.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.3/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.4/Makefile b/linux/ecosystem/atlassian/crucible/1/1.6.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.4/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.5.a/Makefile b/linux/ecosystem/atlassian/crucible/1/1.6.5.a/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.5.a/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.5.a/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.5/Makefile b/linux/ecosystem/atlassian/crucible/1/1.6.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.5/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.5a/Makefile b/linux/ecosystem/atlassian/crucible/1/1.6.5a/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.5a/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.5a/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.6/Makefile b/linux/ecosystem/atlassian/crucible/1/1.6.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.6/Makefile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.B3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.B3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.B3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.B3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.4/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.5/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.5/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.6/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.6/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.M2cc/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.M2cc/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.M2cc/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.M2cc/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.RC1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.RC1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.RC1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.RC1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.4/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.4/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.5/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.5/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.6/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.6/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.7/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.7/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.8/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.8/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.4/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.5/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.5/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.6/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.6/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.4/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.5/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.5/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.6/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.6/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.7/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.7/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.8/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.8/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.9/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.9/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.4/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.5/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.5/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.6/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.6/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.7/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.7/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.8/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.8/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.9/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.9/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.4/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.4/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.5/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.5/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.4/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.4/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.5/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.5/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.6/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.6/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.7/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.7/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.4/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.10/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.10/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.11/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.11/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.12/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.12/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.13/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.13/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.14/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.14/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.15/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.15/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.16/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.16/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.4/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.5/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.5/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.6/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.6/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.7/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.7/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.8/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.8/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.9/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.9/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.0/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.1/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye-crucible/latest/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/latest/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/latest/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/latest/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.0.1a-build-br78-94/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.0.1a-build-br78-94/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.0.1a-build-br78-94/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.0.1a-build-br78-94/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.1.3-build-1.1-119c/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.1.3-build-1.1-119c/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.1.3-build-1.1-119c/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.1.3-build-1.1-119c/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.2.5-build-201/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.2.5-build-201/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.2.5-build-201/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.2.5-build-201/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.3/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.4/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.3.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.5/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.3.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.5/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.6/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.3.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.6/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.7/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.3.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.7/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.8/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.3.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.8/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4.1/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.4.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4.2/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.4.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4.3/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.4.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.1/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.2/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.5.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5.2/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.5.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.3/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.5.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.5.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.4/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.5.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.5.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta1/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta1/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta2/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta2/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.0/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.6.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.0/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.1/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.6.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.1/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.3/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.6.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.3/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.4/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.6.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.4/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.5.a/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.6.5.a/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.5.a/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.5.a/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.5/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.6.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.5/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.5a/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.6.5a/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.5a/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.5a/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.6/Makefile b/linux/ecosystem/atlassian/fisheye/1/1.6.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.6/Makefile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/10/10.0.0/Makefile b/linux/ecosystem/atlassian/jira/10/10.0.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/10/10.0.0/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.0.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/10/10.0.1/Makefile b/linux/ecosystem/atlassian/jira/10/10.0.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/10/10.0.1/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.0.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/10/10.1.1/Makefile b/linux/ecosystem/atlassian/jira/10/10.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/10/10.1.1/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/10/10.1.2/Makefile b/linux/ecosystem/atlassian/jira/10/10.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/10/10.1.2/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/10/10.2.0/Makefile b/linux/ecosystem/atlassian/jira/10/10.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/10/10.2.0/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/10/10.2.1/Makefile b/linux/ecosystem/atlassian/jira/10/10.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/10/10.2.1/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/10/10.3.0/Makefile b/linux/ecosystem/atlassian/jira/10/10.3.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.0/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.3.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/10/10.3.1/Makefile b/linux/ecosystem/atlassian/jira/10/10.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.1/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/10/10.3.2/Makefile b/linux/ecosystem/atlassian/jira/10/10.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.2/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/10/10.3.3/Makefile b/linux/ecosystem/atlassian/jira/10/10.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.3/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/10/10.3.4/Makefile b/linux/ecosystem/atlassian/jira/10/10.3.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.4/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.3.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/10/10.3.5/Makefile b/linux/ecosystem/atlassian/jira/10/10.3.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.5/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.3.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/10/10.4.0/Makefile b/linux/ecosystem/atlassian/jira/10/10.4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/10/10.4.0/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/10/10.4.1/Makefile b/linux/ecosystem/atlassian/jira/10/10.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/10/10.4.1/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/10/10.5.0/Makefile b/linux/ecosystem/atlassian/jira/10/10.5.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/10/10.5.0/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.5.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/10/10.5.1/Makefile b/linux/ecosystem/atlassian/jira/10/10.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/10/10.5.1/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/10/10.6.0/Makefile b/linux/ecosystem/atlassian/jira/10/10.6.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/10/10.6.0/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.6.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/4/4.1.1/Makefile b/linux/ecosystem/atlassian/jira/4/4.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/4/4.1.1/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/4/4.1.2/Makefile b/linux/ecosystem/atlassian/jira/4/4.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/4/4.1.2/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/4/4.2.1/Makefile b/linux/ecosystem/atlassian/jira/4/4.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.1/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/4/4.2.2/Makefile b/linux/ecosystem/atlassian/jira/4/4.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.2/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/4/4.2.3/Makefile b/linux/ecosystem/atlassian/jira/4/4.2.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.3/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.2.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/4/4.2.4/Makefile b/linux/ecosystem/atlassian/jira/4/4.2.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.4/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.2.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/4/4.2/Makefile b/linux/ecosystem/atlassian/jira/4/4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/4/4.3.1/Makefile b/linux/ecosystem/atlassian/jira/4/4.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.1/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/4/4.3.2/Makefile b/linux/ecosystem/atlassian/jira/4/4.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.2/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/4/4.3.3/Makefile b/linux/ecosystem/atlassian/jira/4/4.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.3/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/4/4.3.4/Makefile b/linux/ecosystem/atlassian/jira/4/4.3.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.4/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.3.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/4/4.3/Makefile b/linux/ecosystem/atlassian/jira/4/4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/4/4.4.1/Makefile b/linux/ecosystem/atlassian/jira/4/4.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.1/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/4/4.4.3/Makefile b/linux/ecosystem/atlassian/jira/4/4.4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.3/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/4/4.4.4/Makefile b/linux/ecosystem/atlassian/jira/4/4.4.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.4/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.4.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/4/4.4.5/Makefile b/linux/ecosystem/atlassian/jira/4/4.4.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.5/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.4.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/4/4.4/Makefile b/linux/ecosystem/atlassian/jira/4/4.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.0.1/Makefile b/linux/ecosystem/atlassian/jira/5/5.0.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.1/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.0.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.0.2/Makefile b/linux/ecosystem/atlassian/jira/5/5.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.2/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.0.3/Makefile b/linux/ecosystem/atlassian/jira/5/5.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.3/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.0.4/Makefile b/linux/ecosystem/atlassian/jira/5/5.0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.4/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.0.5/Makefile b/linux/ecosystem/atlassian/jira/5/5.0.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.5/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.0.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.0.6/Makefile b/linux/ecosystem/atlassian/jira/5/5.0.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.6/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.0.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.0.7/Makefile b/linux/ecosystem/atlassian/jira/5/5.0.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.7/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.0.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.0/Makefile b/linux/ecosystem/atlassian/jira/5/5.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.1.1/Makefile b/linux/ecosystem/atlassian/jira/5/5.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.1/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.1.2/Makefile b/linux/ecosystem/atlassian/jira/5/5.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.2/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.1.3/Makefile b/linux/ecosystem/atlassian/jira/5/5.1.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.3/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.1.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.1.4/Makefile b/linux/ecosystem/atlassian/jira/5/5.1.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.4/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.1.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.1.5/Makefile b/linux/ecosystem/atlassian/jira/5/5.1.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.5/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.1.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.1.6/Makefile b/linux/ecosystem/atlassian/jira/5/5.1.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.6/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.1.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.1.7/Makefile b/linux/ecosystem/atlassian/jira/5/5.1.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.7/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.1.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.1.8/Makefile b/linux/ecosystem/atlassian/jira/5/5.1.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.8/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.1.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.1/Makefile b/linux/ecosystem/atlassian/jira/5/5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.2.1/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.1/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.2.10/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.10/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.2.11/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.11/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.2.2/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.2/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.2.3/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.3/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.2.4.1/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.4.1/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.2.4/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.4/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.2.5/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.5/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.2.6/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.6/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.2.7/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.7/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.2.8/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.8/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.2.9/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.9/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/5/5.2/Makefile b/linux/ecosystem/atlassian/jira/5/5.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.0.1/Makefile b/linux/ecosystem/atlassian/jira/6/6.0.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.1/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.0.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.0.2/Makefile b/linux/ecosystem/atlassian/jira/6/6.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.2/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.0.3/Makefile b/linux/ecosystem/atlassian/jira/6/6.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.3/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.0.4/Makefile b/linux/ecosystem/atlassian/jira/6/6.0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.4/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.0.5/Makefile b/linux/ecosystem/atlassian/jira/6/6.0.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.5/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.0.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.0.6/Makefile b/linux/ecosystem/atlassian/jira/6/6.0.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.6/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.0.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.0.7/Makefile b/linux/ecosystem/atlassian/jira/6/6.0.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.7/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.0.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.0.8/Makefile b/linux/ecosystem/atlassian/jira/6/6.0.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.8/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.0.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.0/Makefile b/linux/ecosystem/atlassian/jira/6/6.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.1.1/Makefile b/linux/ecosystem/atlassian/jira/6/6.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.1/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.1.2/Makefile b/linux/ecosystem/atlassian/jira/6/6.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.2/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.1.3/Makefile b/linux/ecosystem/atlassian/jira/6/6.1.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.3/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.1.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.1.4/Makefile b/linux/ecosystem/atlassian/jira/6/6.1.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.4/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.1.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.1.5/Makefile b/linux/ecosystem/atlassian/jira/6/6.1.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.5/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.1.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.1.6/Makefile b/linux/ecosystem/atlassian/jira/6/6.1.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.6/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.1.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.1.7/Makefile b/linux/ecosystem/atlassian/jira/6/6.1.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.7/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.1.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.1.8/Makefile b/linux/ecosystem/atlassian/jira/6/6.1.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.8/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.1.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.1.9/Makefile b/linux/ecosystem/atlassian/jira/6/6.1.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.9/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.1.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.1/Makefile b/linux/ecosystem/atlassian/jira/6/6.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.2.1/Makefile b/linux/ecosystem/atlassian/jira/6/6.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.1/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.2.2/Makefile b/linux/ecosystem/atlassian/jira/6/6.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.2/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.2.3/Makefile b/linux/ecosystem/atlassian/jira/6/6.2.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.3/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.2.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.2.4/Makefile b/linux/ecosystem/atlassian/jira/6/6.2.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.4/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.2.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.2.5/Makefile b/linux/ecosystem/atlassian/jira/6/6.2.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.5/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.2.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.2.6/Makefile b/linux/ecosystem/atlassian/jira/6/6.2.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.6/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.2.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.2.7/Makefile b/linux/ecosystem/atlassian/jira/6/6.2.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.7/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.2.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.2/Makefile b/linux/ecosystem/atlassian/jira/6/6.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.3.1/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.1/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.3.10/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.10/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.3.11/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.11/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.3.12/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.12/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.3.13/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.13/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.3.14/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.14/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.3.15/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.15/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.3.3/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.3/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.3.4/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.4/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.3.5/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.5/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.3.6/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.6/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.3.7/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.7/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.3.8/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.8/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.3.9/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.9/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.3/Makefile b/linux/ecosystem/atlassian/jira/6/6.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.4.1/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.1/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.4.10/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.10/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.4.11/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.11/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.4.12/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.12/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.4.13/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.13/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.4.14/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.14/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.4.2/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.2/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.4.3/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.3/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.4.4/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.4/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.4.5/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.5/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.4.6/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.6/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.4.7/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.7/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.4.8/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.8/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.4.9/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.9/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/6/6.4/Makefile b/linux/ecosystem/atlassian/jira/6/6.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.0.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.0.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.0.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.0.10/Makefile b/linux/ecosystem/atlassian/jira/7/7.0.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.10/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.0.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.0.11/Makefile b/linux/ecosystem/atlassian/jira/7/7.0.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.11/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.0.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.0.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.0.4/Makefile b/linux/ecosystem/atlassian/jira/7/7.0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.4/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.0.5/Makefile b/linux/ecosystem/atlassian/jira/7/7.0.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.5/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.0.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.0.9/Makefile b/linux/ecosystem/atlassian/jira/7/7.0.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.9/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.0.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.1.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.1.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.1.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.1.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.1.10/Makefile b/linux/ecosystem/atlassian/jira/7/7.1.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.10/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.1.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.1.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.1.4/Makefile b/linux/ecosystem/atlassian/jira/7/7.1.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.4/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.1.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.1.6/Makefile b/linux/ecosystem/atlassian/jira/7/7.1.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.6/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.1.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.1.7/Makefile b/linux/ecosystem/atlassian/jira/7/7.1.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.7/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.1.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.1.8/Makefile b/linux/ecosystem/atlassian/jira/7/7.1.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.8/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.1.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.1.9/Makefile b/linux/ecosystem/atlassian/jira/7/7.1.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.9/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.1.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.10.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.10.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.10.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.10.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.10.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.10.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.10.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.10.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.10.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.10.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.10.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.10.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.11.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.11.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.11.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.11.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.11.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.11.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.11.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.11.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.11.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.11.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.11.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.11.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.12.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.12.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.12.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.12.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.12.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.12.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.12.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.12.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.12.3/Makefile b/linux/ecosystem/atlassian/jira/7/7.12.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.12.3/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.12.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.13.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.13.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.13.11/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.11/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.13.12/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.12/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.13.13/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.13/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.13.14/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.14/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.13.15/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.15/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.13.16/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.16/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.13.17/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.17/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.13.18/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.18/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.18/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.18/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.13.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.13.3/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.3/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.13.4/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.4/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.13.5/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.5/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.13.6/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.6/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.13.8/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.8/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.13.9/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.9/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.2.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.2.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.2.10/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.10/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.2.11/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.11/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.2.12/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.12/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.2.13/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.13/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.2.14/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.14/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.2.15/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.15/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.2.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.2.3/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.3/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.2.4/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.4/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.2.6/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.6/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.2.7/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.7/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.2.8/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.8/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.2.9/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.9/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.3.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.3.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.3.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.3.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.3.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.3.3/Makefile b/linux/ecosystem/atlassian/jira/7/7.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.3/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.3.4/Makefile b/linux/ecosystem/atlassian/jira/7/7.3.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.4/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.3.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.3.5/Makefile b/linux/ecosystem/atlassian/jira/7/7.3.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.5/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.3.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.3.6/Makefile b/linux/ecosystem/atlassian/jira/7/7.3.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.6/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.3.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.3.7/Makefile b/linux/ecosystem/atlassian/jira/7/7.3.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.7/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.3.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.3.8/Makefile b/linux/ecosystem/atlassian/jira/7/7.3.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.8/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.3.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.3.9/Makefile b/linux/ecosystem/atlassian/jira/7/7.3.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.9/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.3.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.4.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.4.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.4.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.4.3/Makefile b/linux/ecosystem/atlassian/jira/7/7.4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.3/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.4.4/Makefile b/linux/ecosystem/atlassian/jira/7/7.4.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.4/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.4.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.4.5/Makefile b/linux/ecosystem/atlassian/jira/7/7.4.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.5/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.4.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.4.6/Makefile b/linux/ecosystem/atlassian/jira/7/7.4.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.6/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.4.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.5.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.5.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.5.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.5.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.5.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.5.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.5.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.5.3/Makefile b/linux/ecosystem/atlassian/jira/7/7.5.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.3/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.5.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.5.4/Makefile b/linux/ecosystem/atlassian/jira/7/7.5.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.4/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.5.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.6.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.6.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.6.10/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.10/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.6.11/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.11/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.6.12/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.12/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.6.13/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.13/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.6.14/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.14/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.6.15/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.15/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.6.16/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.16/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.6.17/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.17/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.6.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.6.3/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.3/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.6.4/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.4/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.6.6/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.6/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.6.7/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.7/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.6.8/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.8/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.6.9/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.9/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.7.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.7.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.7.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.7.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.7.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.7.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.7.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.7.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.7.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.7.4/Makefile b/linux/ecosystem/atlassian/jira/7/7.7.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.4/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.7.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.8.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.8.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.8.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.8.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.8.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.8.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.8.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.8.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.8.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.8.4/Makefile b/linux/ecosystem/atlassian/jira/7/7.8.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.4/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.8.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.9.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.9.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.9.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.9.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/7/7.9.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.9.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.9.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.9.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.0.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.0.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.0.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.0.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.0.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.0.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.0.3/Makefile b/linux/ecosystem/atlassian/jira/8/8.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.0.3/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.1.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.1.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.1.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.1.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.1.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.1.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.1.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.1.3/Makefile b/linux/ecosystem/atlassian/jira/8/8.1.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.3/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.1.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.10.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.10.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.10.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.10.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.10.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.10.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.10.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.10.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.11.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.11.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.11.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.11.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.11.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.11.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.11.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.11.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.12.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.12.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.12.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.12.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.12.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.12.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.12.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.12.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.12.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.12.3/Makefile b/linux/ecosystem/atlassian/jira/8/8.12.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.3/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.12.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.10/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.10/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.11/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.11/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.12/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.12/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.13/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.13/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.14/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.14/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.15/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.15/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.16/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.16/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.17/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.17/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.18/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.18/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.18/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.18/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.19/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.19/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.19/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.19/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.20/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.20/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.20/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.20/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.21/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.21/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.21/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.21/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.22/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.22/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.22/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.22/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.24/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.24/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.24/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.24/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.25/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.25/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.25/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.25/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.26/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.26/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.26/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.26/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.27/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.27/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.27/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.27/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.3/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.3/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.4/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.4/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.5/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.5/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.6/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.6/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.7/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.7/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.8/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.8/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.13.9/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.9/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.14.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.14.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.14.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.14.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.14.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.14.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.14.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.14.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.15.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.15.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.15.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.15.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.15.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.15.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.15.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.15.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.16.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.16.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.16.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.16.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.16.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.16.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.16.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.16.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.16.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.17.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.17.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.17.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.17.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.17.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.17.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.17.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.17.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.18.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.18.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.18.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.18.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.18.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.18.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.18.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.18.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.19.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.19.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.19.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.19.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.19.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.19.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.19.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.19.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.2.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.2.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.2.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.2.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.2.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.2.3/Makefile b/linux/ecosystem/atlassian/jira/8/8.2.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.3/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.2.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.2.4/Makefile b/linux/ecosystem/atlassian/jira/8/8.2.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.4/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.2.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.2.5/Makefile b/linux/ecosystem/atlassian/jira/8/8.2.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.5/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.2.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.2.6/Makefile b/linux/ecosystem/atlassian/jira/8/8.2.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.6/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.2.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.10/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.10/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.11/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.11/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.12/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.12/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.13/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.13/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.14/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.14/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.15/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.15/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.16/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.16/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.17/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.17/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.19/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.19/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.19/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.19/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.20/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.20/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.20/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.20/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.21/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.21/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.21/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.21/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.22/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.22/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.22/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.22/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.23/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.23/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.23/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.23/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.24/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.24/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.24/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.24/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.25/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.25/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.25/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.25/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.26/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.26/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.26/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.26/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.27/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.27/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.27/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.27/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.28/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.28/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.28/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.28/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.29/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.29/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.29/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.29/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.3/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.3/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.30/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.30/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.30/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.30/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.4/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.4/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.5/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.5/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.6/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.6/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.7/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.7/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.8/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.8/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.20.9/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.9/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.21.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.21.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.21.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.21.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.21.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.21.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.21.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.21.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.22.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.22.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.22.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.22.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.22.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.22.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.22.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.22.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.22.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.22.3/Makefile b/linux/ecosystem/atlassian/jira/8/8.22.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.3/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.22.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.22.4/Makefile b/linux/ecosystem/atlassian/jira/8/8.22.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.4/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.22.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.22.5/Makefile b/linux/ecosystem/atlassian/jira/8/8.22.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.5/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.22.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.22.6/Makefile b/linux/ecosystem/atlassian/jira/8/8.22.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.6/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.22.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.3.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.3.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.3.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.3.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.3.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.3.3/Makefile b/linux/ecosystem/atlassian/jira/8/8.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.3/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.3.4/Makefile b/linux/ecosystem/atlassian/jira/8/8.3.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.4/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.3.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.3.5/Makefile b/linux/ecosystem/atlassian/jira/8/8.3.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.5/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.3.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.4.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.4.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.4.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.4.3/Makefile b/linux/ecosystem/atlassian/jira/8/8.4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.3/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.5.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.5.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.5.10/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.10/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.5.11/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.11/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.5.12/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.12/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.5.13/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.13/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.5.14/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.14/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.5.15/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.15/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.5.16/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.16/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.5.17/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.17/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.5.18/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.18/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.18/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.18/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.5.19/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.19/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.19/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.19/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.5.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.5.3/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.3/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.5.4/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.4/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.5.5/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.5/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.5.6/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.6/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.5.7/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.7/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.5.8/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.8/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.5.9/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.9/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.6.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.6.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.6.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.6.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.6.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.6.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.6.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.6.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.7.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.7.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.7.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.7.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.7.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.7.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.7.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.7.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.8.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.8.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.8.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.8.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.8.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.8.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.8.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.8.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.9.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.9.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.9.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.9.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/8/8.9.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.9.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.9.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.9.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.0.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.0.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.0.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.0.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.1.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.1.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.1.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.1.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.1.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.1.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.1.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.1.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.10.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.10.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.10.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.10.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.10.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.10.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.10.2/Makefile b/linux/ecosystem/atlassian/jira/9/9.10.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.2/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.10.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.11.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.11.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.11.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.11.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.11.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.11.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.11.2/Makefile b/linux/ecosystem/atlassian/jira/9/9.11.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.2/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.11.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.11.3/Makefile b/linux/ecosystem/atlassian/jira/9/9.11.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.3/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.11.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.10/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.10/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.11/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.11/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.12/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.12/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.13/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.13/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.14/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.14/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.15/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.15/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.16/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.16/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.17/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.17/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.18/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.18/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.18/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.18/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.19/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.19/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.19/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.19/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.2/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.2/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.20/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.20/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.20/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.20/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.21/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.21/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.21/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.21/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.22/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.22/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.22/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.22/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.3/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.3/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.4/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.4/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.5/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.5/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.6/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.6/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.7/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.7/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.8/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.8/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.12.9/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.9/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.13.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.13.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.13.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.13.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.13.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.13.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.14.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.14.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.14.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.14.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.14.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.14.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.15.2/Makefile b/linux/ecosystem/atlassian/jira/9/9.15.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.15.2/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.15.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.16.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.16.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.16.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.16.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.16.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.16.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.17.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.17.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.17.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.17.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.17.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.17.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.17.2/Makefile b/linux/ecosystem/atlassian/jira/9/9.17.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.2/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.17.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.17.3/Makefile b/linux/ecosystem/atlassian/jira/9/9.17.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.3/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.17.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.17.4/Makefile b/linux/ecosystem/atlassian/jira/9/9.17.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.4/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.17.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.17.5/Makefile b/linux/ecosystem/atlassian/jira/9/9.17.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.5/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.17.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.2.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.2.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.2.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.2.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.2.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.2.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.2.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.2.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.3.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.3.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.3.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.3.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.3.2/Makefile b/linux/ecosystem/atlassian/jira/9/9.3.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.2/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.3.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.3.3/Makefile b/linux/ecosystem/atlassian/jira/9/9.3.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.3/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.3.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.10/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.10/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.11/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.11/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.12/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.12/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.14/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.14/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.15/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.15/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.16/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.16/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.17/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.17/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.18/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.18/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.18/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.18/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.19/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.19/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.19/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.19/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.2/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.2/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.20/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.20/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.20/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.20/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.21/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.21/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.21/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.21/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.22/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.22/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.22/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.22/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.23/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.23/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.23/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.23/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.24/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.24/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.24/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.24/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.25/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.25/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.25/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.25/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.26/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.26/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.26/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.26/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.27/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.27/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.27/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.27/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.28/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.28/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.28/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.28/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.29/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.29/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.29/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.29/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.3/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.3/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.30/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.30/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.30/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.30/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.4/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.4/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.5/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.5/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.6/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.6/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.7/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.7/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.8/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.8/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.4.9/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.9/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.5.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.5.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.5.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.5.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.6.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.6.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.6.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.6.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.7.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.7.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.7.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.7.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.7.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.7.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.7.2/Makefile b/linux/ecosystem/atlassian/jira/9/9.7.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.2/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.7.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.8.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.8.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.8.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.8.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.8.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.8.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.8.2/Makefile b/linux/ecosystem/atlassian/jira/9/9.8.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.2/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.8.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.9.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.9.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.9.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.9.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.9.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.9.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/9/9.9.2/Makefile b/linux/ecosystem/atlassian/jira/9/9.9.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.2/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.9.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/atlassian/jira/latest/Makefile b/linux/ecosystem/atlassian/jira/latest/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/atlassian/jira/latest/Makefile +++ b/linux/ecosystem/atlassian/jira/latest/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/electron-release-server/Makefile b/linux/ecosystem/electron-release-server/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/electron-release-server/Makefile +++ b/linux/ecosystem/electron-release-server/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/amxx-sdk/1.10/Makefile b/linux/ecosystem/github/runner/amxx-sdk/1.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/amxx-sdk/1.10/Makefile +++ b/linux/ecosystem/github/runner/amxx-sdk/1.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/amxx-sdk/1.9/Makefile b/linux/ecosystem/github/runner/amxx-sdk/1.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/amxx-sdk/1.9/Makefile +++ b/linux/ecosystem/github/runner/amxx-sdk/1.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/android-sdk/Makefile b/linux/ecosystem/github/runner/android-sdk/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/android-sdk/Makefile +++ b/linux/ecosystem/github/runner/android-sdk/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/atlassian-sdk/Makefile b/linux/ecosystem/github/runner/atlassian-sdk/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/atlassian-sdk/Makefile +++ b/linux/ecosystem/github/runner/atlassian-sdk/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/dotnet-sdk/Makefile b/linux/ecosystem/github/runner/dotnet-sdk/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/dotnet-sdk/Makefile +++ b/linux/ecosystem/github/runner/dotnet-sdk/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/latest/Makefile b/linux/ecosystem/github/runner/latest/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/latest/Makefile +++ b/linux/ecosystem/github/runner/latest/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/minimal/Makefile b/linux/ecosystem/github/runner/minimal/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/minimal/Makefile +++ b/linux/ecosystem/github/runner/minimal/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/node0.12/Makefile b/linux/ecosystem/github/runner/node0.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/node0.12/Makefile +++ b/linux/ecosystem/github/runner/node0.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/node10/Makefile b/linux/ecosystem/github/runner/node10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/node10/Makefile +++ b/linux/ecosystem/github/runner/node10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/node11/Makefile b/linux/ecosystem/github/runner/node11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/node11/Makefile +++ b/linux/ecosystem/github/runner/node11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/node12/Makefile b/linux/ecosystem/github/runner/node12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/node12/Makefile +++ b/linux/ecosystem/github/runner/node12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/node13/Makefile b/linux/ecosystem/github/runner/node13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/node13/Makefile +++ b/linux/ecosystem/github/runner/node13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/node14/Makefile b/linux/ecosystem/github/runner/node14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/node14/Makefile +++ b/linux/ecosystem/github/runner/node14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/node15/Makefile b/linux/ecosystem/github/runner/node15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/node15/Makefile +++ b/linux/ecosystem/github/runner/node15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/node16/Makefile b/linux/ecosystem/github/runner/node16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/node16/Makefile +++ b/linux/ecosystem/github/runner/node16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/node17/Makefile b/linux/ecosystem/github/runner/node17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/node17/Makefile +++ b/linux/ecosystem/github/runner/node17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/node18/Makefile b/linux/ecosystem/github/runner/node18/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/node18/Makefile +++ b/linux/ecosystem/github/runner/node18/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/node19/Makefile b/linux/ecosystem/github/runner/node19/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/node19/Makefile +++ b/linux/ecosystem/github/runner/node19/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/node20/Makefile b/linux/ecosystem/github/runner/node20/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/node20/Makefile +++ b/linux/ecosystem/github/runner/node20/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/node21/Makefile b/linux/ecosystem/github/runner/node21/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/node21/Makefile +++ b/linux/ecosystem/github/runner/node21/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/node22/Makefile b/linux/ecosystem/github/runner/node22/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/node22/Makefile +++ b/linux/ecosystem/github/runner/node22/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/node23/Makefile b/linux/ecosystem/github/runner/node23/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/node23/Makefile +++ b/linux/ecosystem/github/runner/node23/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/node4/Makefile b/linux/ecosystem/github/runner/node4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/node4/Makefile +++ b/linux/ecosystem/github/runner/node4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/node5/Makefile b/linux/ecosystem/github/runner/node5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/node5/Makefile +++ b/linux/ecosystem/github/runner/node5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/node6/Makefile b/linux/ecosystem/github/runner/node6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/node6/Makefile +++ b/linux/ecosystem/github/runner/node6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/node7/Makefile b/linux/ecosystem/github/runner/node7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/node7/Makefile +++ b/linux/ecosystem/github/runner/node7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/node8/Makefile b/linux/ecosystem/github/runner/node8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/node8/Makefile +++ b/linux/ecosystem/github/runner/node8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/node9/Makefile b/linux/ecosystem/github/runner/node9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/github/runner/node9/Makefile +++ b/linux/ecosystem/github/runner/node9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/php56/Makefile b/linux/ecosystem/github/runner/php56/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/github/runner/php56/Makefile +++ b/linux/ecosystem/github/runner/php56/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/php70/Makefile b/linux/ecosystem/github/runner/php70/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/github/runner/php70/Makefile +++ b/linux/ecosystem/github/runner/php70/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/php71/Makefile b/linux/ecosystem/github/runner/php71/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/github/runner/php71/Makefile +++ b/linux/ecosystem/github/runner/php71/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/php72/Makefile b/linux/ecosystem/github/runner/php72/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/github/runner/php72/Makefile +++ b/linux/ecosystem/github/runner/php72/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/php73/Makefile b/linux/ecosystem/github/runner/php73/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/github/runner/php73/Makefile +++ b/linux/ecosystem/github/runner/php73/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/php74/Makefile b/linux/ecosystem/github/runner/php74/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/github/runner/php74/Makefile +++ b/linux/ecosystem/github/runner/php74/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/php80/Makefile b/linux/ecosystem/github/runner/php80/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/github/runner/php80/Makefile +++ b/linux/ecosystem/github/runner/php80/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/php81/Makefile b/linux/ecosystem/github/runner/php81/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/github/runner/php81/Makefile +++ b/linux/ecosystem/github/runner/php81/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/php82/Makefile b/linux/ecosystem/github/runner/php82/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/github/runner/php82/Makefile +++ b/linux/ecosystem/github/runner/php82/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/php83/Makefile b/linux/ecosystem/github/runner/php83/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/github/runner/php83/Makefile +++ b/linux/ecosystem/github/runner/php83/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/github/runner/php84/Makefile b/linux/ecosystem/github/runner/php84/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/github/runner/php84/Makefile +++ b/linux/ecosystem/github/runner/php84/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/amxx-sdk/1.10/Makefile b/linux/ecosystem/gitlab/runner/amxx-sdk/1.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/amxx-sdk/1.10/Makefile +++ b/linux/ecosystem/gitlab/runner/amxx-sdk/1.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/amxx-sdk/1.9/Makefile b/linux/ecosystem/gitlab/runner/amxx-sdk/1.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/amxx-sdk/1.9/Makefile +++ b/linux/ecosystem/gitlab/runner/amxx-sdk/1.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/android-sdk/Makefile b/linux/ecosystem/gitlab/runner/android-sdk/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/android-sdk/Makefile +++ b/linux/ecosystem/gitlab/runner/android-sdk/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/atlassian-sdk/Makefile b/linux/ecosystem/gitlab/runner/atlassian-sdk/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/atlassian-sdk/Makefile +++ b/linux/ecosystem/gitlab/runner/atlassian-sdk/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/dotnet-sdk/Makefile b/linux/ecosystem/gitlab/runner/dotnet-sdk/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/dotnet-sdk/Makefile +++ b/linux/ecosystem/gitlab/runner/dotnet-sdk/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/latest/Makefile b/linux/ecosystem/gitlab/runner/latest/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/latest/Makefile +++ b/linux/ecosystem/gitlab/runner/latest/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/minimal/Makefile b/linux/ecosystem/gitlab/runner/minimal/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/minimal/Makefile +++ b/linux/ecosystem/gitlab/runner/minimal/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/node0.12/Makefile b/linux/ecosystem/gitlab/runner/node0.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/node0.12/Makefile +++ b/linux/ecosystem/gitlab/runner/node0.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/node10/Makefile b/linux/ecosystem/gitlab/runner/node10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/node10/Makefile +++ b/linux/ecosystem/gitlab/runner/node10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/node11/Makefile b/linux/ecosystem/gitlab/runner/node11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/node11/Makefile +++ b/linux/ecosystem/gitlab/runner/node11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/node12/Makefile b/linux/ecosystem/gitlab/runner/node12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/node12/Makefile +++ b/linux/ecosystem/gitlab/runner/node12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/node13/Makefile b/linux/ecosystem/gitlab/runner/node13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/node13/Makefile +++ b/linux/ecosystem/gitlab/runner/node13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/node14/Makefile b/linux/ecosystem/gitlab/runner/node14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/node14/Makefile +++ b/linux/ecosystem/gitlab/runner/node14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/node15/Makefile b/linux/ecosystem/gitlab/runner/node15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/node15/Makefile +++ b/linux/ecosystem/gitlab/runner/node15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/node16/Makefile b/linux/ecosystem/gitlab/runner/node16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/node16/Makefile +++ b/linux/ecosystem/gitlab/runner/node16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/node17/Makefile b/linux/ecosystem/gitlab/runner/node17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/node17/Makefile +++ b/linux/ecosystem/gitlab/runner/node17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/node18/Makefile b/linux/ecosystem/gitlab/runner/node18/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/node18/Makefile +++ b/linux/ecosystem/gitlab/runner/node18/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/node19/Makefile b/linux/ecosystem/gitlab/runner/node19/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/node19/Makefile +++ b/linux/ecosystem/gitlab/runner/node19/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/node20/Makefile b/linux/ecosystem/gitlab/runner/node20/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/node20/Makefile +++ b/linux/ecosystem/gitlab/runner/node20/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/node21/Makefile b/linux/ecosystem/gitlab/runner/node21/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/node21/Makefile +++ b/linux/ecosystem/gitlab/runner/node21/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/node22/Makefile b/linux/ecosystem/gitlab/runner/node22/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/node22/Makefile +++ b/linux/ecosystem/gitlab/runner/node22/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/node23/Makefile b/linux/ecosystem/gitlab/runner/node23/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/node23/Makefile +++ b/linux/ecosystem/gitlab/runner/node23/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/node4/Makefile b/linux/ecosystem/gitlab/runner/node4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/node4/Makefile +++ b/linux/ecosystem/gitlab/runner/node4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/node5/Makefile b/linux/ecosystem/gitlab/runner/node5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/node5/Makefile +++ b/linux/ecosystem/gitlab/runner/node5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/node6/Makefile b/linux/ecosystem/gitlab/runner/node6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/node6/Makefile +++ b/linux/ecosystem/gitlab/runner/node6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/node7/Makefile b/linux/ecosystem/gitlab/runner/node7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/node7/Makefile +++ b/linux/ecosystem/gitlab/runner/node7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/node8/Makefile b/linux/ecosystem/gitlab/runner/node8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/node8/Makefile +++ b/linux/ecosystem/gitlab/runner/node8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/node9/Makefile b/linux/ecosystem/gitlab/runner/node9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/gitlab/runner/node9/Makefile +++ b/linux/ecosystem/gitlab/runner/node9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/php56/Makefile b/linux/ecosystem/gitlab/runner/php56/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/gitlab/runner/php56/Makefile +++ b/linux/ecosystem/gitlab/runner/php56/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/php70/Makefile b/linux/ecosystem/gitlab/runner/php70/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/gitlab/runner/php70/Makefile +++ b/linux/ecosystem/gitlab/runner/php70/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/php71/Makefile b/linux/ecosystem/gitlab/runner/php71/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/gitlab/runner/php71/Makefile +++ b/linux/ecosystem/gitlab/runner/php71/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/php72/Makefile b/linux/ecosystem/gitlab/runner/php72/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/gitlab/runner/php72/Makefile +++ b/linux/ecosystem/gitlab/runner/php72/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/php73/Makefile b/linux/ecosystem/gitlab/runner/php73/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/gitlab/runner/php73/Makefile +++ b/linux/ecosystem/gitlab/runner/php73/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/php74/Makefile b/linux/ecosystem/gitlab/runner/php74/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/gitlab/runner/php74/Makefile +++ b/linux/ecosystem/gitlab/runner/php74/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/php80/Makefile b/linux/ecosystem/gitlab/runner/php80/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/gitlab/runner/php80/Makefile +++ b/linux/ecosystem/gitlab/runner/php80/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/php81/Makefile b/linux/ecosystem/gitlab/runner/php81/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/gitlab/runner/php81/Makefile +++ b/linux/ecosystem/gitlab/runner/php81/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/php82/Makefile b/linux/ecosystem/gitlab/runner/php82/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/gitlab/runner/php82/Makefile +++ b/linux/ecosystem/gitlab/runner/php82/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/php83/Makefile b/linux/ecosystem/gitlab/runner/php83/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/gitlab/runner/php83/Makefile +++ b/linux/ecosystem/gitlab/runner/php83/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/gitlab/runner/php84/Makefile b/linux/ecosystem/gitlab/runner/php84/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/gitlab/runner/php84/Makefile +++ b/linux/ecosystem/gitlab/runner/php84/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/monero/monerod/Makefile b/linux/ecosystem/monero/monerod/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/monero/monerod/Makefile +++ b/linux/ecosystem/monero/monerod/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/monero/p2pool/Makefile b/linux/ecosystem/monero/p2pool/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/monero/p2pool/Makefile +++ b/linux/ecosystem/monero/p2pool/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.14/main/Makefile b/linux/ecosystem/nginx/1.14/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.14/main/Makefile +++ b/linux/ecosystem/nginx/1.14/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.14/php/Makefile b/linux/ecosystem/nginx/1.14/php/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.14/php/Makefile +++ b/linux/ecosystem/nginx/1.14/php/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.14/rtmp-hls/Makefile b/linux/ecosystem/nginx/1.14/rtmp-hls/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.14/rtmp-hls/Makefile +++ b/linux/ecosystem/nginx/1.14/rtmp-hls/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.15/main/Makefile b/linux/ecosystem/nginx/1.15/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.15/main/Makefile +++ b/linux/ecosystem/nginx/1.15/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.15/php/Makefile b/linux/ecosystem/nginx/1.15/php/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.15/php/Makefile +++ b/linux/ecosystem/nginx/1.15/php/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.15/rtmp-hls/Makefile b/linux/ecosystem/nginx/1.15/rtmp-hls/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.15/rtmp-hls/Makefile +++ b/linux/ecosystem/nginx/1.15/rtmp-hls/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.16/main/Makefile b/linux/ecosystem/nginx/1.16/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.16/main/Makefile +++ b/linux/ecosystem/nginx/1.16/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.16/php/Makefile b/linux/ecosystem/nginx/1.16/php/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.16/php/Makefile +++ b/linux/ecosystem/nginx/1.16/php/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.16/rtmp-hls/Makefile b/linux/ecosystem/nginx/1.16/rtmp-hls/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.16/rtmp-hls/Makefile +++ b/linux/ecosystem/nginx/1.16/rtmp-hls/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.17/main/Makefile b/linux/ecosystem/nginx/1.17/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.17/main/Makefile +++ b/linux/ecosystem/nginx/1.17/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.17/php/Makefile b/linux/ecosystem/nginx/1.17/php/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.17/php/Makefile +++ b/linux/ecosystem/nginx/1.17/php/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.17/rtmp-hls/Makefile b/linux/ecosystem/nginx/1.17/rtmp-hls/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.17/rtmp-hls/Makefile +++ b/linux/ecosystem/nginx/1.17/rtmp-hls/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.18/main/Makefile b/linux/ecosystem/nginx/1.18/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.18/main/Makefile +++ b/linux/ecosystem/nginx/1.18/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.18/php/Makefile b/linux/ecosystem/nginx/1.18/php/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.18/php/Makefile +++ b/linux/ecosystem/nginx/1.18/php/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.18/rtmp-hls/Makefile b/linux/ecosystem/nginx/1.18/rtmp-hls/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.18/rtmp-hls/Makefile +++ b/linux/ecosystem/nginx/1.18/rtmp-hls/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.19/main/Makefile b/linux/ecosystem/nginx/1.19/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.19/main/Makefile +++ b/linux/ecosystem/nginx/1.19/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.19/php/Makefile b/linux/ecosystem/nginx/1.19/php/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.19/php/Makefile +++ b/linux/ecosystem/nginx/1.19/php/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.19/rtmp-hls/Makefile b/linux/ecosystem/nginx/1.19/rtmp-hls/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.19/rtmp-hls/Makefile +++ b/linux/ecosystem/nginx/1.19/rtmp-hls/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.20/main/Makefile b/linux/ecosystem/nginx/1.20/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.20/main/Makefile +++ b/linux/ecosystem/nginx/1.20/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.20/php/Makefile b/linux/ecosystem/nginx/1.20/php/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.20/php/Makefile +++ b/linux/ecosystem/nginx/1.20/php/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.20/rtmp-hls/Makefile b/linux/ecosystem/nginx/1.20/rtmp-hls/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.20/rtmp-hls/Makefile +++ b/linux/ecosystem/nginx/1.20/rtmp-hls/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.21/main/Makefile b/linux/ecosystem/nginx/1.21/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.21/main/Makefile +++ b/linux/ecosystem/nginx/1.21/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.21/php/Makefile b/linux/ecosystem/nginx/1.21/php/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.21/php/Makefile +++ b/linux/ecosystem/nginx/1.21/php/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.21/rtmp-hls/Makefile b/linux/ecosystem/nginx/1.21/rtmp-hls/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.21/rtmp-hls/Makefile +++ b/linux/ecosystem/nginx/1.21/rtmp-hls/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.26/main/Makefile b/linux/ecosystem/nginx/1.26/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.26/main/Makefile +++ b/linux/ecosystem/nginx/1.26/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.27/main/Makefile b/linux/ecosystem/nginx/1.27/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.27/main/Makefile +++ b/linux/ecosystem/nginx/1.27/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/nginx/1.28/main/Makefile b/linux/ecosystem/nginx/1.28/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/nginx/1.28/main/Makefile +++ b/linux/ecosystem/nginx/1.28/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/ninjam/latest/Makefile b/linux/ecosystem/ninjam/latest/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/ninjam/latest/Makefile +++ b/linux/ecosystem/ninjam/latest/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/opentracker/Makefile b/linux/ecosystem/opentracker/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/opentracker/Makefile +++ b/linux/ecosystem/opentracker/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/base/r16.2/Makefile b/linux/ecosystem/perforce/base/r16.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/base/r16.2/Makefile +++ b/linux/ecosystem/perforce/base/r16.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/base/r17.1/Makefile b/linux/ecosystem/perforce/base/r17.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/base/r17.1/Makefile +++ b/linux/ecosystem/perforce/base/r17.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/base/r17.2/Makefile b/linux/ecosystem/perforce/base/r17.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/base/r17.2/Makefile +++ b/linux/ecosystem/perforce/base/r17.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/base/r18.1/Makefile b/linux/ecosystem/perforce/base/r18.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/base/r18.1/Makefile +++ b/linux/ecosystem/perforce/base/r18.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/base/r18.2/Makefile b/linux/ecosystem/perforce/base/r18.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/base/r18.2/Makefile +++ b/linux/ecosystem/perforce/base/r18.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/base/r19.1/Makefile b/linux/ecosystem/perforce/base/r19.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/base/r19.1/Makefile +++ b/linux/ecosystem/perforce/base/r19.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/base/r19.2/Makefile b/linux/ecosystem/perforce/base/r19.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/base/r19.2/Makefile +++ b/linux/ecosystem/perforce/base/r19.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/base/r20.1/Makefile b/linux/ecosystem/perforce/base/r20.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/base/r20.1/Makefile +++ b/linux/ecosystem/perforce/base/r20.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/base/r20.2/Makefile b/linux/ecosystem/perforce/base/r20.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/base/r20.2/Makefile +++ b/linux/ecosystem/perforce/base/r20.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/base/r21.1/Makefile b/linux/ecosystem/perforce/base/r21.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/base/r21.1/Makefile +++ b/linux/ecosystem/perforce/base/r21.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/base/r21.2/Makefile b/linux/ecosystem/perforce/base/r21.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/base/r21.2/Makefile +++ b/linux/ecosystem/perforce/base/r21.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/base/r22.1/Makefile b/linux/ecosystem/perforce/base/r22.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/base/r22.1/Makefile +++ b/linux/ecosystem/perforce/base/r22.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/base/r23.1/Makefile b/linux/ecosystem/perforce/base/r23.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/base/r23.1/Makefile +++ b/linux/ecosystem/perforce/base/r23.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/base/r23.2/Makefile b/linux/ecosystem/perforce/base/r23.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/base/r23.2/Makefile +++ b/linux/ecosystem/perforce/base/r23.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/base/r24.1/Makefile b/linux/ecosystem/perforce/base/r24.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/base/r24.1/Makefile +++ b/linux/ecosystem/perforce/base/r24.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/base/r24.2/Makefile b/linux/ecosystem/perforce/base/r24.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/base/r24.2/Makefile +++ b/linux/ecosystem/perforce/base/r24.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/p4p/r16.2/Makefile b/linux/ecosystem/perforce/p4p/r16.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/p4p/r16.2/Makefile +++ b/linux/ecosystem/perforce/p4p/r16.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/p4p/r17.1/Makefile b/linux/ecosystem/perforce/p4p/r17.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/p4p/r17.1/Makefile +++ b/linux/ecosystem/perforce/p4p/r17.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/p4p/r17.2/Makefile b/linux/ecosystem/perforce/p4p/r17.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/p4p/r17.2/Makefile +++ b/linux/ecosystem/perforce/p4p/r17.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/p4p/r18.1/Makefile b/linux/ecosystem/perforce/p4p/r18.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/p4p/r18.1/Makefile +++ b/linux/ecosystem/perforce/p4p/r18.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/p4p/r18.2/Makefile b/linux/ecosystem/perforce/p4p/r18.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/p4p/r18.2/Makefile +++ b/linux/ecosystem/perforce/p4p/r18.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/p4p/r19.1/Makefile b/linux/ecosystem/perforce/p4p/r19.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/p4p/r19.1/Makefile +++ b/linux/ecosystem/perforce/p4p/r19.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/p4p/r19.2/Makefile b/linux/ecosystem/perforce/p4p/r19.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/p4p/r19.2/Makefile +++ b/linux/ecosystem/perforce/p4p/r19.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/p4p/r20.1/Makefile b/linux/ecosystem/perforce/p4p/r20.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/p4p/r20.1/Makefile +++ b/linux/ecosystem/perforce/p4p/r20.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/p4p/r20.2/Makefile b/linux/ecosystem/perforce/p4p/r20.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/p4p/r20.2/Makefile +++ b/linux/ecosystem/perforce/p4p/r20.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/p4p/r21.1/Makefile b/linux/ecosystem/perforce/p4p/r21.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/p4p/r21.1/Makefile +++ b/linux/ecosystem/perforce/p4p/r21.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/p4p/r21.2/Makefile b/linux/ecosystem/perforce/p4p/r21.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/p4p/r21.2/Makefile +++ b/linux/ecosystem/perforce/p4p/r21.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/p4p/r22.1/Makefile b/linux/ecosystem/perforce/p4p/r22.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/p4p/r22.1/Makefile +++ b/linux/ecosystem/perforce/p4p/r22.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/p4p/r23.1/Makefile b/linux/ecosystem/perforce/p4p/r23.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/p4p/r23.1/Makefile +++ b/linux/ecosystem/perforce/p4p/r23.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/p4p/r23.2/Makefile b/linux/ecosystem/perforce/p4p/r23.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/p4p/r23.2/Makefile +++ b/linux/ecosystem/perforce/p4p/r23.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/p4p/r24.1/Makefile b/linux/ecosystem/perforce/p4p/r24.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/p4p/r24.1/Makefile +++ b/linux/ecosystem/perforce/p4p/r24.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/perforce/p4p/r24.2/Makefile b/linux/ecosystem/perforce/p4p/r24.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/perforce/p4p/r24.2/Makefile +++ b/linux/ecosystem/perforce/p4p/r24.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/10/Makefile b/linux/ecosystem/postgres/10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/10/Makefile +++ b/linux/ecosystem/postgres/10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/11/Makefile b/linux/ecosystem/postgres/11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/11/Makefile +++ b/linux/ecosystem/postgres/11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/12/Makefile b/linux/ecosystem/postgres/12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/12/Makefile +++ b/linux/ecosystem/postgres/12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/13/Makefile b/linux/ecosystem/postgres/13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/13/Makefile +++ b/linux/ecosystem/postgres/13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/14/Makefile b/linux/ecosystem/postgres/14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/14/Makefile +++ b/linux/ecosystem/postgres/14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/15/Makefile b/linux/ecosystem/postgres/15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/15/Makefile +++ b/linux/ecosystem/postgres/15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/16/Makefile b/linux/ecosystem/postgres/16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/16/Makefile +++ b/linux/ecosystem/postgres/16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/17/Makefile b/linux/ecosystem/postgres/17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/17/Makefile +++ b/linux/ecosystem/postgres/17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/8.2/Makefile b/linux/ecosystem/postgres/8.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/8.2/Makefile +++ b/linux/ecosystem/postgres/8.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/8.3/Makefile b/linux/ecosystem/postgres/8.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/8.3/Makefile +++ b/linux/ecosystem/postgres/8.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/8.4/Makefile b/linux/ecosystem/postgres/8.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/8.4/Makefile +++ b/linux/ecosystem/postgres/8.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/9.0/Makefile b/linux/ecosystem/postgres/9.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/9.0/Makefile +++ b/linux/ecosystem/postgres/9.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/9.1/Makefile b/linux/ecosystem/postgres/9.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/9.1/Makefile +++ b/linux/ecosystem/postgres/9.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/9.2/Makefile b/linux/ecosystem/postgres/9.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/9.2/Makefile +++ b/linux/ecosystem/postgres/9.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/9.3/Makefile b/linux/ecosystem/postgres/9.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/9.3/Makefile +++ b/linux/ecosystem/postgres/9.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/9.4/Makefile b/linux/ecosystem/postgres/9.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/9.4/Makefile +++ b/linux/ecosystem/postgres/9.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/9.5/Makefile b/linux/ecosystem/postgres/9.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/9.5/Makefile +++ b/linux/ecosystem/postgres/9.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/9.6/Makefile b/linux/ecosystem/postgres/9.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/9.6/Makefile +++ b/linux/ecosystem/postgres/9.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/latest/Makefile b/linux/ecosystem/postgres/latest/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/latest/Makefile +++ b/linux/ecosystem/postgres/latest/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/4.4.0/Makefile b/linux/ecosystem/qbittorrent/4.4.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/4.4.0/Makefile +++ b/linux/ecosystem/qbittorrent/4.4.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/4.4.1/Makefile b/linux/ecosystem/qbittorrent/4.4.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/4.4.1/Makefile +++ b/linux/ecosystem/qbittorrent/4.4.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/4.4.2/Makefile b/linux/ecosystem/qbittorrent/4.4.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/4.4.2/Makefile +++ b/linux/ecosystem/qbittorrent/4.4.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/4.4.3.1/Makefile b/linux/ecosystem/qbittorrent/4.4.3.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/4.4.3.1/Makefile +++ b/linux/ecosystem/qbittorrent/4.4.3.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/4.4.4/Makefile b/linux/ecosystem/qbittorrent/4.4.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/4.4.4/Makefile +++ b/linux/ecosystem/qbittorrent/4.4.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/4.4.5/Makefile b/linux/ecosystem/qbittorrent/4.4.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/4.4.5/Makefile +++ b/linux/ecosystem/qbittorrent/4.4.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/4.5.0/Makefile b/linux/ecosystem/qbittorrent/4.5.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/4.5.0/Makefile +++ b/linux/ecosystem/qbittorrent/4.5.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/4.5.1/Makefile b/linux/ecosystem/qbittorrent/4.5.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/4.5.1/Makefile +++ b/linux/ecosystem/qbittorrent/4.5.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/4.5.2/Makefile b/linux/ecosystem/qbittorrent/4.5.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/4.5.2/Makefile +++ b/linux/ecosystem/qbittorrent/4.5.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/4.5.3/Makefile b/linux/ecosystem/qbittorrent/4.5.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/4.5.3/Makefile +++ b/linux/ecosystem/qbittorrent/4.5.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/4.5.4/Makefile b/linux/ecosystem/qbittorrent/4.5.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/4.5.4/Makefile +++ b/linux/ecosystem/qbittorrent/4.5.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/4.5.5/Makefile b/linux/ecosystem/qbittorrent/4.5.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/4.5.5/Makefile +++ b/linux/ecosystem/qbittorrent/4.5.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/4.6.0/Makefile b/linux/ecosystem/qbittorrent/4.6.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/4.6.0/Makefile +++ b/linux/ecosystem/qbittorrent/4.6.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/4.6.1/Makefile b/linux/ecosystem/qbittorrent/4.6.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/4.6.1/Makefile +++ b/linux/ecosystem/qbittorrent/4.6.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/4.6.2/Makefile b/linux/ecosystem/qbittorrent/4.6.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/4.6.2/Makefile +++ b/linux/ecosystem/qbittorrent/4.6.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/4.6.3/Makefile b/linux/ecosystem/qbittorrent/4.6.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/4.6.3/Makefile +++ b/linux/ecosystem/qbittorrent/4.6.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/4.6.4/Makefile b/linux/ecosystem/qbittorrent/4.6.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/4.6.4/Makefile +++ b/linux/ecosystem/qbittorrent/4.6.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/4.6.5/Makefile b/linux/ecosystem/qbittorrent/4.6.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/4.6.5/Makefile +++ b/linux/ecosystem/qbittorrent/4.6.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/4.6.6/Makefile b/linux/ecosystem/qbittorrent/4.6.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/4.6.6/Makefile +++ b/linux/ecosystem/qbittorrent/4.6.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/4.6.7/Makefile b/linux/ecosystem/qbittorrent/4.6.7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/4.6.7/Makefile +++ b/linux/ecosystem/qbittorrent/4.6.7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/5.0.0/Makefile b/linux/ecosystem/qbittorrent/5.0.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/5.0.0/Makefile +++ b/linux/ecosystem/qbittorrent/5.0.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/5.0.1/Makefile b/linux/ecosystem/qbittorrent/5.0.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/5.0.1/Makefile +++ b/linux/ecosystem/qbittorrent/5.0.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/5.0.2/Makefile b/linux/ecosystem/qbittorrent/5.0.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/5.0.2/Makefile +++ b/linux/ecosystem/qbittorrent/5.0.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/5.0.3/Makefile b/linux/ecosystem/qbittorrent/5.0.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/5.0.3/Makefile +++ b/linux/ecosystem/qbittorrent/5.0.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/5.0.4/Makefile b/linux/ecosystem/qbittorrent/5.0.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/5.0.4/Makefile +++ b/linux/ecosystem/qbittorrent/5.0.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/5.0.5/Makefile b/linux/ecosystem/qbittorrent/5.0.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/5.0.5/Makefile +++ b/linux/ecosystem/qbittorrent/5.0.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/qbittorrent/5.1.0/Dockerfile b/linux/ecosystem/qbittorrent/5.1.0/Dockerfile new file mode 100644 index 000000000..2476c95c3 --- /dev/null +++ b/linux/ecosystem/qbittorrent/5.1.0/Dockerfile @@ -0,0 +1,60 @@ +FROM quay.io/epicmorg/debian:bookworm +LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" +ARG DEBIAN_FRONTEND=noninteractive + +################################################################## +# ARGuments +################################################################## +ENV QBT_VERSION=5.1.0 +ENV QBT_LIBTORRENT_VERSION=2.0.11 +ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox + +ENV QBT_DIR=/opt/qbittorrent +ENV QBT_PORT_WEBUI=8282 +ENV QBT_PORT_TRACKER=9000 +ENV QBT_PORT_NAT=1337 +ENV QBT_PROTOCOL=http + +################################################################## +# Files and folders +################################################################## +RUN mkdir -p ${QBT_DIR} + +############################# #################################### +# qbittorrent install +################################################################## +RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ${QBT_URL} -O /usr/bin/qbittorrent-nox && \ + chmod +x /usr/bin/qbittorrent-nox && \ + qbittorrent-nox --version + +################################################################## +# other customisations +################################################################## + +################################################################## +# cleaninig up +################################################################## +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /var/cache/apt/archives/*.deb && \ + rm -rfv /root/tmp/* && \ + rm -rfv /tmp/* + +VOLUME ${QBT_DIR} + +#healthcheck. good practice +HEALTHCHECK --interval=2m --timeout=3s CMD curl --insecure -f ${QBT_PROTOCOL}://localhost:${QBT_PORT_WEBUI}/ || exit 1 + +# Add image configuration and scripts +COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh +RUN chmod 755 /usr/bin/docker-entrypoint.sh + +RUN updatedb + +#Final config +EXPOSE ${QBT_PORT_WEBUI} ${QBT_PORT_WEBUI}/udp ${QBT_PORT_NAT} ${QBT_PORT_NAT}/udp ${QBT_PORT_TRACKER} ${QBT_PORT_TRACKER}/udp + +ENTRYPOINT ["tini", "-s", "--", "docker-entrypoint.sh"] +CMD ["docker-entrypoint.sh"] diff --git a/linux/ecosystem/qbittorrent/5.1.0/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/5.1.0/Dockerfile.libtorrent1 new file mode 100644 index 000000000..41655edad --- /dev/null +++ b/linux/ecosystem/qbittorrent/5.1.0/Dockerfile.libtorrent1 @@ -0,0 +1,60 @@ +FROM quay.io/epicmorg/debian:bookworm +LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" +ARG DEBIAN_FRONTEND=noninteractive + +################################################################## +# ARGuments +################################################################## +ENV QBT_VERSION=5.1.0 +ENV QBT_LIBTORRENT_VERSION=1.2.20 +ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox + +ENV QBT_DIR=/opt/qbittorrent +ENV QBT_PORT_WEBUI=8282 +ENV QBT_PORT_TRACKER=9000 +ENV QBT_PORT_NAT=1337 +ENV QBT_PROTOCOL=http + +################################################################## +# Files and folders +################################################################## +RUN mkdir -p ${QBT_DIR} + +############################# #################################### +# qbittorrent install +################################################################## +RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ${QBT_URL} -O /usr/bin/qbittorrent-nox && \ + chmod +x /usr/bin/qbittorrent-nox && \ + qbittorrent-nox --version + +################################################################## +# other customisations +################################################################## + +################################################################## +# cleaninig up +################################################################## +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /var/cache/apt/archives/*.deb && \ + rm -rfv /root/tmp/* && \ + rm -rfv /tmp/* + +VOLUME ${QBT_DIR} + +#healthcheck. good practice +HEALTHCHECK --interval=2m --timeout=3s CMD curl --insecure -f ${QBT_PROTOCOL}://localhost:${QBT_PORT_WEBUI}/ || exit 1 + +# Add image configuration and scripts +COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh +RUN chmod 755 /usr/bin/docker-entrypoint.sh + +RUN updatedb + +#Final config +EXPOSE ${QBT_PORT_WEBUI} ${QBT_PORT_WEBUI}/udp ${QBT_PORT_NAT} ${QBT_PORT_NAT}/udp ${QBT_PORT_TRACKER} ${QBT_PORT_TRACKER}/udp + +ENTRYPOINT ["tini", "-s", "--", "docker-entrypoint.sh"] +CMD ["docker-entrypoint.sh"] diff --git a/linux/ecosystem/qbittorrent/5.1.0/Makefile b/linux/ecosystem/qbittorrent/5.1.0/Makefile new file mode 100644 index 000000000..ff56425bb --- /dev/null +++ b/linux/ecosystem/qbittorrent/5.1.0/Makefile @@ -0,0 +1,44 @@ +all: app + +app: + make pip + make build + make deploy + make clean + +build: + make build-buildah + +deploy: + make deploy-buildah + +build-buildah: + buildah-wrapper --build --squash + +deploy-buildah: + buildah-wrapper --deploy + +build-kaniko: + kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:debug --dry-run + +deploy-kaniko: + kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:debug + +build-compose: + docker-compose build --compress --parallel --progress plain + +deploy-compose: + docker-compose push + +clean: + docker container prune -f + docker image prune -f + docker network prune -f + docker volume prune -f + docker system prune -af + buildah rm -a + buildah rmi -a + +pip: + pip3 install --break-system-packages --no-cache-dir kaniko-wrapper buildah-wrapper + pip install --break-system-packages --no-cache-dir kaniko-wrapper buildah-wrapper \ No newline at end of file diff --git a/linux/ecosystem/qbittorrent/5.1.0/README.md b/linux/ecosystem/qbittorrent/5.1.0/README.md new file mode 100644 index 000000000..b2725f3cd --- /dev/null +++ b/linux/ecosystem/qbittorrent/5.1.0/README.md @@ -0,0 +1,78 @@ +## Build info + +The [Qbittorrent](https://www.qbittorrent.org/) project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library. + +[![qbittorrent](https://github.com/EpicMorg/docker-scripts/raw/master/qbittorrent/qbittorrent-icon.png)](https://www.qbittorrent.org/) + + +All presented images avalible on our repo in docker hub. + +* qbittorrent `latest`, `stable` and `unstable` images are also avalible here. + +### Environments + +````` +QBT_PROFILES_DIR=/opt/qbittorrent/profiles +QBT_PROFILE_NAME=docker +QBT_PORT_WEBUI=8282 +QBT_PORT_NAT=1337 +QBT_PORT_TRACKER=9000 +````` + +### Exampe + +``` yamlservices: + qbittorrent: + image: epicmorg/qbittorrent:latest + container_name: qbittorrent + hostname: qbittorrent + restart: always + ports: + - "8282:8282" + - "1337:1337/udp" + - "1337:1337/tcp" + - "9000:9000/udp" + - "9000:9000/tcp" + cap_add: + - ALL + volumes: + - /etc/letsencrypt:/etc/letsencrypt + - /opt/docker/data/qbt/profiles:/opt/qbittorrent/profiles + environment: + - QBT_PROFILE_NAME=docker + - QBT_PORT_WEBUI=8282 + - QBT_PORT_NAT=1337 + - QBT_PORT_TRACKER=9000 + tmpfs: + - /tmp +``` + + +### Ngnix + +``` +server { + + listen 443 ssl http2; + + server_name torrent.domain.tld; + + ssl_certificate /etc/ssl/torrent.domain.tld.fullchain.crt; + ssl_certificate_key /etc/ssl/torrent.domain.tld.key; + + location / { + + proxy_pass http://qbittorrent:8282; + proxy_http_version 1.1; + + proxy_set_header Host 127.0.0.1:8282; + proxy_set_header X-Forwarded-Host $http_host; + proxy_set_header X-Forwarded-For $remote_addr; + proxy_cookie_path / "/; Secure"; + + client_max_body_size 0; + + } +} + +``` diff --git a/linux/ecosystem/qbittorrent/5.1.0/docker-compose.example.yml b/linux/ecosystem/qbittorrent/5.1.0/docker-compose.example.yml new file mode 100644 index 000000000..8be77e17d --- /dev/null +++ b/linux/ecosystem/qbittorrent/5.1.0/docker-compose.example.yml @@ -0,0 +1,17 @@ +services: + qbittorrent: + image: epicmorg/qbittorrent:latest + restart: always + container_name: qbittorrent + ports: + - "0.0.0.0:8282:8282" + volumes: + - /etc/localtime:/etc/localtime + - /etc/timezone:/etc/timezone + - /etc/letsencrypt:/etc/letsencrypt + - /opt/qbittorrent/profiles:/opt/qbittorrent/profiles + tmpfs: + - /tmp + environment: + - QBT_PROFILE_NAME=docker + diff --git a/linux/ecosystem/qbittorrent/5.1.0/docker-compose.yml b/linux/ecosystem/qbittorrent/5.1.0/docker-compose.yml new file mode 100644 index 000000000..d79b5ca37 --- /dev/null +++ b/linux/ecosystem/qbittorrent/5.1.0/docker-compose.yml @@ -0,0 +1,14 @@ +services: + qbt: + image: "quay.io/epicmorg/qbittorrent:5.1.0" + build: + context: . + qbt-libtorrent2: + image: "quay.io/epicmorg/qbittorrent:5.1.0-libtorrent2.0.11" + build: + context: . + qbt-libtorrent1: + image: "quay.io/epicmorg/qbittorrent:5.1.0-libtorrent1.2.20" + build: + context: . + dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/5.1.0/docker-entrypoint.sh b/linux/ecosystem/qbittorrent/5.1.0/docker-entrypoint.sh new file mode 100644 index 000000000..d916b0e86 --- /dev/null +++ b/linux/ecosystem/qbittorrent/5.1.0/docker-entrypoint.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +: ${QBT_DIR:=/opt/qbittorrent} +: ${QBT_PROFILES_DIR:=/opt/qbittorrent/profiles} +: ${QBT_PROFILE_NAME:=docker} +: ${QBT_PORT_WEBUI:=8282} +: ${QBT_PORT_NAT:=1337} +: ${QBT_PORT_TRACKER:=9000} + +echo "======================================================" +echo "[qbittorrent] Starting `qbittorrent-nox -v`..." +echo "======================================================" + +tail -n 512 -f ${QBT_PROFILES_DIR}/qBittorrent_${QBT_PROFILE_NAME}/data/logs/* & +exec qbittorrent-nox --profile=${QBT_PROFILES_DIR} --configuration=${QBT_PROFILE_NAME} --webui-port=${QBT_PORT_WEBUI} diff --git a/linux/ecosystem/qbittorrent/5.1.0/qbittorrent-icon.png b/linux/ecosystem/qbittorrent/5.1.0/qbittorrent-icon.png new file mode 100644 index 000000000..77d06fd31 Binary files /dev/null and b/linux/ecosystem/qbittorrent/5.1.0/qbittorrent-icon.png differ diff --git a/linux/ecosystem/qbittorrent/testing/Makefile b/linux/ecosystem/qbittorrent/testing/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/qbittorrent/testing/Makefile +++ b/linux/ecosystem/qbittorrent/testing/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/retracker/Makefile b/linux/ecosystem/retracker/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/retracker/Makefile +++ b/linux/ecosystem/retracker/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/amxx-sdk/1.10/Makefile b/linux/ecosystem/teamcity/agent/amxx-sdk/1.10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/amxx-sdk/1.10/Makefile +++ b/linux/ecosystem/teamcity/agent/amxx-sdk/1.10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/amxx-sdk/1.9/Makefile b/linux/ecosystem/teamcity/agent/amxx-sdk/1.9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/amxx-sdk/1.9/Makefile +++ b/linux/ecosystem/teamcity/agent/amxx-sdk/1.9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/android-sdk/Makefile b/linux/ecosystem/teamcity/agent/android-sdk/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/android-sdk/Makefile +++ b/linux/ecosystem/teamcity/agent/android-sdk/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/atlassian-sdk/Makefile b/linux/ecosystem/teamcity/agent/atlassian-sdk/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/atlassian-sdk/Makefile +++ b/linux/ecosystem/teamcity/agent/atlassian-sdk/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/latest/Makefile b/linux/ecosystem/teamcity/agent/latest/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/latest/Makefile +++ b/linux/ecosystem/teamcity/agent/latest/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/minimal/Makefile b/linux/ecosystem/teamcity/agent/minimal/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/minimal/Makefile +++ b/linux/ecosystem/teamcity/agent/minimal/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/node0.12/Makefile b/linux/ecosystem/teamcity/agent/node0.12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/node0.12/Makefile +++ b/linux/ecosystem/teamcity/agent/node0.12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/node10/Makefile b/linux/ecosystem/teamcity/agent/node10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/node10/Makefile +++ b/linux/ecosystem/teamcity/agent/node10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/node11/Makefile b/linux/ecosystem/teamcity/agent/node11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/node11/Makefile +++ b/linux/ecosystem/teamcity/agent/node11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/node12/Makefile b/linux/ecosystem/teamcity/agent/node12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/node12/Makefile +++ b/linux/ecosystem/teamcity/agent/node12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/node13/Makefile b/linux/ecosystem/teamcity/agent/node13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/node13/Makefile +++ b/linux/ecosystem/teamcity/agent/node13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/node14/Makefile b/linux/ecosystem/teamcity/agent/node14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/node14/Makefile +++ b/linux/ecosystem/teamcity/agent/node14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/node15/Makefile b/linux/ecosystem/teamcity/agent/node15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/node15/Makefile +++ b/linux/ecosystem/teamcity/agent/node15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/node16/Makefile b/linux/ecosystem/teamcity/agent/node16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/node16/Makefile +++ b/linux/ecosystem/teamcity/agent/node16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/node17/Makefile b/linux/ecosystem/teamcity/agent/node17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/node17/Makefile +++ b/linux/ecosystem/teamcity/agent/node17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/node18/Makefile b/linux/ecosystem/teamcity/agent/node18/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/node18/Makefile +++ b/linux/ecosystem/teamcity/agent/node18/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/node19/Makefile b/linux/ecosystem/teamcity/agent/node19/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/node19/Makefile +++ b/linux/ecosystem/teamcity/agent/node19/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/node20/Makefile b/linux/ecosystem/teamcity/agent/node20/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/node20/Makefile +++ b/linux/ecosystem/teamcity/agent/node20/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/node21/Makefile b/linux/ecosystem/teamcity/agent/node21/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/node21/Makefile +++ b/linux/ecosystem/teamcity/agent/node21/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/node22/Makefile b/linux/ecosystem/teamcity/agent/node22/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/node22/Makefile +++ b/linux/ecosystem/teamcity/agent/node22/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/node23/Makefile b/linux/ecosystem/teamcity/agent/node23/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/node23/Makefile +++ b/linux/ecosystem/teamcity/agent/node23/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/node4/Makefile b/linux/ecosystem/teamcity/agent/node4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/node4/Makefile +++ b/linux/ecosystem/teamcity/agent/node4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/node5/Makefile b/linux/ecosystem/teamcity/agent/node5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/node5/Makefile +++ b/linux/ecosystem/teamcity/agent/node5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/node6/Makefile b/linux/ecosystem/teamcity/agent/node6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/node6/Makefile +++ b/linux/ecosystem/teamcity/agent/node6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/node7/Makefile b/linux/ecosystem/teamcity/agent/node7/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/node7/Makefile +++ b/linux/ecosystem/teamcity/agent/node7/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/node8/Makefile b/linux/ecosystem/teamcity/agent/node8/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/node8/Makefile +++ b/linux/ecosystem/teamcity/agent/node8/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/node9/Makefile b/linux/ecosystem/teamcity/agent/node9/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/teamcity/agent/node9/Makefile +++ b/linux/ecosystem/teamcity/agent/node9/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/php56/Makefile b/linux/ecosystem/teamcity/agent/php56/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/teamcity/agent/php56/Makefile +++ b/linux/ecosystem/teamcity/agent/php56/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/php70/Makefile b/linux/ecosystem/teamcity/agent/php70/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/teamcity/agent/php70/Makefile +++ b/linux/ecosystem/teamcity/agent/php70/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/php71/Makefile b/linux/ecosystem/teamcity/agent/php71/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/teamcity/agent/php71/Makefile +++ b/linux/ecosystem/teamcity/agent/php71/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/php72/Makefile b/linux/ecosystem/teamcity/agent/php72/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/teamcity/agent/php72/Makefile +++ b/linux/ecosystem/teamcity/agent/php72/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/php73/Makefile b/linux/ecosystem/teamcity/agent/php73/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/teamcity/agent/php73/Makefile +++ b/linux/ecosystem/teamcity/agent/php73/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/php74/Makefile b/linux/ecosystem/teamcity/agent/php74/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/teamcity/agent/php74/Makefile +++ b/linux/ecosystem/teamcity/agent/php74/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/php80/Makefile b/linux/ecosystem/teamcity/agent/php80/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/teamcity/agent/php80/Makefile +++ b/linux/ecosystem/teamcity/agent/php80/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/php81/Makefile b/linux/ecosystem/teamcity/agent/php81/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/teamcity/agent/php81/Makefile +++ b/linux/ecosystem/teamcity/agent/php81/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/php82/Makefile b/linux/ecosystem/teamcity/agent/php82/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/teamcity/agent/php82/Makefile +++ b/linux/ecosystem/teamcity/agent/php82/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/php83/Makefile b/linux/ecosystem/teamcity/agent/php83/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/teamcity/agent/php83/Makefile +++ b/linux/ecosystem/teamcity/agent/php83/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/teamcity/agent/php84/Makefile b/linux/ecosystem/teamcity/agent/php84/Makefile index b88fa3708..e1853b54a 100644 --- a/linux/ecosystem/teamcity/agent/php84/Makefile +++ b/linux/ecosystem/teamcity/agent/php84/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-kaniko build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/telegram/bot/quotes/Makefile b/linux/ecosystem/telegram/bot/quotes/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/telegram/bot/quotes/Makefile +++ b/linux/ecosystem/telegram/bot/quotes/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.4.1.3669/ad/Makefile b/linux/ecosystem/testrail/5.4.1.3669/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.4.1.3669/ad/Makefile +++ b/linux/ecosystem/testrail/5.4.1.3669/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.4.1.3669/ldap/Makefile b/linux/ecosystem/testrail/5.4.1.3669/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.4.1.3669/ldap/Makefile +++ b/linux/ecosystem/testrail/5.4.1.3669/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.4.1.3669/main/Makefile b/linux/ecosystem/testrail/5.4.1.3669/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.4.1.3669/main/Makefile +++ b/linux/ecosystem/testrail/5.4.1.3669/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.5.0.3727/ad/Makefile b/linux/ecosystem/testrail/5.5.0.3727/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.5.0.3727/ad/Makefile +++ b/linux/ecosystem/testrail/5.5.0.3727/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.5.0.3727/ldap/Makefile b/linux/ecosystem/testrail/5.5.0.3727/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.5.0.3727/ldap/Makefile +++ b/linux/ecosystem/testrail/5.5.0.3727/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.5.0.3727/main/Makefile b/linux/ecosystem/testrail/5.5.0.3727/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.5.0.3727/main/Makefile +++ b/linux/ecosystem/testrail/5.5.0.3727/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.5.0.3731/ad/Makefile b/linux/ecosystem/testrail/5.5.0.3731/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.5.0.3731/ad/Makefile +++ b/linux/ecosystem/testrail/5.5.0.3731/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.5.0.3731/ldap/Makefile b/linux/ecosystem/testrail/5.5.0.3731/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.5.0.3731/ldap/Makefile +++ b/linux/ecosystem/testrail/5.5.0.3731/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.5.0.3731/main/Makefile b/linux/ecosystem/testrail/5.5.0.3731/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.5.0.3731/main/Makefile +++ b/linux/ecosystem/testrail/5.5.0.3731/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.5.0.3735/ad/Makefile b/linux/ecosystem/testrail/5.5.0.3735/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.5.0.3735/ad/Makefile +++ b/linux/ecosystem/testrail/5.5.0.3735/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.5.0.3735/ldap/Makefile b/linux/ecosystem/testrail/5.5.0.3735/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.5.0.3735/ldap/Makefile +++ b/linux/ecosystem/testrail/5.5.0.3735/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.5.0.3735/main/Makefile b/linux/ecosystem/testrail/5.5.0.3735/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.5.0.3735/main/Makefile +++ b/linux/ecosystem/testrail/5.5.0.3735/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.5.1.3746/ad/Makefile b/linux/ecosystem/testrail/5.5.1.3746/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.5.1.3746/ad/Makefile +++ b/linux/ecosystem/testrail/5.5.1.3746/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.5.1.3746/ldap/Makefile b/linux/ecosystem/testrail/5.5.1.3746/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.5.1.3746/ldap/Makefile +++ b/linux/ecosystem/testrail/5.5.1.3746/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.5.1.3746/main/Makefile b/linux/ecosystem/testrail/5.5.1.3746/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.5.1.3746/main/Makefile +++ b/linux/ecosystem/testrail/5.5.1.3746/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.6.0.3853/ad/Makefile b/linux/ecosystem/testrail/5.6.0.3853/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.6.0.3853/ad/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3853/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.6.0.3853/ldap/Makefile b/linux/ecosystem/testrail/5.6.0.3853/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.6.0.3853/ldap/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3853/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.6.0.3853/main/Makefile b/linux/ecosystem/testrail/5.6.0.3853/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.6.0.3853/main/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3853/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.6.0.3856/ad/Makefile b/linux/ecosystem/testrail/5.6.0.3856/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.6.0.3856/ad/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3856/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.6.0.3856/ldap/Makefile b/linux/ecosystem/testrail/5.6.0.3856/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.6.0.3856/ldap/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3856/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.6.0.3856/main/Makefile b/linux/ecosystem/testrail/5.6.0.3856/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.6.0.3856/main/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3856/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.6.0.3861/ad/Makefile b/linux/ecosystem/testrail/5.6.0.3861/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.6.0.3861/ad/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3861/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.6.0.3861/ldap/Makefile b/linux/ecosystem/testrail/5.6.0.3861/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.6.0.3861/ldap/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3861/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.6.0.3861/main/Makefile b/linux/ecosystem/testrail/5.6.0.3861/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.6.0.3861/main/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3861/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.6.0.3862/ad/Makefile b/linux/ecosystem/testrail/5.6.0.3862/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.6.0.3862/ad/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3862/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.6.0.3862/ldap/Makefile b/linux/ecosystem/testrail/5.6.0.3862/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.6.0.3862/ldap/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3862/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.6.0.3862/main/Makefile b/linux/ecosystem/testrail/5.6.0.3862/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.6.0.3862/main/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3862/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.6.0.3865/ad/Makefile b/linux/ecosystem/testrail/5.6.0.3865/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.6.0.3865/ad/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3865/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.6.0.3865/ldap/Makefile b/linux/ecosystem/testrail/5.6.0.3865/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.6.0.3865/ldap/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3865/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.6.0.3865/main/Makefile b/linux/ecosystem/testrail/5.6.0.3865/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.6.0.3865/main/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3865/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.7.0.3938/ad/Makefile b/linux/ecosystem/testrail/5.7.0.3938/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.7.0.3938/ad/Makefile +++ b/linux/ecosystem/testrail/5.7.0.3938/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.7.0.3938/ldap/Makefile b/linux/ecosystem/testrail/5.7.0.3938/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.7.0.3938/ldap/Makefile +++ b/linux/ecosystem/testrail/5.7.0.3938/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.7.0.3938/main/Makefile b/linux/ecosystem/testrail/5.7.0.3938/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.7.0.3938/main/Makefile +++ b/linux/ecosystem/testrail/5.7.0.3938/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.7.0.3942/ad/Makefile b/linux/ecosystem/testrail/5.7.0.3942/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.7.0.3942/ad/Makefile +++ b/linux/ecosystem/testrail/5.7.0.3942/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.7.0.3942/ldap/Makefile b/linux/ecosystem/testrail/5.7.0.3942/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.7.0.3942/ldap/Makefile +++ b/linux/ecosystem/testrail/5.7.0.3942/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.7.0.3942/main/Makefile b/linux/ecosystem/testrail/5.7.0.3942/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.7.0.3942/main/Makefile +++ b/linux/ecosystem/testrail/5.7.0.3942/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.7.0.3951/ad/Makefile b/linux/ecosystem/testrail/5.7.0.3951/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.7.0.3951/ad/Makefile +++ b/linux/ecosystem/testrail/5.7.0.3951/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.7.0.3951/ldap/Makefile b/linux/ecosystem/testrail/5.7.0.3951/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.7.0.3951/ldap/Makefile +++ b/linux/ecosystem/testrail/5.7.0.3951/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.7.0.3951/main/Makefile b/linux/ecosystem/testrail/5.7.0.3951/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.7.0.3951/main/Makefile +++ b/linux/ecosystem/testrail/5.7.0.3951/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.7.1.4026/ad/Makefile b/linux/ecosystem/testrail/5.7.1.4026/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.7.1.4026/ad/Makefile +++ b/linux/ecosystem/testrail/5.7.1.4026/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.7.1.4026/ldap/Makefile b/linux/ecosystem/testrail/5.7.1.4026/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.7.1.4026/ldap/Makefile +++ b/linux/ecosystem/testrail/5.7.1.4026/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.7.1.4026/main/Makefile b/linux/ecosystem/testrail/5.7.1.4026/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.7.1.4026/main/Makefile +++ b/linux/ecosystem/testrail/5.7.1.4026/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.7.1.4028/ad/Makefile b/linux/ecosystem/testrail/5.7.1.4028/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.7.1.4028/ad/Makefile +++ b/linux/ecosystem/testrail/5.7.1.4028/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.7.1.4028/ldap/Makefile b/linux/ecosystem/testrail/5.7.1.4028/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.7.1.4028/ldap/Makefile +++ b/linux/ecosystem/testrail/5.7.1.4028/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/5.7.1.4028/main/Makefile b/linux/ecosystem/testrail/5.7.1.4028/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/5.7.1.4028/main/Makefile +++ b/linux/ecosystem/testrail/5.7.1.4028/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.0.0.4140/ad/Makefile b/linux/ecosystem/testrail/6.0.0.4140/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.0.0.4140/ad/Makefile +++ b/linux/ecosystem/testrail/6.0.0.4140/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.0.0.4140/ldap/Makefile b/linux/ecosystem/testrail/6.0.0.4140/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.0.0.4140/ldap/Makefile +++ b/linux/ecosystem/testrail/6.0.0.4140/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.0.0.4140/main/Makefile b/linux/ecosystem/testrail/6.0.0.4140/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.0.0.4140/main/Makefile +++ b/linux/ecosystem/testrail/6.0.0.4140/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.0.1.4163/ad/Makefile b/linux/ecosystem/testrail/6.0.1.4163/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.0.1.4163/ad/Makefile +++ b/linux/ecosystem/testrail/6.0.1.4163/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.0.1.4163/ldap/Makefile b/linux/ecosystem/testrail/6.0.1.4163/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.0.1.4163/ldap/Makefile +++ b/linux/ecosystem/testrail/6.0.1.4163/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.0.1.4163/main/Makefile b/linux/ecosystem/testrail/6.0.1.4163/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.0.1.4163/main/Makefile +++ b/linux/ecosystem/testrail/6.0.1.4163/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.1.0.4367/ad/Makefile b/linux/ecosystem/testrail/6.1.0.4367/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.1.0.4367/ad/Makefile +++ b/linux/ecosystem/testrail/6.1.0.4367/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.1.0.4367/ldap/Makefile b/linux/ecosystem/testrail/6.1.0.4367/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.1.0.4367/ldap/Makefile +++ b/linux/ecosystem/testrail/6.1.0.4367/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.1.0.4367/main/Makefile b/linux/ecosystem/testrail/6.1.0.4367/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.1.0.4367/main/Makefile +++ b/linux/ecosystem/testrail/6.1.0.4367/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.1.0.4369/ad/Makefile b/linux/ecosystem/testrail/6.1.0.4369/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.1.0.4369/ad/Makefile +++ b/linux/ecosystem/testrail/6.1.0.4369/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.1.0.4369/ldap/Makefile b/linux/ecosystem/testrail/6.1.0.4369/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.1.0.4369/ldap/Makefile +++ b/linux/ecosystem/testrail/6.1.0.4369/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.1.0.4369/main/Makefile b/linux/ecosystem/testrail/6.1.0.4369/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.1.0.4369/main/Makefile +++ b/linux/ecosystem/testrail/6.1.0.4369/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.1.1.1020/ad/Makefile b/linux/ecosystem/testrail/6.1.1.1020/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.1.1.1020/ad/Makefile +++ b/linux/ecosystem/testrail/6.1.1.1020/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.1.1.1020/ldap/Makefile b/linux/ecosystem/testrail/6.1.1.1020/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.1.1.1020/ldap/Makefile +++ b/linux/ecosystem/testrail/6.1.1.1020/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.1.1.1020/main/Makefile b/linux/ecosystem/testrail/6.1.1.1020/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.1.1.1020/main/Makefile +++ b/linux/ecosystem/testrail/6.1.1.1020/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.1.1.1021/ad/Makefile b/linux/ecosystem/testrail/6.1.1.1021/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.1.1.1021/ad/Makefile +++ b/linux/ecosystem/testrail/6.1.1.1021/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.1.1.1021/ldap/Makefile b/linux/ecosystem/testrail/6.1.1.1021/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.1.1.1021/ldap/Makefile +++ b/linux/ecosystem/testrail/6.1.1.1021/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.1.1.1021/main/Makefile b/linux/ecosystem/testrail/6.1.1.1021/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.1.1.1021/main/Makefile +++ b/linux/ecosystem/testrail/6.1.1.1021/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.2.0.1085/ad/Makefile b/linux/ecosystem/testrail/6.2.0.1085/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.2.0.1085/ad/Makefile +++ b/linux/ecosystem/testrail/6.2.0.1085/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.2.0.1085/ldap/Makefile b/linux/ecosystem/testrail/6.2.0.1085/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.2.0.1085/ldap/Makefile +++ b/linux/ecosystem/testrail/6.2.0.1085/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.2.0.1085/main/Makefile b/linux/ecosystem/testrail/6.2.0.1085/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.2.0.1085/main/Makefile +++ b/linux/ecosystem/testrail/6.2.0.1085/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.2.1.1003/ad/Makefile b/linux/ecosystem/testrail/6.2.1.1003/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.2.1.1003/ad/Makefile +++ b/linux/ecosystem/testrail/6.2.1.1003/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.2.1.1003/ldap/Makefile b/linux/ecosystem/testrail/6.2.1.1003/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.2.1.1003/ldap/Makefile +++ b/linux/ecosystem/testrail/6.2.1.1003/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.2.1.1003/main/Makefile b/linux/ecosystem/testrail/6.2.1.1003/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.2.1.1003/main/Makefile +++ b/linux/ecosystem/testrail/6.2.1.1003/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.2.1.1005/ad/Makefile b/linux/ecosystem/testrail/6.2.1.1005/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.2.1.1005/ad/Makefile +++ b/linux/ecosystem/testrail/6.2.1.1005/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.2.1.1005/ldap/Makefile b/linux/ecosystem/testrail/6.2.1.1005/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.2.1.1005/ldap/Makefile +++ b/linux/ecosystem/testrail/6.2.1.1005/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.2.1.1005/main/Makefile b/linux/ecosystem/testrail/6.2.1.1005/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.2.1.1005/main/Makefile +++ b/linux/ecosystem/testrail/6.2.1.1005/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.2.2.1107/ad/Makefile b/linux/ecosystem/testrail/6.2.2.1107/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.2.2.1107/ad/Makefile +++ b/linux/ecosystem/testrail/6.2.2.1107/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.2.2.1107/ldap/Makefile b/linux/ecosystem/testrail/6.2.2.1107/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.2.2.1107/ldap/Makefile +++ b/linux/ecosystem/testrail/6.2.2.1107/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.2.2.1107/main/Makefile b/linux/ecosystem/testrail/6.2.2.1107/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.2.2.1107/main/Makefile +++ b/linux/ecosystem/testrail/6.2.2.1107/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.2.3.1114/ad/Makefile b/linux/ecosystem/testrail/6.2.3.1114/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.2.3.1114/ad/Makefile +++ b/linux/ecosystem/testrail/6.2.3.1114/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.2.3.1114/ldap/Makefile b/linux/ecosystem/testrail/6.2.3.1114/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.2.3.1114/ldap/Makefile +++ b/linux/ecosystem/testrail/6.2.3.1114/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.2.3.1114/main/Makefile b/linux/ecosystem/testrail/6.2.3.1114/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.2.3.1114/main/Makefile +++ b/linux/ecosystem/testrail/6.2.3.1114/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.3.0.1120/ad/Makefile b/linux/ecosystem/testrail/6.3.0.1120/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.3.0.1120/ad/Makefile +++ b/linux/ecosystem/testrail/6.3.0.1120/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.3.0.1120/ldap/Makefile b/linux/ecosystem/testrail/6.3.0.1120/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.3.0.1120/ldap/Makefile +++ b/linux/ecosystem/testrail/6.3.0.1120/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.3.0.1120/main/Makefile b/linux/ecosystem/testrail/6.3.0.1120/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.3.0.1120/main/Makefile +++ b/linux/ecosystem/testrail/6.3.0.1120/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.3.1.1004/ad/Makefile b/linux/ecosystem/testrail/6.3.1.1004/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.3.1.1004/ad/Makefile +++ b/linux/ecosystem/testrail/6.3.1.1004/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.3.1.1004/ldap/Makefile b/linux/ecosystem/testrail/6.3.1.1004/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.3.1.1004/ldap/Makefile +++ b/linux/ecosystem/testrail/6.3.1.1004/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.3.1.1004/main/Makefile b/linux/ecosystem/testrail/6.3.1.1004/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.3.1.1004/main/Makefile +++ b/linux/ecosystem/testrail/6.3.1.1004/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.3.1.1006/ad/Makefile b/linux/ecosystem/testrail/6.3.1.1006/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.3.1.1006/ad/Makefile +++ b/linux/ecosystem/testrail/6.3.1.1006/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.3.1.1006/ldap/Makefile b/linux/ecosystem/testrail/6.3.1.1006/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.3.1.1006/ldap/Makefile +++ b/linux/ecosystem/testrail/6.3.1.1006/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.3.1.1006/main/Makefile b/linux/ecosystem/testrail/6.3.1.1006/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.3.1.1006/main/Makefile +++ b/linux/ecosystem/testrail/6.3.1.1006/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.4.0.1284/ad/Makefile b/linux/ecosystem/testrail/6.4.0.1284/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.4.0.1284/ad/Makefile +++ b/linux/ecosystem/testrail/6.4.0.1284/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.4.0.1284/ldap/Makefile b/linux/ecosystem/testrail/6.4.0.1284/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.4.0.1284/ldap/Makefile +++ b/linux/ecosystem/testrail/6.4.0.1284/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.4.0.1284/main/Makefile b/linux/ecosystem/testrail/6.4.0.1284/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.4.0.1284/main/Makefile +++ b/linux/ecosystem/testrail/6.4.0.1284/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.4.0.1293/ad/Makefile b/linux/ecosystem/testrail/6.4.0.1293/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.4.0.1293/ad/Makefile +++ b/linux/ecosystem/testrail/6.4.0.1293/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.4.0.1293/ldap/Makefile b/linux/ecosystem/testrail/6.4.0.1293/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.4.0.1293/ldap/Makefile +++ b/linux/ecosystem/testrail/6.4.0.1293/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.4.0.1293/main/Makefile b/linux/ecosystem/testrail/6.4.0.1293/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.4.0.1293/main/Makefile +++ b/linux/ecosystem/testrail/6.4.0.1293/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.0.1298/ad/Makefile b/linux/ecosystem/testrail/6.5.0.1298/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.0.1298/ad/Makefile +++ b/linux/ecosystem/testrail/6.5.0.1298/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.0.1298/ldap/Makefile b/linux/ecosystem/testrail/6.5.0.1298/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.0.1298/ldap/Makefile +++ b/linux/ecosystem/testrail/6.5.0.1298/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.0.1298/main/Makefile b/linux/ecosystem/testrail/6.5.0.1298/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.0.1298/main/Makefile +++ b/linux/ecosystem/testrail/6.5.0.1298/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.1.1002/ad/Makefile b/linux/ecosystem/testrail/6.5.1.1002/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.1.1002/ad/Makefile +++ b/linux/ecosystem/testrail/6.5.1.1002/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.1.1002/ldap/Makefile b/linux/ecosystem/testrail/6.5.1.1002/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.1.1002/ldap/Makefile +++ b/linux/ecosystem/testrail/6.5.1.1002/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.1.1002/main/Makefile b/linux/ecosystem/testrail/6.5.1.1002/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.1.1002/main/Makefile +++ b/linux/ecosystem/testrail/6.5.1.1002/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.3.1001/ad/Makefile b/linux/ecosystem/testrail/6.5.3.1001/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.3.1001/ad/Makefile +++ b/linux/ecosystem/testrail/6.5.3.1001/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.3.1001/ldap/Makefile b/linux/ecosystem/testrail/6.5.3.1001/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.3.1001/ldap/Makefile +++ b/linux/ecosystem/testrail/6.5.3.1001/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.3.1001/main/Makefile b/linux/ecosystem/testrail/6.5.3.1001/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.3.1001/main/Makefile +++ b/linux/ecosystem/testrail/6.5.3.1001/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.4.1002/ad/Makefile b/linux/ecosystem/testrail/6.5.4.1002/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.4.1002/ad/Makefile +++ b/linux/ecosystem/testrail/6.5.4.1002/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.4.1002/ldap/Makefile b/linux/ecosystem/testrail/6.5.4.1002/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.4.1002/ldap/Makefile +++ b/linux/ecosystem/testrail/6.5.4.1002/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.4.1002/main/Makefile b/linux/ecosystem/testrail/6.5.4.1002/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.4.1002/main/Makefile +++ b/linux/ecosystem/testrail/6.5.4.1002/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.4.1007/ad/Makefile b/linux/ecosystem/testrail/6.5.4.1007/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.4.1007/ad/Makefile +++ b/linux/ecosystem/testrail/6.5.4.1007/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.4.1007/ldap/Makefile b/linux/ecosystem/testrail/6.5.4.1007/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.4.1007/ldap/Makefile +++ b/linux/ecosystem/testrail/6.5.4.1007/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.4.1007/main/Makefile b/linux/ecosystem/testrail/6.5.4.1007/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.4.1007/main/Makefile +++ b/linux/ecosystem/testrail/6.5.4.1007/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.5.1009/ad/Makefile b/linux/ecosystem/testrail/6.5.5.1009/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.5.1009/ad/Makefile +++ b/linux/ecosystem/testrail/6.5.5.1009/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.5.1009/ldap/Makefile b/linux/ecosystem/testrail/6.5.5.1009/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.5.1009/ldap/Makefile +++ b/linux/ecosystem/testrail/6.5.5.1009/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.5.1009/main/Makefile b/linux/ecosystem/testrail/6.5.5.1009/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.5.1009/main/Makefile +++ b/linux/ecosystem/testrail/6.5.5.1009/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.6.1014/ad/Makefile b/linux/ecosystem/testrail/6.5.6.1014/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.6.1014/ad/Makefile +++ b/linux/ecosystem/testrail/6.5.6.1014/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.6.1014/ldap/Makefile b/linux/ecosystem/testrail/6.5.6.1014/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.6.1014/ldap/Makefile +++ b/linux/ecosystem/testrail/6.5.6.1014/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.6.1014/main/Makefile b/linux/ecosystem/testrail/6.5.6.1014/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.6.1014/main/Makefile +++ b/linux/ecosystem/testrail/6.5.6.1014/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.7.1000/ad/Makefile b/linux/ecosystem/testrail/6.5.7.1000/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.7.1000/ad/Makefile +++ b/linux/ecosystem/testrail/6.5.7.1000/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.7.1000/ldap/Makefile b/linux/ecosystem/testrail/6.5.7.1000/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.7.1000/ldap/Makefile +++ b/linux/ecosystem/testrail/6.5.7.1000/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.5.7.1000/main/Makefile b/linux/ecosystem/testrail/6.5.7.1000/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.5.7.1000/main/Makefile +++ b/linux/ecosystem/testrail/6.5.7.1000/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.6.0.1156/ad/Makefile b/linux/ecosystem/testrail/6.6.0.1156/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.6.0.1156/ad/Makefile +++ b/linux/ecosystem/testrail/6.6.0.1156/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.6.0.1156/ldap/Makefile b/linux/ecosystem/testrail/6.6.0.1156/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.6.0.1156/ldap/Makefile +++ b/linux/ecosystem/testrail/6.6.0.1156/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.6.0.1156/main/Makefile b/linux/ecosystem/testrail/6.6.0.1156/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.6.0.1156/main/Makefile +++ b/linux/ecosystem/testrail/6.6.0.1156/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.6.1.1166/ad/Makefile b/linux/ecosystem/testrail/6.6.1.1166/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.6.1.1166/ad/Makefile +++ b/linux/ecosystem/testrail/6.6.1.1166/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.6.1.1166/ldap/Makefile b/linux/ecosystem/testrail/6.6.1.1166/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.6.1.1166/ldap/Makefile +++ b/linux/ecosystem/testrail/6.6.1.1166/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.6.1.1166/main/Makefile b/linux/ecosystem/testrail/6.6.1.1166/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.6.1.1166/main/Makefile +++ b/linux/ecosystem/testrail/6.6.1.1166/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.7.1.1020/ad/Makefile b/linux/ecosystem/testrail/6.7.1.1020/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.7.1.1020/ad/Makefile +++ b/linux/ecosystem/testrail/6.7.1.1020/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.7.1.1020/ldap/Makefile b/linux/ecosystem/testrail/6.7.1.1020/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.7.1.1020/ldap/Makefile +++ b/linux/ecosystem/testrail/6.7.1.1020/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.7.1.1020/main/Makefile b/linux/ecosystem/testrail/6.7.1.1020/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.7.1.1020/main/Makefile +++ b/linux/ecosystem/testrail/6.7.1.1020/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.7.2.1037/ad/Makefile b/linux/ecosystem/testrail/6.7.2.1037/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.7.2.1037/ad/Makefile +++ b/linux/ecosystem/testrail/6.7.2.1037/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.7.2.1037/ldap/Makefile b/linux/ecosystem/testrail/6.7.2.1037/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.7.2.1037/ldap/Makefile +++ b/linux/ecosystem/testrail/6.7.2.1037/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.7.2.1037/main/Makefile b/linux/ecosystem/testrail/6.7.2.1037/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.7.2.1037/main/Makefile +++ b/linux/ecosystem/testrail/6.7.2.1037/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.7.2.1043/ad/Makefile b/linux/ecosystem/testrail/6.7.2.1043/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.7.2.1043/ad/Makefile +++ b/linux/ecosystem/testrail/6.7.2.1043/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.7.2.1043/ldap/Makefile b/linux/ecosystem/testrail/6.7.2.1043/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.7.2.1043/ldap/Makefile +++ b/linux/ecosystem/testrail/6.7.2.1043/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/6.7.2.1043/main/Makefile b/linux/ecosystem/testrail/6.7.2.1043/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/6.7.2.1043/main/Makefile +++ b/linux/ecosystem/testrail/6.7.2.1043/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.0.0.1057/ad/Makefile b/linux/ecosystem/testrail/7.0.0.1057/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.0.0.1057/ad/Makefile +++ b/linux/ecosystem/testrail/7.0.0.1057/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.0.0.1057/ldap/Makefile b/linux/ecosystem/testrail/7.0.0.1057/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.0.0.1057/ldap/Makefile +++ b/linux/ecosystem/testrail/7.0.0.1057/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.0.0.1057/main/Makefile b/linux/ecosystem/testrail/7.0.0.1057/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.0.0.1057/main/Makefile +++ b/linux/ecosystem/testrail/7.0.0.1057/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.0.1.1002/ad/Makefile b/linux/ecosystem/testrail/7.0.1.1002/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.0.1.1002/ad/Makefile +++ b/linux/ecosystem/testrail/7.0.1.1002/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.0.1.1002/ldap/Makefile b/linux/ecosystem/testrail/7.0.1.1002/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.0.1.1002/ldap/Makefile +++ b/linux/ecosystem/testrail/7.0.1.1002/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.0.1.1002/main/Makefile b/linux/ecosystem/testrail/7.0.1.1002/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.0.1.1002/main/Makefile +++ b/linux/ecosystem/testrail/7.0.1.1002/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.0.1.1013/ad/Makefile b/linux/ecosystem/testrail/7.0.1.1013/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.0.1.1013/ad/Makefile +++ b/linux/ecosystem/testrail/7.0.1.1013/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.0.1.1013/ldap/Makefile b/linux/ecosystem/testrail/7.0.1.1013/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.0.1.1013/ldap/Makefile +++ b/linux/ecosystem/testrail/7.0.1.1013/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.0.1.1013/main/Makefile b/linux/ecosystem/testrail/7.0.1.1013/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.0.1.1013/main/Makefile +++ b/linux/ecosystem/testrail/7.0.1.1013/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.0.2.1014/ad/Makefile b/linux/ecosystem/testrail/7.0.2.1014/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.0.2.1014/ad/Makefile +++ b/linux/ecosystem/testrail/7.0.2.1014/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.0.2.1014/ldap/Makefile b/linux/ecosystem/testrail/7.0.2.1014/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.0.2.1014/ldap/Makefile +++ b/linux/ecosystem/testrail/7.0.2.1014/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.0.2.1014/main/Makefile b/linux/ecosystem/testrail/7.0.2.1014/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.0.2.1014/main/Makefile +++ b/linux/ecosystem/testrail/7.0.2.1014/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.0.2.1015/ad/Makefile b/linux/ecosystem/testrail/7.0.2.1015/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.0.2.1015/ad/Makefile +++ b/linux/ecosystem/testrail/7.0.2.1015/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.0.2.1015/ldap/Makefile b/linux/ecosystem/testrail/7.0.2.1015/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.0.2.1015/ldap/Makefile +++ b/linux/ecosystem/testrail/7.0.2.1015/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.0.2.1015/main/Makefile b/linux/ecosystem/testrail/7.0.2.1015/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.0.2.1015/main/Makefile +++ b/linux/ecosystem/testrail/7.0.2.1015/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.0.2.1016/ad/Makefile b/linux/ecosystem/testrail/7.0.2.1016/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.0.2.1016/ad/Makefile +++ b/linux/ecosystem/testrail/7.0.2.1016/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.0.2.1016/ldap/Makefile b/linux/ecosystem/testrail/7.0.2.1016/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.0.2.1016/ldap/Makefile +++ b/linux/ecosystem/testrail/7.0.2.1016/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.0.2.1016/main/Makefile b/linux/ecosystem/testrail/7.0.2.1016/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.0.2.1016/main/Makefile +++ b/linux/ecosystem/testrail/7.0.2.1016/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.4.1.8079/ad/Makefile b/linux/ecosystem/testrail/7.4.1.8079/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.4.1.8079/ad/Makefile +++ b/linux/ecosystem/testrail/7.4.1.8079/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.4.1.8079/ldap/Makefile b/linux/ecosystem/testrail/7.4.1.8079/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.4.1.8079/ldap/Makefile +++ b/linux/ecosystem/testrail/7.4.1.8079/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.4.1.8079/main/Makefile b/linux/ecosystem/testrail/7.4.1.8079/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.4.1.8079/main/Makefile +++ b/linux/ecosystem/testrail/7.4.1.8079/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.4.1.8091/ad/Makefile b/linux/ecosystem/testrail/7.4.1.8091/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.4.1.8091/ad/Makefile +++ b/linux/ecosystem/testrail/7.4.1.8091/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.4.1.8091/ldap/Makefile b/linux/ecosystem/testrail/7.4.1.8091/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.4.1.8091/ldap/Makefile +++ b/linux/ecosystem/testrail/7.4.1.8091/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.4.1.8091/main/Makefile b/linux/ecosystem/testrail/7.4.1.8091/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.4.1.8091/main/Makefile +++ b/linux/ecosystem/testrail/7.4.1.8091/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.4.1.8092/ad/Makefile b/linux/ecosystem/testrail/7.4.1.8092/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.4.1.8092/ad/Makefile +++ b/linux/ecosystem/testrail/7.4.1.8092/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.4.1.8092/ldap/Makefile b/linux/ecosystem/testrail/7.4.1.8092/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.4.1.8092/ldap/Makefile +++ b/linux/ecosystem/testrail/7.4.1.8092/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.4.1.8092/main/Makefile b/linux/ecosystem/testrail/7.4.1.8092/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.4.1.8092/main/Makefile +++ b/linux/ecosystem/testrail/7.4.1.8092/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.5.1.7010/ad/Makefile b/linux/ecosystem/testrail/7.5.1.7010/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.5.1.7010/ad/Makefile +++ b/linux/ecosystem/testrail/7.5.1.7010/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.5.1.7010/ldap/Makefile b/linux/ecosystem/testrail/7.5.1.7010/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.5.1.7010/ldap/Makefile +++ b/linux/ecosystem/testrail/7.5.1.7010/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.5.1.7010/main/Makefile b/linux/ecosystem/testrail/7.5.1.7010/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.5.1.7010/main/Makefile +++ b/linux/ecosystem/testrail/7.5.1.7010/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.5.1.7012/ad/Makefile b/linux/ecosystem/testrail/7.5.1.7012/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.5.1.7012/ad/Makefile +++ b/linux/ecosystem/testrail/7.5.1.7012/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.5.1.7012/ldap/Makefile b/linux/ecosystem/testrail/7.5.1.7012/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.5.1.7012/ldap/Makefile +++ b/linux/ecosystem/testrail/7.5.1.7012/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.5.1.7012/main/Makefile b/linux/ecosystem/testrail/7.5.1.7012/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.5.1.7012/main/Makefile +++ b/linux/ecosystem/testrail/7.5.1.7012/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.5.1.7013/ad/Makefile b/linux/ecosystem/testrail/7.5.1.7013/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.5.1.7013/ad/Makefile +++ b/linux/ecosystem/testrail/7.5.1.7013/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.5.1.7013/ldap/Makefile b/linux/ecosystem/testrail/7.5.1.7013/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.5.1.7013/ldap/Makefile +++ b/linux/ecosystem/testrail/7.5.1.7013/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.5.1.7013/main/Makefile b/linux/ecosystem/testrail/7.5.1.7013/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.5.1.7013/main/Makefile +++ b/linux/ecosystem/testrail/7.5.1.7013/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.5.2.1002/ad/Makefile b/linux/ecosystem/testrail/7.5.2.1002/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.5.2.1002/ad/Makefile +++ b/linux/ecosystem/testrail/7.5.2.1002/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.5.2.1002/ldap/Makefile b/linux/ecosystem/testrail/7.5.2.1002/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.5.2.1002/ldap/Makefile +++ b/linux/ecosystem/testrail/7.5.2.1002/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.5.2.1002/main/Makefile b/linux/ecosystem/testrail/7.5.2.1002/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.5.2.1002/main/Makefile +++ b/linux/ecosystem/testrail/7.5.2.1002/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.5.3.1000/ad/Makefile b/linux/ecosystem/testrail/7.5.3.1000/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.5.3.1000/ad/Makefile +++ b/linux/ecosystem/testrail/7.5.3.1000/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.5.3.1000/ldap/Makefile b/linux/ecosystem/testrail/7.5.3.1000/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.5.3.1000/ldap/Makefile +++ b/linux/ecosystem/testrail/7.5.3.1000/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/7.5.3.1000/main/Makefile b/linux/ecosystem/testrail/7.5.3.1000/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/7.5.3.1000/main/Makefile +++ b/linux/ecosystem/testrail/7.5.3.1000/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/8.0.0.1089/ad/Makefile b/linux/ecosystem/testrail/8.0.0.1089/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/8.0.0.1089/ad/Makefile +++ b/linux/ecosystem/testrail/8.0.0.1089/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/8.0.0.1089/ldap/Makefile b/linux/ecosystem/testrail/8.0.0.1089/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/8.0.0.1089/ldap/Makefile +++ b/linux/ecosystem/testrail/8.0.0.1089/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/8.0.0.1089/main/Makefile b/linux/ecosystem/testrail/8.0.0.1089/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/8.0.0.1089/main/Makefile +++ b/linux/ecosystem/testrail/8.0.0.1089/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/8.0.1.1029/ad/Makefile b/linux/ecosystem/testrail/8.0.1.1029/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/8.0.1.1029/ad/Makefile +++ b/linux/ecosystem/testrail/8.0.1.1029/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/8.0.1.1029/ldap/Makefile b/linux/ecosystem/testrail/8.0.1.1029/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/8.0.1.1029/ldap/Makefile +++ b/linux/ecosystem/testrail/8.0.1.1029/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/8.0.1.1029/main/Makefile b/linux/ecosystem/testrail/8.0.1.1029/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/8.0.1.1029/main/Makefile +++ b/linux/ecosystem/testrail/8.0.1.1029/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/8.0.4.7036/ad/Makefile b/linux/ecosystem/testrail/8.0.4.7036/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/8.0.4.7036/ad/Makefile +++ b/linux/ecosystem/testrail/8.0.4.7036/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/8.0.4.7036/ldap/Makefile b/linux/ecosystem/testrail/8.0.4.7036/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/8.0.4.7036/ldap/Makefile +++ b/linux/ecosystem/testrail/8.0.4.7036/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/8.0.4.7036/main/Makefile b/linux/ecosystem/testrail/8.0.4.7036/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/8.0.4.7036/main/Makefile +++ b/linux/ecosystem/testrail/8.0.4.7036/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/8.0.6.1019/ad/Makefile b/linux/ecosystem/testrail/8.0.6.1019/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/8.0.6.1019/ad/Makefile +++ b/linux/ecosystem/testrail/8.0.6.1019/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/8.0.6.1019/ldap/Makefile b/linux/ecosystem/testrail/8.0.6.1019/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/8.0.6.1019/ldap/Makefile +++ b/linux/ecosystem/testrail/8.0.6.1019/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/8.0.6.1019/main/Makefile b/linux/ecosystem/testrail/8.0.6.1019/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/8.0.6.1019/main/Makefile +++ b/linux/ecosystem/testrail/8.0.6.1019/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/8.1.0.6165/ad/Makefile b/linux/ecosystem/testrail/8.1.0.6165/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/8.1.0.6165/ad/Makefile +++ b/linux/ecosystem/testrail/8.1.0.6165/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/8.1.0.6165/ldap/Makefile b/linux/ecosystem/testrail/8.1.0.6165/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/8.1.0.6165/ldap/Makefile +++ b/linux/ecosystem/testrail/8.1.0.6165/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/8.1.0.6165/main/Makefile b/linux/ecosystem/testrail/8.1.0.6165/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/8.1.0.6165/main/Makefile +++ b/linux/ecosystem/testrail/8.1.0.6165/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/8.1.0.6186/ad/Makefile b/linux/ecosystem/testrail/8.1.0.6186/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/8.1.0.6186/ad/Makefile +++ b/linux/ecosystem/testrail/8.1.0.6186/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/8.1.0.6186/ldap/Makefile b/linux/ecosystem/testrail/8.1.0.6186/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/8.1.0.6186/ldap/Makefile +++ b/linux/ecosystem/testrail/8.1.0.6186/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/8.1.0.6186/main/Makefile b/linux/ecosystem/testrail/8.1.0.6186/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/8.1.0.6186/main/Makefile +++ b/linux/ecosystem/testrail/8.1.0.6186/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/9.0.0.1057/ad/Makefile b/linux/ecosystem/testrail/9.0.0.1057/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/9.0.0.1057/ad/Makefile +++ b/linux/ecosystem/testrail/9.0.0.1057/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/9.0.0.1057/ldap/Makefile b/linux/ecosystem/testrail/9.0.0.1057/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/9.0.0.1057/ldap/Makefile +++ b/linux/ecosystem/testrail/9.0.0.1057/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/9.0.0.1057/main/Makefile b/linux/ecosystem/testrail/9.0.0.1057/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/9.0.0.1057/main/Makefile +++ b/linux/ecosystem/testrail/9.0.0.1057/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/9.0.0.1091/ad/Makefile b/linux/ecosystem/testrail/9.0.0.1091/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/9.0.0.1091/ad/Makefile +++ b/linux/ecosystem/testrail/9.0.0.1091/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/9.0.0.1091/ldap/Makefile b/linux/ecosystem/testrail/9.0.0.1091/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/9.0.0.1091/ldap/Makefile +++ b/linux/ecosystem/testrail/9.0.0.1091/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/9.0.0.1091/main/Makefile b/linux/ecosystem/testrail/9.0.0.1091/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/9.0.0.1091/main/Makefile +++ b/linux/ecosystem/testrail/9.0.0.1091/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/9.1.0.1025/ad/Makefile b/linux/ecosystem/testrail/9.1.0.1025/ad/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/9.1.0.1025/ad/Makefile +++ b/linux/ecosystem/testrail/9.1.0.1025/ad/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/9.1.0.1025/ldap/Makefile b/linux/ecosystem/testrail/9.1.0.1025/ldap/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/9.1.0.1025/ldap/Makefile +++ b/linux/ecosystem/testrail/9.1.0.1025/ldap/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/testrail/9.1.0.1025/main/Makefile b/linux/ecosystem/testrail/9.1.0.1025/main/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/testrail/9.1.0.1025/main/Makefile +++ b/linux/ecosystem/testrail/9.1.0.1025/main/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/torrserver/Makefile b/linux/ecosystem/torrserver/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/torrserver/Makefile +++ b/linux/ecosystem/torrserver/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/vk2discord/Makefile b/linux/ecosystem/vk2discord/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/vk2discord/Makefile +++ b/linux/ecosystem/vk2discord/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy