diff --git a/.github/workflows/_disabled/epicmorg.advanced.python.yml.txt b/.github/workflows/_disabled/epicmorg.advanced.python.yml.txt index 7786f9a23..3c9e67afe 100644 --- a/.github/workflows/_disabled/epicmorg.advanced.python.yml.txt +++ b/.github/workflows/_disabled/epicmorg.advanced.python.yml.txt @@ -16,6 +16,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -73,6 +81,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/_disabled/epicmorg.ecosysctem.freegpt.images.yml.txt b/.github/workflows/_disabled/epicmorg.ecosysctem.freegpt.images.yml.txt index 52c300ecc..386d2fe9f 100644 --- a/.github/workflows/_disabled/epicmorg.ecosysctem.freegpt.images.yml.txt +++ b/.github/workflows/_disabled/epicmorg.ecosysctem.freegpt.images.yml.txt @@ -17,6 +17,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/epicmorg.advanced.images.yml b/.github/workflows/epicmorg.advanced.images.yml index 6fbfe7961..cb528dc11 100644 --- a/.github/workflows/epicmorg.advanced.images.yml +++ b/.github/workflows/epicmorg.advanced.images.yml @@ -16,6 +16,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/epicmorg.advanced.nextcloud.images.yml b/.github/workflows/epicmorg.advanced.nextcloud.images.yml index ee81839a7..806cf4121 100644 --- a/.github/workflows/epicmorg.advanced.nextcloud.images.yml +++ b/.github/workflows/epicmorg.advanced.nextcloud.images.yml @@ -16,6 +16,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -96,6 +104,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/epicmorg.advanced.vscode.images.yml b/.github/workflows/epicmorg.advanced.vscode.images.yml index 9c43b9b5c..fdea301e0 100644 --- a/.github/workflows/epicmorg.advanced.vscode.images.yml +++ b/.github/workflows/epicmorg.advanced.vscode.images.yml @@ -16,6 +16,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/epicmorg.advanced.zabbix.images.yml b/.github/workflows/epicmorg.advanced.zabbix.images.yml index fe188b6e1..2c4cb9fca 100644 --- a/.github/workflows/epicmorg.advanced.zabbix.images.yml +++ b/.github/workflows/epicmorg.advanced.zabbix.images.yml @@ -16,6 +16,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -63,6 +71,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -107,6 +123,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -151,6 +175,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -198,6 +230,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -245,6 +285,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -292,6 +340,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -339,6 +395,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -386,6 +450,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -433,6 +505,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -480,6 +560,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/epicmorg.base.images.current.atlassian.yml b/.github/workflows/epicmorg.base.images.current.atlassian.yml index f5608f6b2..3abaec292 100644 --- a/.github/workflows/epicmorg.base.images.current.atlassian.yml +++ b/.github/workflows/epicmorg.base.images.current.atlassian.yml @@ -16,6 +16,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/epicmorg.base.images.debian.10.yml b/.github/workflows/epicmorg.base.images.debian.10.yml index e76ab13d7..e83ec9d2b 100644 --- a/.github/workflows/epicmorg.base.images.debian.10.yml +++ b/.github/workflows/epicmorg.base.images.debian.10.yml @@ -16,6 +16,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/epicmorg.base.images.debian.11.yml b/.github/workflows/epicmorg.base.images.debian.11.yml index d31274088..6079644d3 100644 --- a/.github/workflows/epicmorg.base.images.debian.11.yml +++ b/.github/workflows/epicmorg.base.images.debian.11.yml @@ -16,6 +16,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/epicmorg.base.images.debian.12.yml b/.github/workflows/epicmorg.base.images.debian.12.yml index 1f85b2cfe..0c8a566c9 100644 --- a/.github/workflows/epicmorg.base.images.debian.12.yml +++ b/.github/workflows/epicmorg.base.images.debian.12.yml @@ -16,6 +16,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/epicmorg.base.images.debian.13.yml b/.github/workflows/epicmorg.base.images.debian.13.yml index 8d5d08f91..cc0df6976 100644 --- a/.github/workflows/epicmorg.base.images.debian.13.yml +++ b/.github/workflows/epicmorg.base.images.debian.13.yml @@ -16,6 +16,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/epicmorg.base.images.debian.6.yml b/.github/workflows/epicmorg.base.images.debian.6.yml index 316ce88dd..476d245c1 100644 --- a/.github/workflows/epicmorg.base.images.debian.6.yml +++ b/.github/workflows/epicmorg.base.images.debian.6.yml @@ -16,6 +16,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/epicmorg.base.images.debian.7.yml b/.github/workflows/epicmorg.base.images.debian.7.yml index 7b11950ac..3947cb3d6 100644 --- a/.github/workflows/epicmorg.base.images.debian.7.yml +++ b/.github/workflows/epicmorg.base.images.debian.7.yml @@ -16,6 +16,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/epicmorg.base.images.debian.8.yml b/.github/workflows/epicmorg.base.images.debian.8.yml index 2dc15c8eb..86139a498 100644 --- a/.github/workflows/epicmorg.base.images.debian.8.yml +++ b/.github/workflows/epicmorg.base.images.debian.8.yml @@ -16,6 +16,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/epicmorg.base.images.debian.9.yml b/.github/workflows/epicmorg.base.images.debian.9.yml index 2829a61d7..63ce53307 100644 --- a/.github/workflows/epicmorg.base.images.debian.9.yml +++ b/.github/workflows/epicmorg.base.images.debian.9.yml @@ -16,6 +16,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/epicmorg.base.images.debian.sid.yml b/.github/workflows/epicmorg.base.images.debian.sid.yml index 14dda6b2c..c0d50b214 100644 --- a/.github/workflows/epicmorg.base.images.debian.sid.yml +++ b/.github/workflows/epicmorg.base.images.debian.sid.yml @@ -16,6 +16,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/epicmorg.base.images.giltab.runners.yml b/.github/workflows/epicmorg.base.images.giltab.runners.yml index aad792ca7..117398123 100644 --- a/.github/workflows/epicmorg.base.images.giltab.runners.yml +++ b/.github/workflows/epicmorg.base.images.giltab.runners.yml @@ -16,6 +16,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -37,6 +45,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/epicmorg.base.images.perforce.yml b/.github/workflows/epicmorg.base.images.perforce.yml index d84531124..852002f3c 100644 --- a/.github/workflows/epicmorg.base.images.perforce.yml +++ b/.github/workflows/epicmorg.base.images.perforce.yml @@ -16,6 +16,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -107,6 +115,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/epicmorg.base.images.postgresql.yml b/.github/workflows/epicmorg.base.images.postgresql.yml index 71c18ec96..eca901972 100644 --- a/.github/workflows/epicmorg.base.images.postgresql.yml +++ b/.github/workflows/epicmorg.base.images.postgresql.yml @@ -16,6 +16,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/epicmorg.base.images.teamcity.agents.yml b/.github/workflows/epicmorg.base.images.teamcity.agents.yml index b2444b50b..e68a86b2e 100644 --- a/.github/workflows/epicmorg.base.images.teamcity.agents.yml +++ b/.github/workflows/epicmorg.base.images.teamcity.agents.yml @@ -16,6 +16,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -37,6 +45,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/epicmorg.base.images.testrail.yml b/.github/workflows/epicmorg.base.images.testrail.yml index ec44a96e9..a03044afc 100644 --- a/.github/workflows/epicmorg.base.images.testrail.yml +++ b/.github/workflows/epicmorg.base.images.testrail.yml @@ -17,6 +17,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -38,6 +46,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -65,6 +81,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/epicmorg.base.images.web.yml b/.github/workflows/epicmorg.base.images.web.yml index a879c86ba..7850f0ae8 100644 --- a/.github/workflows/epicmorg.base.images.web.yml +++ b/.github/workflows/epicmorg.base.images.web.yml @@ -16,6 +16,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/epicmorg.ecosysctem.misc.images.yml b/.github/workflows/epicmorg.ecosysctem.misc.images.yml index b1a68c1d9..1db31a797 100644 --- a/.github/workflows/epicmorg.ecosysctem.misc.images.yml +++ b/.github/workflows/epicmorg.ecosysctem.misc.images.yml @@ -16,6 +16,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -36,6 +44,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -56,6 +72,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -76,6 +100,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -207,6 +239,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -227,6 +267,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -247,6 +295,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -270,6 +326,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -290,6 +354,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make @@ -310,6 +382,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/.github/workflows/epicmorg.experimental.images.yml b/.github/workflows/epicmorg.experimental.images.yml index d56b4bf35..c82986407 100644 --- a/.github/workflows/epicmorg.experimental.images.yml +++ b/.github/workflows/epicmorg.experimental.images.yml @@ -16,6 +16,14 @@ jobs: - name: Log into registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + - name: Install buildah + run: | + apt-get update + apt-get install -y buildah + buildah --version + echo 'unqualified-search-registries = ["docker.io"]' >> /etc/containers/registries.conf + buildah info + - name: Test Make run: make diff --git a/Makefile b/Makefile index e76b2d157..82423b7c1 100644 --- a/Makefile +++ b/Makefile @@ -75,6 +75,8 @@ docker-clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a images: make advanced-images diff --git a/bin/ansible/roles/atlassian.bitbucket/files/Makefile b/bin/ansible/roles/atlassian.bitbucket/files/Makefile index 06e855b50..b5e50619b 100644 --- a/bin/ansible/roles/atlassian.bitbucket/files/Makefile +++ b/bin/ansible/roles/atlassian.bitbucket/files/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/bin/ansible/roles/atlassian.jira/files/Makefile b/bin/ansible/roles/atlassian.jira/files/Makefile index 06e855b50..b5e50619b 100644 --- a/bin/ansible/roles/atlassian.jira/files/Makefile +++ b/bin/ansible/roles/atlassian.jira/files/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/bin/ansible/roles/gurock.testrail/files/php70/ad/Makefile b/bin/ansible/roles/gurock.testrail/files/php70/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/bin/ansible/roles/gurock.testrail/files/php70/ad/Makefile +++ b/bin/ansible/roles/gurock.testrail/files/php70/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/bin/ansible/roles/gurock.testrail/files/php70/ldap/Makefile b/bin/ansible/roles/gurock.testrail/files/php70/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/bin/ansible/roles/gurock.testrail/files/php70/ldap/Makefile +++ b/bin/ansible/roles/gurock.testrail/files/php70/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/bin/ansible/roles/gurock.testrail/files/php70/main/Makefile b/bin/ansible/roles/gurock.testrail/files/php70/main/Makefile index 06e855b50..b5e50619b 100644 --- a/bin/ansible/roles/gurock.testrail/files/php70/main/Makefile +++ b/bin/ansible/roles/gurock.testrail/files/php70/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/bin/ansible/roles/gurock.testrail/files/php71/ad/Makefile b/bin/ansible/roles/gurock.testrail/files/php71/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/bin/ansible/roles/gurock.testrail/files/php71/ad/Makefile +++ b/bin/ansible/roles/gurock.testrail/files/php71/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/bin/ansible/roles/gurock.testrail/files/php71/ldap/Makefile b/bin/ansible/roles/gurock.testrail/files/php71/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/bin/ansible/roles/gurock.testrail/files/php71/ldap/Makefile +++ b/bin/ansible/roles/gurock.testrail/files/php71/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/bin/ansible/roles/gurock.testrail/files/php71/main/Makefile b/bin/ansible/roles/gurock.testrail/files/php71/main/Makefile index 06e855b50..b5e50619b 100644 --- a/bin/ansible/roles/gurock.testrail/files/php71/main/Makefile +++ b/bin/ansible/roles/gurock.testrail/files/php71/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/bin/ansible/roles/gurock.testrail/files/php72/ad/Makefile b/bin/ansible/roles/gurock.testrail/files/php72/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/bin/ansible/roles/gurock.testrail/files/php72/ad/Makefile +++ b/bin/ansible/roles/gurock.testrail/files/php72/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/bin/ansible/roles/gurock.testrail/files/php72/ldap/Makefile b/bin/ansible/roles/gurock.testrail/files/php72/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/bin/ansible/roles/gurock.testrail/files/php72/ldap/Makefile +++ b/bin/ansible/roles/gurock.testrail/files/php72/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/bin/ansible/roles/gurock.testrail/files/php72/main/Makefile b/bin/ansible/roles/gurock.testrail/files/php72/main/Makefile index 06e855b50..b5e50619b 100644 --- a/bin/ansible/roles/gurock.testrail/files/php72/main/Makefile +++ b/bin/ansible/roles/gurock.testrail/files/php72/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/bin/ansible/roles/gurock.testrail/files/php74/ad/Makefile b/bin/ansible/roles/gurock.testrail/files/php74/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/bin/ansible/roles/gurock.testrail/files/php74/ad/Makefile +++ b/bin/ansible/roles/gurock.testrail/files/php74/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/bin/ansible/roles/gurock.testrail/files/php74/ldap/Makefile b/bin/ansible/roles/gurock.testrail/files/php74/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/bin/ansible/roles/gurock.testrail/files/php74/ldap/Makefile +++ b/bin/ansible/roles/gurock.testrail/files/php74/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/bin/ansible/roles/gurock.testrail/files/php74/main/Makefile b/bin/ansible/roles/gurock.testrail/files/php74/main/Makefile index 06e855b50..b5e50619b 100644 --- a/bin/ansible/roles/gurock.testrail/files/php74/main/Makefile +++ b/bin/ansible/roles/gurock.testrail/files/php74/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/bin/ansible/roles/gurock.testrail/files/php81/ad/Makefile b/bin/ansible/roles/gurock.testrail/files/php81/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/bin/ansible/roles/gurock.testrail/files/php81/ad/Makefile +++ b/bin/ansible/roles/gurock.testrail/files/php81/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/bin/ansible/roles/gurock.testrail/files/php81/ldap/Makefile b/bin/ansible/roles/gurock.testrail/files/php81/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/bin/ansible/roles/gurock.testrail/files/php81/ldap/Makefile +++ b/bin/ansible/roles/gurock.testrail/files/php81/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/bin/ansible/roles/gurock.testrail/files/php81/main/Makefile b/bin/ansible/roles/gurock.testrail/files/php81/main/Makefile index 06e855b50..b5e50619b 100644 --- a/bin/ansible/roles/gurock.testrail/files/php81/main/Makefile +++ b/bin/ansible/roles/gurock.testrail/files/php81/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/mattermost/Makefile b/linux/advanced/mattermost/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/mattermost/Makefile +++ b/linux/advanced/mattermost/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/patched/14/Makefile b/linux/advanced/nextcloud/patched/14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/patched/14/Makefile +++ b/linux/advanced/nextcloud/patched/14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/patched/15/Makefile b/linux/advanced/nextcloud/patched/15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/patched/15/Makefile +++ b/linux/advanced/nextcloud/patched/15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/patched/16/Makefile b/linux/advanced/nextcloud/patched/16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/patched/16/Makefile +++ b/linux/advanced/nextcloud/patched/16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/patched/17/Makefile b/linux/advanced/nextcloud/patched/17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/patched/17/Makefile +++ b/linux/advanced/nextcloud/patched/17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/patched/18/Makefile b/linux/advanced/nextcloud/patched/18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/patched/18/Makefile +++ b/linux/advanced/nextcloud/patched/18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/patched/19/Makefile b/linux/advanced/nextcloud/patched/19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/patched/19/Makefile +++ b/linux/advanced/nextcloud/patched/19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/patched/20/Makefile b/linux/advanced/nextcloud/patched/20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/patched/20/Makefile +++ b/linux/advanced/nextcloud/patched/20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/patched/21/Makefile b/linux/advanced/nextcloud/patched/21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/patched/21/Makefile +++ b/linux/advanced/nextcloud/patched/21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/patched/22/Makefile b/linux/advanced/nextcloud/patched/22/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/patched/22/Makefile +++ b/linux/advanced/nextcloud/patched/22/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/patched/23/Makefile b/linux/advanced/nextcloud/patched/23/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/patched/23/Makefile +++ b/linux/advanced/nextcloud/patched/23/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/patched/24/Makefile b/linux/advanced/nextcloud/patched/24/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/patched/24/Makefile +++ b/linux/advanced/nextcloud/patched/24/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/patched/25/Makefile b/linux/advanced/nextcloud/patched/25/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/patched/25/Makefile +++ b/linux/advanced/nextcloud/patched/25/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/patched/26/Makefile b/linux/advanced/nextcloud/patched/26/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/patched/26/Makefile +++ b/linux/advanced/nextcloud/patched/26/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/patched/27/Makefile b/linux/advanced/nextcloud/patched/27/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/patched/27/Makefile +++ b/linux/advanced/nextcloud/patched/27/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/patched/28/Makefile b/linux/advanced/nextcloud/patched/28/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/patched/28/Makefile +++ b/linux/advanced/nextcloud/patched/28/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/patched/29/Makefile b/linux/advanced/nextcloud/patched/29/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/patched/29/Makefile +++ b/linux/advanced/nextcloud/patched/29/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/patched/30/Makefile b/linux/advanced/nextcloud/patched/30/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/patched/30/Makefile +++ b/linux/advanced/nextcloud/patched/30/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/patched/latest/Makefile b/linux/advanced/nextcloud/patched/latest/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/patched/latest/Makefile +++ b/linux/advanced/nextcloud/patched/latest/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/pure/14/Makefile b/linux/advanced/nextcloud/pure/14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/pure/14/Makefile +++ b/linux/advanced/nextcloud/pure/14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/pure/15/Makefile b/linux/advanced/nextcloud/pure/15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/pure/15/Makefile +++ b/linux/advanced/nextcloud/pure/15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/pure/16/Makefile b/linux/advanced/nextcloud/pure/16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/pure/16/Makefile +++ b/linux/advanced/nextcloud/pure/16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/pure/17/Makefile b/linux/advanced/nextcloud/pure/17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/pure/17/Makefile +++ b/linux/advanced/nextcloud/pure/17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/pure/18/Makefile b/linux/advanced/nextcloud/pure/18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/pure/18/Makefile +++ b/linux/advanced/nextcloud/pure/18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/pure/19/Makefile b/linux/advanced/nextcloud/pure/19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/pure/19/Makefile +++ b/linux/advanced/nextcloud/pure/19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/pure/20/Makefile b/linux/advanced/nextcloud/pure/20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/pure/20/Makefile +++ b/linux/advanced/nextcloud/pure/20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/pure/21/Makefile b/linux/advanced/nextcloud/pure/21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/pure/21/Makefile +++ b/linux/advanced/nextcloud/pure/21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/pure/22/Makefile b/linux/advanced/nextcloud/pure/22/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/pure/22/Makefile +++ b/linux/advanced/nextcloud/pure/22/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/pure/23/Makefile b/linux/advanced/nextcloud/pure/23/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/pure/23/Makefile +++ b/linux/advanced/nextcloud/pure/23/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/pure/24/Makefile b/linux/advanced/nextcloud/pure/24/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/pure/24/Makefile +++ b/linux/advanced/nextcloud/pure/24/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/pure/25/Makefile b/linux/advanced/nextcloud/pure/25/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/pure/25/Makefile +++ b/linux/advanced/nextcloud/pure/25/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/pure/26/Makefile b/linux/advanced/nextcloud/pure/26/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/pure/26/Makefile +++ b/linux/advanced/nextcloud/pure/26/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/pure/27/Makefile b/linux/advanced/nextcloud/pure/27/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/pure/27/Makefile +++ b/linux/advanced/nextcloud/pure/27/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/pure/28/Makefile b/linux/advanced/nextcloud/pure/28/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/pure/28/Makefile +++ b/linux/advanced/nextcloud/pure/28/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/pure/29/Makefile b/linux/advanced/nextcloud/pure/29/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/pure/29/Makefile +++ b/linux/advanced/nextcloud/pure/29/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/pure/30/Makefile b/linux/advanced/nextcloud/pure/30/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/pure/30/Makefile +++ b/linux/advanced/nextcloud/pure/30/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/nextcloud/pure/latest/Makefile b/linux/advanced/nextcloud/pure/latest/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/nextcloud/pure/latest/Makefile +++ b/linux/advanced/nextcloud/pure/latest/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/teamcity/server/2022.04.7/Makefile b/linux/advanced/teamcity/server/2022.04.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/teamcity/server/2022.04.7/Makefile +++ b/linux/advanced/teamcity/server/2022.04.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/teamcity/server/2022.10.6/Makefile b/linux/advanced/teamcity/server/2022.10.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/teamcity/server/2022.10.6/Makefile +++ b/linux/advanced/teamcity/server/2022.10.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/teamcity/server/2023.05.6/Makefile b/linux/advanced/teamcity/server/2023.05.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/teamcity/server/2023.05.6/Makefile +++ b/linux/advanced/teamcity/server/2023.05.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/teamcity/server/2024.03.3/Makefile b/linux/advanced/teamcity/server/2024.03.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/teamcity/server/2024.03.3/Makefile +++ b/linux/advanced/teamcity/server/2024.03.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/teamcity/server/2024.07.3/Makefile b/linux/advanced/teamcity/server/2024.07.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/teamcity/server/2024.07.3/Makefile +++ b/linux/advanced/teamcity/server/2024.07.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/teamcity/server/2024.12/Makefile b/linux/advanced/teamcity/server/2024.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/teamcity/server/2024.12/Makefile +++ b/linux/advanced/teamcity/server/2024.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/teamcity/server/latest/Makefile b/linux/advanced/teamcity/server/latest/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/teamcity/server/latest/Makefile +++ b/linux/advanced/teamcity/server/latest/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/vscode-server/amxx/1.10/Makefile b/linux/advanced/vscode-server/amxx/1.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/vscode-server/amxx/1.10/Makefile +++ b/linux/advanced/vscode-server/amxx/1.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/vscode-server/amxx/1.9/Makefile b/linux/advanced/vscode-server/amxx/1.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/vscode-server/amxx/1.9/Makefile +++ b/linux/advanced/vscode-server/amxx/1.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/vscode-server/android/Makefile b/linux/advanced/vscode-server/android/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/vscode-server/android/Makefile +++ b/linux/advanced/vscode-server/android/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/vscode-server/cpp/Makefile b/linux/advanced/vscode-server/cpp/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/vscode-server/cpp/Makefile +++ b/linux/advanced/vscode-server/cpp/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/vscode-server/devops/Makefile b/linux/advanced/vscode-server/devops/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/vscode-server/devops/Makefile +++ b/linux/advanced/vscode-server/devops/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/vscode-server/docker/Makefile b/linux/advanced/vscode-server/docker/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/vscode-server/docker/Makefile +++ b/linux/advanced/vscode-server/docker/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/vscode-server/dotnet-full/Makefile b/linux/advanced/vscode-server/dotnet-full/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/vscode-server/dotnet-full/Makefile +++ b/linux/advanced/vscode-server/dotnet-full/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/vscode-server/dotnet/Makefile b/linux/advanced/vscode-server/dotnet/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/vscode-server/dotnet/Makefile +++ b/linux/advanced/vscode-server/dotnet/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/vscode-server/latest/Makefile b/linux/advanced/vscode-server/latest/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/vscode-server/latest/Makefile +++ b/linux/advanced/vscode-server/latest/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/vscode-server/mono/Makefile b/linux/advanced/vscode-server/mono/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/vscode-server/mono/Makefile +++ b/linux/advanced/vscode-server/mono/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/vscode-server/nodejs/Makefile b/linux/advanced/vscode-server/nodejs/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/vscode-server/nodejs/Makefile +++ b/linux/advanced/vscode-server/nodejs/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/3.0/agent/Makefile b/linux/advanced/zabbix/3.0/agent/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/3.0/agent/Makefile +++ b/linux/advanced/zabbix/3.0/agent/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/3.0/java-gateway/Makefile b/linux/advanced/zabbix/3.0/java-gateway/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/3.0/java-gateway/Makefile +++ b/linux/advanced/zabbix/3.0/java-gateway/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/3.0/proxy-mysql/Makefile b/linux/advanced/zabbix/3.0/proxy-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/3.0/proxy-mysql/Makefile +++ b/linux/advanced/zabbix/3.0/proxy-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/3.0/proxy-sqlite3/Makefile b/linux/advanced/zabbix/3.0/proxy-sqlite3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/3.0/proxy-sqlite3/Makefile +++ b/linux/advanced/zabbix/3.0/proxy-sqlite3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/3.0/server-mysql/Makefile b/linux/advanced/zabbix/3.0/server-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/3.0/server-mysql/Makefile +++ b/linux/advanced/zabbix/3.0/server-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/3.0/server-pgsql/Makefile b/linux/advanced/zabbix/3.0/server-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/3.0/server-pgsql/Makefile +++ b/linux/advanced/zabbix/3.0/server-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/3.0/snmptraps/Makefile b/linux/advanced/zabbix/3.0/snmptraps/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/3.0/snmptraps/Makefile +++ b/linux/advanced/zabbix/3.0/snmptraps/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/3.0/web-mysql/Makefile b/linux/advanced/zabbix/3.0/web-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/3.0/web-mysql/Makefile +++ b/linux/advanced/zabbix/3.0/web-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/3.0/web-pgsql/Makefile b/linux/advanced/zabbix/3.0/web-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/3.0/web-pgsql/Makefile +++ b/linux/advanced/zabbix/3.0/web-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/4.0/agent/Makefile b/linux/advanced/zabbix/4.0/agent/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/4.0/agent/Makefile +++ b/linux/advanced/zabbix/4.0/agent/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/4.0/java-gateway/Makefile b/linux/advanced/zabbix/4.0/java-gateway/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/4.0/java-gateway/Makefile +++ b/linux/advanced/zabbix/4.0/java-gateway/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/4.0/proxy-mysql/Makefile b/linux/advanced/zabbix/4.0/proxy-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/4.0/proxy-mysql/Makefile +++ b/linux/advanced/zabbix/4.0/proxy-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/4.0/proxy-sqlite3/Makefile b/linux/advanced/zabbix/4.0/proxy-sqlite3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/4.0/proxy-sqlite3/Makefile +++ b/linux/advanced/zabbix/4.0/proxy-sqlite3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/4.0/server-mysql/Makefile b/linux/advanced/zabbix/4.0/server-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/4.0/server-mysql/Makefile +++ b/linux/advanced/zabbix/4.0/server-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/4.0/server-pgsql/Makefile b/linux/advanced/zabbix/4.0/server-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/4.0/server-pgsql/Makefile +++ b/linux/advanced/zabbix/4.0/server-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/4.0/snmptraps/Makefile b/linux/advanced/zabbix/4.0/snmptraps/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/4.0/snmptraps/Makefile +++ b/linux/advanced/zabbix/4.0/snmptraps/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/4.0/web-mysql/Makefile b/linux/advanced/zabbix/4.0/web-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/4.0/web-mysql/Makefile +++ b/linux/advanced/zabbix/4.0/web-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/4.0/web-pgsql/Makefile b/linux/advanced/zabbix/4.0/web-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/4.0/web-pgsql/Makefile +++ b/linux/advanced/zabbix/4.0/web-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.0/agent/Makefile b/linux/advanced/zabbix/5.0/agent/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.0/agent/Makefile +++ b/linux/advanced/zabbix/5.0/agent/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.0/agent2/Makefile b/linux/advanced/zabbix/5.0/agent2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.0/agent2/Makefile +++ b/linux/advanced/zabbix/5.0/agent2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.0/java-gateway/Makefile b/linux/advanced/zabbix/5.0/java-gateway/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.0/java-gateway/Makefile +++ b/linux/advanced/zabbix/5.0/java-gateway/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.0/proxy-mysql/Makefile b/linux/advanced/zabbix/5.0/proxy-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.0/proxy-mysql/Makefile +++ b/linux/advanced/zabbix/5.0/proxy-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.0/proxy-sqlite3/Makefile b/linux/advanced/zabbix/5.0/proxy-sqlite3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.0/proxy-sqlite3/Makefile +++ b/linux/advanced/zabbix/5.0/proxy-sqlite3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.0/server-mysql/Makefile b/linux/advanced/zabbix/5.0/server-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.0/server-mysql/Makefile +++ b/linux/advanced/zabbix/5.0/server-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.0/server-pgsql/Makefile b/linux/advanced/zabbix/5.0/server-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.0/server-pgsql/Makefile +++ b/linux/advanced/zabbix/5.0/server-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.0/snmptraps/Makefile b/linux/advanced/zabbix/5.0/snmptraps/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.0/snmptraps/Makefile +++ b/linux/advanced/zabbix/5.0/snmptraps/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.0/web-mysql/Makefile b/linux/advanced/zabbix/5.0/web-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.0/web-mysql/Makefile +++ b/linux/advanced/zabbix/5.0/web-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.0/web-pgsql/Makefile b/linux/advanced/zabbix/5.0/web-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.0/web-pgsql/Makefile +++ b/linux/advanced/zabbix/5.0/web-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.2/agent/Makefile b/linux/advanced/zabbix/5.2/agent/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.2/agent/Makefile +++ b/linux/advanced/zabbix/5.2/agent/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.2/agent2/Makefile b/linux/advanced/zabbix/5.2/agent2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.2/agent2/Makefile +++ b/linux/advanced/zabbix/5.2/agent2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.2/java-gateway/Makefile b/linux/advanced/zabbix/5.2/java-gateway/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.2/java-gateway/Makefile +++ b/linux/advanced/zabbix/5.2/java-gateway/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.2/proxy-mysql/Makefile b/linux/advanced/zabbix/5.2/proxy-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.2/proxy-mysql/Makefile +++ b/linux/advanced/zabbix/5.2/proxy-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.2/proxy-sqlite3/Makefile b/linux/advanced/zabbix/5.2/proxy-sqlite3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.2/proxy-sqlite3/Makefile +++ b/linux/advanced/zabbix/5.2/proxy-sqlite3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.2/server-mysql/Makefile b/linux/advanced/zabbix/5.2/server-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.2/server-mysql/Makefile +++ b/linux/advanced/zabbix/5.2/server-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.2/server-pgsql/Makefile b/linux/advanced/zabbix/5.2/server-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.2/server-pgsql/Makefile +++ b/linux/advanced/zabbix/5.2/server-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.2/snmptraps/Makefile b/linux/advanced/zabbix/5.2/snmptraps/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.2/snmptraps/Makefile +++ b/linux/advanced/zabbix/5.2/snmptraps/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.2/web-mysql/Makefile b/linux/advanced/zabbix/5.2/web-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.2/web-mysql/Makefile +++ b/linux/advanced/zabbix/5.2/web-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.2/web-pgsql/Makefile b/linux/advanced/zabbix/5.2/web-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.2/web-pgsql/Makefile +++ b/linux/advanced/zabbix/5.2/web-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.4/agent/Makefile b/linux/advanced/zabbix/5.4/agent/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.4/agent/Makefile +++ b/linux/advanced/zabbix/5.4/agent/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.4/agent2/Makefile b/linux/advanced/zabbix/5.4/agent2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.4/agent2/Makefile +++ b/linux/advanced/zabbix/5.4/agent2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.4/java-gateway/Makefile b/linux/advanced/zabbix/5.4/java-gateway/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.4/java-gateway/Makefile +++ b/linux/advanced/zabbix/5.4/java-gateway/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.4/proxy-mysql/Makefile b/linux/advanced/zabbix/5.4/proxy-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.4/proxy-mysql/Makefile +++ b/linux/advanced/zabbix/5.4/proxy-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.4/proxy-sqlite3/Makefile b/linux/advanced/zabbix/5.4/proxy-sqlite3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.4/proxy-sqlite3/Makefile +++ b/linux/advanced/zabbix/5.4/proxy-sqlite3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.4/server-mysql/Makefile b/linux/advanced/zabbix/5.4/server-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.4/server-mysql/Makefile +++ b/linux/advanced/zabbix/5.4/server-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.4/server-pgsql/Makefile b/linux/advanced/zabbix/5.4/server-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.4/server-pgsql/Makefile +++ b/linux/advanced/zabbix/5.4/server-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.4/snmptraps/Makefile b/linux/advanced/zabbix/5.4/snmptraps/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.4/snmptraps/Makefile +++ b/linux/advanced/zabbix/5.4/snmptraps/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.4/web-mysql/Makefile b/linux/advanced/zabbix/5.4/web-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.4/web-mysql/Makefile +++ b/linux/advanced/zabbix/5.4/web-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/5.4/web-pgsql/Makefile b/linux/advanced/zabbix/5.4/web-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/5.4/web-pgsql/Makefile +++ b/linux/advanced/zabbix/5.4/web-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.0/agent/Makefile b/linux/advanced/zabbix/6.0/agent/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.0/agent/Makefile +++ b/linux/advanced/zabbix/6.0/agent/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.0/agent2/Makefile b/linux/advanced/zabbix/6.0/agent2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.0/agent2/Makefile +++ b/linux/advanced/zabbix/6.0/agent2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.0/java-gateway/Makefile b/linux/advanced/zabbix/6.0/java-gateway/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.0/java-gateway/Makefile +++ b/linux/advanced/zabbix/6.0/java-gateway/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.0/proxy-mysql/Makefile b/linux/advanced/zabbix/6.0/proxy-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.0/proxy-mysql/Makefile +++ b/linux/advanced/zabbix/6.0/proxy-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.0/proxy-sqlite3/Makefile b/linux/advanced/zabbix/6.0/proxy-sqlite3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.0/proxy-sqlite3/Makefile +++ b/linux/advanced/zabbix/6.0/proxy-sqlite3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.0/server-mysql/Makefile b/linux/advanced/zabbix/6.0/server-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.0/server-mysql/Makefile +++ b/linux/advanced/zabbix/6.0/server-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.0/server-pgsql/Makefile b/linux/advanced/zabbix/6.0/server-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.0/server-pgsql/Makefile +++ b/linux/advanced/zabbix/6.0/server-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.0/snmptraps/Makefile b/linux/advanced/zabbix/6.0/snmptraps/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.0/snmptraps/Makefile +++ b/linux/advanced/zabbix/6.0/snmptraps/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.0/web-mysql/Makefile b/linux/advanced/zabbix/6.0/web-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.0/web-mysql/Makefile +++ b/linux/advanced/zabbix/6.0/web-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.0/web-pgsql/Makefile b/linux/advanced/zabbix/6.0/web-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.0/web-pgsql/Makefile +++ b/linux/advanced/zabbix/6.0/web-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.2/agent/Makefile b/linux/advanced/zabbix/6.2/agent/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.2/agent/Makefile +++ b/linux/advanced/zabbix/6.2/agent/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.2/agent2/Makefile b/linux/advanced/zabbix/6.2/agent2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.2/agent2/Makefile +++ b/linux/advanced/zabbix/6.2/agent2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.2/java-gateway/Makefile b/linux/advanced/zabbix/6.2/java-gateway/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.2/java-gateway/Makefile +++ b/linux/advanced/zabbix/6.2/java-gateway/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.2/proxy-mysql/Makefile b/linux/advanced/zabbix/6.2/proxy-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.2/proxy-mysql/Makefile +++ b/linux/advanced/zabbix/6.2/proxy-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.2/proxy-sqlite3/Makefile b/linux/advanced/zabbix/6.2/proxy-sqlite3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.2/proxy-sqlite3/Makefile +++ b/linux/advanced/zabbix/6.2/proxy-sqlite3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.2/server-mysql/Makefile b/linux/advanced/zabbix/6.2/server-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.2/server-mysql/Makefile +++ b/linux/advanced/zabbix/6.2/server-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.2/server-pgsql/Makefile b/linux/advanced/zabbix/6.2/server-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.2/server-pgsql/Makefile +++ b/linux/advanced/zabbix/6.2/server-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.2/snmptraps/Makefile b/linux/advanced/zabbix/6.2/snmptraps/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.2/snmptraps/Makefile +++ b/linux/advanced/zabbix/6.2/snmptraps/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.2/web-mysql/Makefile b/linux/advanced/zabbix/6.2/web-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.2/web-mysql/Makefile +++ b/linux/advanced/zabbix/6.2/web-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.2/web-pgsql/Makefile b/linux/advanced/zabbix/6.2/web-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.2/web-pgsql/Makefile +++ b/linux/advanced/zabbix/6.2/web-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.4/agent/Makefile b/linux/advanced/zabbix/6.4/agent/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.4/agent/Makefile +++ b/linux/advanced/zabbix/6.4/agent/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.4/agent2/Makefile b/linux/advanced/zabbix/6.4/agent2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.4/agent2/Makefile +++ b/linux/advanced/zabbix/6.4/agent2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.4/java-gateway/Makefile b/linux/advanced/zabbix/6.4/java-gateway/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.4/java-gateway/Makefile +++ b/linux/advanced/zabbix/6.4/java-gateway/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.4/proxy-mysql/Makefile b/linux/advanced/zabbix/6.4/proxy-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.4/proxy-mysql/Makefile +++ b/linux/advanced/zabbix/6.4/proxy-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.4/proxy-sqlite3/Makefile b/linux/advanced/zabbix/6.4/proxy-sqlite3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.4/proxy-sqlite3/Makefile +++ b/linux/advanced/zabbix/6.4/proxy-sqlite3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.4/server-mysql/Makefile b/linux/advanced/zabbix/6.4/server-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.4/server-mysql/Makefile +++ b/linux/advanced/zabbix/6.4/server-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.4/server-pgsql/Makefile b/linux/advanced/zabbix/6.4/server-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.4/server-pgsql/Makefile +++ b/linux/advanced/zabbix/6.4/server-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.4/snmptraps/Makefile b/linux/advanced/zabbix/6.4/snmptraps/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.4/snmptraps/Makefile +++ b/linux/advanced/zabbix/6.4/snmptraps/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.4/web-mysql/Makefile b/linux/advanced/zabbix/6.4/web-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.4/web-mysql/Makefile +++ b/linux/advanced/zabbix/6.4/web-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/6.4/web-pgsql/Makefile b/linux/advanced/zabbix/6.4/web-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/6.4/web-pgsql/Makefile +++ b/linux/advanced/zabbix/6.4/web-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/7.0/agent/Makefile b/linux/advanced/zabbix/7.0/agent/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/7.0/agent/Makefile +++ b/linux/advanced/zabbix/7.0/agent/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/7.0/agent2/Makefile b/linux/advanced/zabbix/7.0/agent2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/7.0/agent2/Makefile +++ b/linux/advanced/zabbix/7.0/agent2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/7.0/java-gateway/Makefile b/linux/advanced/zabbix/7.0/java-gateway/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/7.0/java-gateway/Makefile +++ b/linux/advanced/zabbix/7.0/java-gateway/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/7.0/proxy-mysql/Makefile b/linux/advanced/zabbix/7.0/proxy-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/7.0/proxy-mysql/Makefile +++ b/linux/advanced/zabbix/7.0/proxy-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/7.0/proxy-sqlite3/Makefile b/linux/advanced/zabbix/7.0/proxy-sqlite3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/7.0/proxy-sqlite3/Makefile +++ b/linux/advanced/zabbix/7.0/proxy-sqlite3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/7.0/server-mysql/Makefile b/linux/advanced/zabbix/7.0/server-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/7.0/server-mysql/Makefile +++ b/linux/advanced/zabbix/7.0/server-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/7.0/server-pgsql/Makefile b/linux/advanced/zabbix/7.0/server-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/7.0/server-pgsql/Makefile +++ b/linux/advanced/zabbix/7.0/server-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/7.0/snmptraps/Makefile b/linux/advanced/zabbix/7.0/snmptraps/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/7.0/snmptraps/Makefile +++ b/linux/advanced/zabbix/7.0/snmptraps/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/7.0/web-mysql/Makefile b/linux/advanced/zabbix/7.0/web-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/7.0/web-mysql/Makefile +++ b/linux/advanced/zabbix/7.0/web-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/7.0/web-pgsql/Makefile b/linux/advanced/zabbix/7.0/web-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/7.0/web-pgsql/Makefile +++ b/linux/advanced/zabbix/7.0/web-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/7.2/agent/Makefile b/linux/advanced/zabbix/7.2/agent/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/7.2/agent/Makefile +++ b/linux/advanced/zabbix/7.2/agent/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/7.2/agent2/Makefile b/linux/advanced/zabbix/7.2/agent2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/7.2/agent2/Makefile +++ b/linux/advanced/zabbix/7.2/agent2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/7.2/java-gateway/Makefile b/linux/advanced/zabbix/7.2/java-gateway/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/7.2/java-gateway/Makefile +++ b/linux/advanced/zabbix/7.2/java-gateway/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/7.2/proxy-mysql/Makefile b/linux/advanced/zabbix/7.2/proxy-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/7.2/proxy-mysql/Makefile +++ b/linux/advanced/zabbix/7.2/proxy-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/7.2/proxy-sqlite3/Makefile b/linux/advanced/zabbix/7.2/proxy-sqlite3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/7.2/proxy-sqlite3/Makefile +++ b/linux/advanced/zabbix/7.2/proxy-sqlite3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/7.2/server-mysql/Makefile b/linux/advanced/zabbix/7.2/server-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/7.2/server-mysql/Makefile +++ b/linux/advanced/zabbix/7.2/server-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/7.2/server-pgsql/Makefile b/linux/advanced/zabbix/7.2/server-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/7.2/server-pgsql/Makefile +++ b/linux/advanced/zabbix/7.2/server-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/7.2/snmptraps/Makefile b/linux/advanced/zabbix/7.2/snmptraps/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/7.2/snmptraps/Makefile +++ b/linux/advanced/zabbix/7.2/snmptraps/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/7.2/web-mysql/Makefile b/linux/advanced/zabbix/7.2/web-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/7.2/web-mysql/Makefile +++ b/linux/advanced/zabbix/7.2/web-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/7.2/web-pgsql/Makefile b/linux/advanced/zabbix/7.2/web-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/7.2/web-pgsql/Makefile +++ b/linux/advanced/zabbix/7.2/web-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/latest/agent/Makefile b/linux/advanced/zabbix/latest/agent/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/latest/agent/Makefile +++ b/linux/advanced/zabbix/latest/agent/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/latest/agent2/Makefile b/linux/advanced/zabbix/latest/agent2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/latest/agent2/Makefile +++ b/linux/advanced/zabbix/latest/agent2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/latest/java-gateway/Makefile b/linux/advanced/zabbix/latest/java-gateway/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/latest/java-gateway/Makefile +++ b/linux/advanced/zabbix/latest/java-gateway/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/latest/proxy-mysql/Makefile b/linux/advanced/zabbix/latest/proxy-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/latest/proxy-mysql/Makefile +++ b/linux/advanced/zabbix/latest/proxy-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/latest/proxy-sqlite3/Makefile b/linux/advanced/zabbix/latest/proxy-sqlite3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/latest/proxy-sqlite3/Makefile +++ b/linux/advanced/zabbix/latest/proxy-sqlite3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/latest/server-mysql/Makefile b/linux/advanced/zabbix/latest/server-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/latest/server-mysql/Makefile +++ b/linux/advanced/zabbix/latest/server-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/latest/server-pgsql/Makefile b/linux/advanced/zabbix/latest/server-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/latest/server-pgsql/Makefile +++ b/linux/advanced/zabbix/latest/server-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/latest/snmptraps/Makefile b/linux/advanced/zabbix/latest/snmptraps/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/latest/snmptraps/Makefile +++ b/linux/advanced/zabbix/latest/snmptraps/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/latest/web-mysql/Makefile b/linux/advanced/zabbix/latest/web-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/latest/web-mysql/Makefile +++ b/linux/advanced/zabbix/latest/web-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/latest/web-pgsql/Makefile b/linux/advanced/zabbix/latest/web-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/latest/web-pgsql/Makefile +++ b/linux/advanced/zabbix/latest/web-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/trunk/agent/Makefile b/linux/advanced/zabbix/trunk/agent/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/trunk/agent/Makefile +++ b/linux/advanced/zabbix/trunk/agent/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/trunk/agent2/Makefile b/linux/advanced/zabbix/trunk/agent2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/trunk/agent2/Makefile +++ b/linux/advanced/zabbix/trunk/agent2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/trunk/java-gateway/Makefile b/linux/advanced/zabbix/trunk/java-gateway/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/trunk/java-gateway/Makefile +++ b/linux/advanced/zabbix/trunk/java-gateway/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/trunk/proxy-mysql/Makefile b/linux/advanced/zabbix/trunk/proxy-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/trunk/proxy-mysql/Makefile +++ b/linux/advanced/zabbix/trunk/proxy-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/trunk/proxy-sqlite3/Makefile b/linux/advanced/zabbix/trunk/proxy-sqlite3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/trunk/proxy-sqlite3/Makefile +++ b/linux/advanced/zabbix/trunk/proxy-sqlite3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/trunk/server-mysql/Makefile b/linux/advanced/zabbix/trunk/server-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/trunk/server-mysql/Makefile +++ b/linux/advanced/zabbix/trunk/server-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/trunk/server-pgsql/Makefile b/linux/advanced/zabbix/trunk/server-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/trunk/server-pgsql/Makefile +++ b/linux/advanced/zabbix/trunk/server-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/trunk/snmptraps/Makefile b/linux/advanced/zabbix/trunk/snmptraps/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/trunk/snmptraps/Makefile +++ b/linux/advanced/zabbix/trunk/snmptraps/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/trunk/web-mysql/Makefile b/linux/advanced/zabbix/trunk/web-mysql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/trunk/web-mysql/Makefile +++ b/linux/advanced/zabbix/trunk/web-mysql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/advanced/zabbix/trunk/web-pgsql/Makefile b/linux/advanced/zabbix/trunk/web-pgsql/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/advanced/zabbix/trunk/web-pgsql/Makefile +++ b/linux/advanced/zabbix/trunk/web-pgsql/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/epicmorg/devel/jdk11/Makefile b/linux/discontinued/epicmorg/devel/jdk11/Makefile index f017cce4c..9be645a04 100644 --- a/linux/discontinued/epicmorg/devel/jdk11/Makefile +++ b/linux/discontinued/epicmorg/devel/jdk11/Makefile @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/epicmorg/devel/jdk16/Makefile b/linux/discontinued/epicmorg/devel/jdk16/Makefile index f017cce4c..9be645a04 100644 --- a/linux/discontinued/epicmorg/devel/jdk16/Makefile +++ b/linux/discontinued/epicmorg/devel/jdk16/Makefile @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/epicmorg/devel/jdk6/Makefile b/linux/discontinued/epicmorg/devel/jdk6/Makefile index f017cce4c..9be645a04 100644 --- a/linux/discontinued/epicmorg/devel/jdk6/Makefile +++ b/linux/discontinued/epicmorg/devel/jdk6/Makefile @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/epicmorg/devel/jdk7/Makefile b/linux/discontinued/epicmorg/devel/jdk7/Makefile index f017cce4c..9be645a04 100644 --- a/linux/discontinued/epicmorg/devel/jdk7/Makefile +++ b/linux/discontinued/epicmorg/devel/jdk7/Makefile @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/epicmorg/devel/jdk8/Makefile b/linux/discontinued/epicmorg/devel/jdk8/Makefile index f017cce4c..9be645a04 100644 --- a/linux/discontinued/epicmorg/devel/jdk8/Makefile +++ b/linux/discontinued/epicmorg/devel/jdk8/Makefile @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/epicmorg/devel/main/Makefile b/linux/discontinued/epicmorg/devel/main/Makefile index f017cce4c..9be645a04 100644 --- a/linux/discontinued/epicmorg/devel/main/Makefile +++ b/linux/discontinued/epicmorg/devel/main/Makefile @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/epicmorg/edge/jdk11/Makefile b/linux/discontinued/epicmorg/edge/jdk11/Makefile index f017cce4c..9be645a04 100644 --- a/linux/discontinued/epicmorg/edge/jdk11/Makefile +++ b/linux/discontinued/epicmorg/edge/jdk11/Makefile @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/epicmorg/edge/jdk16/Makefile b/linux/discontinued/epicmorg/edge/jdk16/Makefile index f017cce4c..9be645a04 100644 --- a/linux/discontinued/epicmorg/edge/jdk16/Makefile +++ b/linux/discontinued/epicmorg/edge/jdk16/Makefile @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/epicmorg/edge/jdk6/Makefile b/linux/discontinued/epicmorg/edge/jdk6/Makefile index f017cce4c..9be645a04 100644 --- a/linux/discontinued/epicmorg/edge/jdk6/Makefile +++ b/linux/discontinued/epicmorg/edge/jdk6/Makefile @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/epicmorg/edge/jdk7/Makefile b/linux/discontinued/epicmorg/edge/jdk7/Makefile index f017cce4c..9be645a04 100644 --- a/linux/discontinued/epicmorg/edge/jdk7/Makefile +++ b/linux/discontinued/epicmorg/edge/jdk7/Makefile @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/epicmorg/edge/jdk8/Makefile b/linux/discontinued/epicmorg/edge/jdk8/Makefile index f017cce4c..9be645a04 100644 --- a/linux/discontinued/epicmorg/edge/jdk8/Makefile +++ b/linux/discontinued/epicmorg/edge/jdk8/Makefile @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/epicmorg/edge/main/Makefile b/linux/discontinued/epicmorg/edge/main/Makefile index f017cce4c..9be645a04 100644 --- a/linux/discontinued/epicmorg/edge/main/Makefile +++ b/linux/discontinued/epicmorg/edge/main/Makefile @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/epicmorg/prod/jdk11/Makefile b/linux/discontinued/epicmorg/prod/jdk11/Makefile index f017cce4c..9be645a04 100644 --- a/linux/discontinued/epicmorg/prod/jdk11/Makefile +++ b/linux/discontinued/epicmorg/prod/jdk11/Makefile @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/epicmorg/prod/jdk16/Makefile b/linux/discontinued/epicmorg/prod/jdk16/Makefile index f017cce4c..9be645a04 100644 --- a/linux/discontinued/epicmorg/prod/jdk16/Makefile +++ b/linux/discontinued/epicmorg/prod/jdk16/Makefile @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/epicmorg/prod/jdk6/Makefile b/linux/discontinued/epicmorg/prod/jdk6/Makefile index f017cce4c..9be645a04 100644 --- a/linux/discontinued/epicmorg/prod/jdk6/Makefile +++ b/linux/discontinued/epicmorg/prod/jdk6/Makefile @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/epicmorg/prod/jdk7/Makefile b/linux/discontinued/epicmorg/prod/jdk7/Makefile index f017cce4c..9be645a04 100644 --- a/linux/discontinued/epicmorg/prod/jdk7/Makefile +++ b/linux/discontinued/epicmorg/prod/jdk7/Makefile @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/epicmorg/prod/jdk8/Makefile b/linux/discontinued/epicmorg/prod/jdk8/Makefile index f017cce4c..9be645a04 100644 --- a/linux/discontinued/epicmorg/prod/jdk8/Makefile +++ b/linux/discontinued/epicmorg/prod/jdk8/Makefile @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/epicmorg/prod/main/Makefile b/linux/discontinued/epicmorg/prod/main/Makefile index f017cce4c..9be645a04 100644 --- a/linux/discontinued/epicmorg/prod/main/Makefile +++ b/linux/discontinued/epicmorg/prod/main/Makefile @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/freegpt-webui/1.0/Makefile b/linux/discontinued/freegpt-webui/1.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/freegpt-webui/1.0/Makefile +++ b/linux/discontinued/freegpt-webui/1.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/freegpt-webui/1.1/Makefile b/linux/discontinued/freegpt-webui/1.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/freegpt-webui/1.1/Makefile +++ b/linux/discontinued/freegpt-webui/1.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/freegpt-webui/1.2/Makefile b/linux/discontinued/freegpt-webui/1.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/freegpt-webui/1.2/Makefile +++ b/linux/discontinued/freegpt-webui/1.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/freegpt-webui/1.3.1/Makefile b/linux/discontinued/freegpt-webui/1.3.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/freegpt-webui/1.3.1/Makefile +++ b/linux/discontinued/freegpt-webui/1.3.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/freegpt-webui/1.3.2/Makefile b/linux/discontinued/freegpt-webui/1.3.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/freegpt-webui/1.3.2/Makefile +++ b/linux/discontinued/freegpt-webui/1.3.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/freegpt-webui/1.3/Makefile b/linux/discontinued/freegpt-webui/1.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/freegpt-webui/1.3/Makefile +++ b/linux/discontinued/freegpt-webui/1.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/freegpt-webui/1.4/Makefile b/linux/discontinued/freegpt-webui/1.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/freegpt-webui/1.4/Makefile +++ b/linux/discontinued/freegpt-webui/1.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/freegpt-webui/latest/Makefile b/linux/discontinued/freegpt-webui/latest/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/freegpt-webui/latest/Makefile +++ b/linux/discontinued/freegpt-webui/latest/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/python/develop/2.7/Makefile b/linux/discontinued/python/develop/2.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/python/develop/2.7/Makefile +++ b/linux/discontinued/python/develop/2.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/python/develop/3.10/Makefile b/linux/discontinued/python/develop/3.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/python/develop/3.10/Makefile +++ b/linux/discontinued/python/develop/3.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/python/develop/3.11/Makefile b/linux/discontinued/python/develop/3.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/python/develop/3.11/Makefile +++ b/linux/discontinued/python/develop/3.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/python/develop/3.12/Makefile b/linux/discontinued/python/develop/3.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/python/develop/3.12/Makefile +++ b/linux/discontinued/python/develop/3.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/python/develop/3.13/Makefile b/linux/discontinued/python/develop/3.13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/python/develop/3.13/Makefile +++ b/linux/discontinued/python/develop/3.13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/python/develop/3.6/Makefile b/linux/discontinued/python/develop/3.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/python/develop/3.6/Makefile +++ b/linux/discontinued/python/develop/3.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/python/develop/3.7/Makefile b/linux/discontinued/python/develop/3.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/python/develop/3.7/Makefile +++ b/linux/discontinued/python/develop/3.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/python/develop/3.8/Makefile b/linux/discontinued/python/develop/3.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/python/develop/3.8/Makefile +++ b/linux/discontinued/python/develop/3.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/python/develop/3.9/Makefile b/linux/discontinued/python/develop/3.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/python/develop/3.9/Makefile +++ b/linux/discontinued/python/develop/3.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/python/main/2.7/Makefile b/linux/discontinued/python/main/2.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/python/main/2.7/Makefile +++ b/linux/discontinued/python/main/2.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/python/main/3.10/Makefile b/linux/discontinued/python/main/3.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/python/main/3.10/Makefile +++ b/linux/discontinued/python/main/3.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/python/main/3.11/Makefile b/linux/discontinued/python/main/3.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/python/main/3.11/Makefile +++ b/linux/discontinued/python/main/3.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/python/main/3.12/Makefile b/linux/discontinued/python/main/3.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/python/main/3.12/Makefile +++ b/linux/discontinued/python/main/3.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/python/main/3.13/Makefile b/linux/discontinued/python/main/3.13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/python/main/3.13/Makefile +++ b/linux/discontinued/python/main/3.13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/python/main/3.6/Makefile b/linux/discontinued/python/main/3.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/python/main/3.6/Makefile +++ b/linux/discontinued/python/main/3.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/python/main/3.7/Makefile b/linux/discontinued/python/main/3.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/python/main/3.7/Makefile +++ b/linux/discontinued/python/main/3.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/python/main/3.8/Makefile b/linux/discontinued/python/main/3.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/python/main/3.8/Makefile +++ b/linux/discontinued/python/main/3.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/discontinued/python/main/3.9/Makefile b/linux/discontinued/python/main/3.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/discontinued/python/main/3.9/Makefile +++ b/linux/discontinued/python/main/3.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/apache2/php5.5/Makefile b/linux/ecosystem/apache2/php5.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/apache2/php5.5/Makefile +++ b/linux/ecosystem/apache2/php5.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/apache2/php5.6/Makefile b/linux/ecosystem/apache2/php5.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/apache2/php5.6/Makefile +++ b/linux/ecosystem/apache2/php5.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/apache2/php7.0/Makefile b/linux/ecosystem/apache2/php7.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/apache2/php7.0/Makefile +++ b/linux/ecosystem/apache2/php7.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/apache2/php7.1/Makefile b/linux/ecosystem/apache2/php7.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/apache2/php7.1/Makefile +++ b/linux/ecosystem/apache2/php7.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/apache2/php7.2/Makefile b/linux/ecosystem/apache2/php7.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/apache2/php7.2/Makefile +++ b/linux/ecosystem/apache2/php7.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/apache2/php7.3/Makefile b/linux/ecosystem/apache2/php7.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/apache2/php7.3/Makefile +++ b/linux/ecosystem/apache2/php7.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/apache2/php7.4/Makefile b/linux/ecosystem/apache2/php7.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/apache2/php7.4/Makefile +++ b/linux/ecosystem/apache2/php7.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/apache2/php8.0/Makefile b/linux/ecosystem/apache2/php8.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/apache2/php8.0/Makefile +++ b/linux/ecosystem/apache2/php8.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/apache2/php8.1/Makefile b/linux/ecosystem/apache2/php8.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/apache2/php8.1/Makefile +++ b/linux/ecosystem/apache2/php8.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/apache2/php8.2/Makefile b/linux/ecosystem/apache2/php8.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/apache2/php8.2/Makefile +++ b/linux/ecosystem/apache2/php8.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/apache2/php8.3/Makefile b/linux/ecosystem/apache2/php8.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/apache2/php8.3/Makefile +++ b/linux/ecosystem/apache2/php8.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/apache2/php8.4/Makefile b/linux/ecosystem/apache2/php8.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/apache2/php8.4/Makefile +++ b/linux/ecosystem/apache2/php8.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Makefile b/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Makefile b/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Makefile b/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Makefile b/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Makefile b/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Makefile b/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Makefile b/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Makefile b/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Makefile b/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Makefile b/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Makefile b/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Makefile b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Makefile b/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/bitbucket/latest/Makefile b/linux/ecosystem/atlassian/bitbucket/latest/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/bitbucket/latest/Makefile +++ b/linux/ecosystem/atlassian/bitbucket/latest/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.0/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.1/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.16/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.16/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.17/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.17/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.18/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.18/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.2/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.3/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.4/Makefile b/linux/ecosystem/atlassian/confluence/7/7.19.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.4/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.0/Makefile b/linux/ecosystem/atlassian/confluence/7/7.20.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.20.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.1/Makefile b/linux/ecosystem/atlassian/confluence/7/7.20.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.20.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.2/Makefile b/linux/ecosystem/atlassian/confluence/7/7.20.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.20.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.3/Makefile b/linux/ecosystem/atlassian/confluence/7/7.20.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/7/7.20.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.0/Makefile b/linux/ecosystem/atlassian/confluence/8/8.0.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.1/Makefile b/linux/ecosystem/atlassian/confluence/8/8.0.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.2/Makefile b/linux/ecosystem/atlassian/confluence/8/8.0.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.0/Makefile b/linux/ecosystem/atlassian/confluence/8/8.4.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.3/Makefile b/linux/ecosystem/atlassian/confluence/8/8.5.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.3/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/8/8.6.1/Makefile b/linux/ecosystem/atlassian/confluence/8/8.6.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.6.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/8/8.7.2/Makefile b/linux/ecosystem/atlassian/confluence/8/8.7.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.7.2/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.7.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/8/8.8.1/Makefile b/linux/ecosystem/atlassian/confluence/8/8.8.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.8.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.8.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.5/Makefile b/linux/ecosystem/atlassian/confluence/8/8.9.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.5/Makefile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.0/Makefile b/linux/ecosystem/atlassian/confluence/9/9.0.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/9/9.0.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.1/Makefile b/linux/ecosystem/atlassian/confluence/9/9.0.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.1/Makefile +++ b/linux/ecosystem/atlassian/confluence/9/9.0.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/9/9.2.0/Makefile b/linux/ecosystem/atlassian/confluence/9/9.2.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.0/Makefile +++ b/linux/ecosystem/atlassian/confluence/9/9.2.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/latest/Makefile b/linux/ecosystem/atlassian/confluence/latest/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/latest/Makefile +++ b/linux/ecosystem/atlassian/confluence/latest/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/templates/5/Makefile b/linux/ecosystem/atlassian/confluence/templates/5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/templates/5/Makefile +++ b/linux/ecosystem/atlassian/confluence/templates/5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/confluence/templates/6/Makefile b/linux/ecosystem/atlassian/confluence/templates/6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/confluence/templates/6/Makefile +++ b/linux/ecosystem/atlassian/confluence/templates/6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.1/Makefile b/linux/ecosystem/atlassian/crowd/5/5.1.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.1/Makefile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/crowd/latest/Makefile b/linux/ecosystem/atlassian/crowd/latest/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/crowd/latest/Makefile +++ b/linux/ecosystem/atlassian/crowd/latest/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/crucible/templates/1/Makefile b/linux/ecosystem/atlassian/crucible/templates/1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/crucible/templates/1/Makefile +++ b/linux/ecosystem/atlassian/crucible/templates/1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/fisheye-crucible/latest/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/latest/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/latest/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/latest/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/fisheye-crucible/templates/2/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/templates/2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/templates/2/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/templates/2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/fisheye-crucible/templates/3/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/templates/3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/templates/3/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/templates/3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/fisheye-crucible/templates/4/Makefile b/linux/ecosystem/atlassian/fisheye-crucible/templates/4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/templates/4/Makefile +++ b/linux/ecosystem/atlassian/fisheye-crucible/templates/4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/fisheye/templates/1/Makefile b/linux/ecosystem/atlassian/fisheye/templates/1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/fisheye/templates/1/Makefile +++ b/linux/ecosystem/atlassian/fisheye/templates/1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/10/10.0.0/Makefile b/linux/ecosystem/atlassian/jira/10/10.0.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/10/10.0.0/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.0.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/10/10.0.1/Makefile b/linux/ecosystem/atlassian/jira/10/10.0.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/10/10.0.1/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.0.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/10/10.1.1/Makefile b/linux/ecosystem/atlassian/jira/10/10.1.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/10/10.1.1/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.1.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/10/10.1.2/Makefile b/linux/ecosystem/atlassian/jira/10/10.1.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/10/10.1.2/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.1.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/10/10.2.0/Makefile b/linux/ecosystem/atlassian/jira/10/10.2.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/10/10.2.0/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.2.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/10/10.2.1/Makefile b/linux/ecosystem/atlassian/jira/10/10.2.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/10/10.2.1/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.2.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/10/10.3.0/Makefile b/linux/ecosystem/atlassian/jira/10/10.3.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.0/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.3.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/10/10.3.1/Makefile b/linux/ecosystem/atlassian/jira/10/10.3.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.1/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.3.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/10/10.3.2/Makefile b/linux/ecosystem/atlassian/jira/10/10.3.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.2/Makefile +++ b/linux/ecosystem/atlassian/jira/10/10.3.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/4/4.1.1/Makefile b/linux/ecosystem/atlassian/jira/4/4.1.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/4/4.1.1/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.1.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/4/4.1.2/Makefile b/linux/ecosystem/atlassian/jira/4/4.1.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/4/4.1.2/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.1.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/4/4.2.1/Makefile b/linux/ecosystem/atlassian/jira/4/4.2.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.1/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.2.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/4/4.2.2/Makefile b/linux/ecosystem/atlassian/jira/4/4.2.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.2/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.2.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/4/4.2.3/Makefile b/linux/ecosystem/atlassian/jira/4/4.2.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.3/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.2.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/4/4.2.4/Makefile b/linux/ecosystem/atlassian/jira/4/4.2.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.4/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.2.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/4/4.2/Makefile b/linux/ecosystem/atlassian/jira/4/4.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/4/4.3.1/Makefile b/linux/ecosystem/atlassian/jira/4/4.3.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.1/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.3.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/4/4.3.2/Makefile b/linux/ecosystem/atlassian/jira/4/4.3.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.2/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.3.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/4/4.3.3/Makefile b/linux/ecosystem/atlassian/jira/4/4.3.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.3/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.3.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/4/4.3.4/Makefile b/linux/ecosystem/atlassian/jira/4/4.3.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.4/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.3.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/4/4.3/Makefile b/linux/ecosystem/atlassian/jira/4/4.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/4/4.4.1/Makefile b/linux/ecosystem/atlassian/jira/4/4.4.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.1/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.4.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/4/4.4.3/Makefile b/linux/ecosystem/atlassian/jira/4/4.4.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.3/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.4.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/4/4.4.4/Makefile b/linux/ecosystem/atlassian/jira/4/4.4.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.4/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.4.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/4/4.4.5/Makefile b/linux/ecosystem/atlassian/jira/4/4.4.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.5/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.4.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/4/4.4/Makefile b/linux/ecosystem/atlassian/jira/4/4.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4/Makefile +++ b/linux/ecosystem/atlassian/jira/4/4.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.0.1/Makefile b/linux/ecosystem/atlassian/jira/5/5.0.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.1/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.0.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.0.2/Makefile b/linux/ecosystem/atlassian/jira/5/5.0.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.2/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.0.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.0.3/Makefile b/linux/ecosystem/atlassian/jira/5/5.0.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.3/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.0.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.0.4/Makefile b/linux/ecosystem/atlassian/jira/5/5.0.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.4/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.0.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.0.5/Makefile b/linux/ecosystem/atlassian/jira/5/5.0.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.5/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.0.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.0.6/Makefile b/linux/ecosystem/atlassian/jira/5/5.0.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.6/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.0.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.0.7/Makefile b/linux/ecosystem/atlassian/jira/5/5.0.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.7/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.0.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.0/Makefile b/linux/ecosystem/atlassian/jira/5/5.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.1.1/Makefile b/linux/ecosystem/atlassian/jira/5/5.1.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.1/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.1.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.1.2/Makefile b/linux/ecosystem/atlassian/jira/5/5.1.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.2/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.1.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.1.3/Makefile b/linux/ecosystem/atlassian/jira/5/5.1.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.3/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.1.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.1.4/Makefile b/linux/ecosystem/atlassian/jira/5/5.1.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.4/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.1.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.1.5/Makefile b/linux/ecosystem/atlassian/jira/5/5.1.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.5/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.1.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.1.6/Makefile b/linux/ecosystem/atlassian/jira/5/5.1.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.6/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.1.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.1.7/Makefile b/linux/ecosystem/atlassian/jira/5/5.1.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.7/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.1.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.1.8/Makefile b/linux/ecosystem/atlassian/jira/5/5.1.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.8/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.1.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.1/Makefile b/linux/ecosystem/atlassian/jira/5/5.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.2.1/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.1/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.2.10/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.10/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.2.11/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.11/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.2.2/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.2/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.2.3/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.3/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a 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 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.4.1/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.4.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.2.4/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.4/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.2.5/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.5/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.2.6/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.6/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.2.7/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.7/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.2.8/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.8/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.2.9/Makefile b/linux/ecosystem/atlassian/jira/5/5.2.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.9/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/5/5.2/Makefile b/linux/ecosystem/atlassian/jira/5/5.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2/Makefile +++ b/linux/ecosystem/atlassian/jira/5/5.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.0.1/Makefile b/linux/ecosystem/atlassian/jira/6/6.0.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.1/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.0.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.0.2/Makefile b/linux/ecosystem/atlassian/jira/6/6.0.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.2/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.0.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.0.3/Makefile b/linux/ecosystem/atlassian/jira/6/6.0.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.3/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.0.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.0.4/Makefile b/linux/ecosystem/atlassian/jira/6/6.0.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.4/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.0.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.0.5/Makefile b/linux/ecosystem/atlassian/jira/6/6.0.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.5/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.0.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.0.6/Makefile b/linux/ecosystem/atlassian/jira/6/6.0.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.6/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.0.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.0.7/Makefile b/linux/ecosystem/atlassian/jira/6/6.0.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.7/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.0.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.0.8/Makefile b/linux/ecosystem/atlassian/jira/6/6.0.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.8/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.0.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.0/Makefile b/linux/ecosystem/atlassian/jira/6/6.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.1.1/Makefile b/linux/ecosystem/atlassian/jira/6/6.1.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.1/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.1.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.1.2/Makefile b/linux/ecosystem/atlassian/jira/6/6.1.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.2/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.1.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.1.3/Makefile b/linux/ecosystem/atlassian/jira/6/6.1.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.3/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.1.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.1.4/Makefile b/linux/ecosystem/atlassian/jira/6/6.1.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.4/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.1.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.1.5/Makefile b/linux/ecosystem/atlassian/jira/6/6.1.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.5/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.1.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.1.6/Makefile b/linux/ecosystem/atlassian/jira/6/6.1.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.6/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.1.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.1.7/Makefile b/linux/ecosystem/atlassian/jira/6/6.1.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.7/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.1.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.1.8/Makefile b/linux/ecosystem/atlassian/jira/6/6.1.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.8/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.1.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.1.9/Makefile b/linux/ecosystem/atlassian/jira/6/6.1.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.9/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.1.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.1/Makefile b/linux/ecosystem/atlassian/jira/6/6.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.2.1/Makefile b/linux/ecosystem/atlassian/jira/6/6.2.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.1/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.2.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.2.2/Makefile b/linux/ecosystem/atlassian/jira/6/6.2.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.2/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.2.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.2.3/Makefile b/linux/ecosystem/atlassian/jira/6/6.2.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.3/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.2.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.2.4/Makefile b/linux/ecosystem/atlassian/jira/6/6.2.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.4/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.2.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.2.5/Makefile b/linux/ecosystem/atlassian/jira/6/6.2.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.5/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.2.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.2.6/Makefile b/linux/ecosystem/atlassian/jira/6/6.2.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.6/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.2.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.2.7/Makefile b/linux/ecosystem/atlassian/jira/6/6.2.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.7/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.2.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.2/Makefile b/linux/ecosystem/atlassian/jira/6/6.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.3.1/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.1/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.3.10/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.10/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.3.11/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.11/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.3.12/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.12/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.3.13/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.13/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.3.14/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.14/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.3.15/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.15/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.3.3/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.3/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.3.4/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.4/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.3.5/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.5/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.3.6/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.6/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.3.7/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.7/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.3.8/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.8/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.3.9/Makefile b/linux/ecosystem/atlassian/jira/6/6.3.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.9/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.3/Makefile b/linux/ecosystem/atlassian/jira/6/6.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.4.1/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.1/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.4.10/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.10/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.4.11/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.11/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.4.12/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.12/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.4.13/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.13/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.4.14/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.14/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.4.2/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.2/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.4.3/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.3/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.4.4/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.4/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.4.5/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.5/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.4.6/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.6/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.4.7/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.7/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.4.8/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.8/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.4.9/Makefile b/linux/ecosystem/atlassian/jira/6/6.4.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.9/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/6/6.4/Makefile b/linux/ecosystem/atlassian/jira/6/6.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4/Makefile +++ b/linux/ecosystem/atlassian/jira/6/6.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.0.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.0.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.0.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.0.10/Makefile b/linux/ecosystem/atlassian/jira/7/7.0.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.10/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.0.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.0.11/Makefile b/linux/ecosystem/atlassian/jira/7/7.0.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.11/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.0.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.0.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.0.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.0.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.0.4/Makefile b/linux/ecosystem/atlassian/jira/7/7.0.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.4/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.0.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.0.5/Makefile b/linux/ecosystem/atlassian/jira/7/7.0.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.5/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.0.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.0.9/Makefile b/linux/ecosystem/atlassian/jira/7/7.0.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.9/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.0.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.1.0-m01/Makefile b/linux/ecosystem/atlassian/jira/7/7.1.0-m01/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.0-m01/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.1.0-m01/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.1.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.1.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.1.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.1.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.1.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.1.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.1.10/Makefile b/linux/ecosystem/atlassian/jira/7/7.1.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.10/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.1.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.1.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.1.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.1.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.1.4/Makefile b/linux/ecosystem/atlassian/jira/7/7.1.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.4/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.1.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.1.6/Makefile b/linux/ecosystem/atlassian/jira/7/7.1.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.6/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.1.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.1.7/Makefile b/linux/ecosystem/atlassian/jira/7/7.1.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.7/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.1.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.1.8/Makefile b/linux/ecosystem/atlassian/jira/7/7.1.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.8/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.1.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.1.9/Makefile b/linux/ecosystem/atlassian/jira/7/7.1.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.9/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.1.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.10.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.10.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.10.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.10.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.10.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.10.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.10.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.10.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.10.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.10.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.10.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.10.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.11.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.11.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.11.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.11.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.11.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.11.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.11.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.11.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.11.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.11.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.11.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.11.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.12.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.12.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.12.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.12.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.12.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.12.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.12.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.12.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.12.3/Makefile b/linux/ecosystem/atlassian/jira/7/7.12.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.12.3/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.12.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.13.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.13.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.13.11/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.11/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.13.12/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.12/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.13.13/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.13/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.13.14/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.14/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.13.15/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.15/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.13.16/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.16/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.13.17/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.17/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.13.18/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.18/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.13.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.13.3/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.3/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.13.4/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.4/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.13.5/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.5/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.13.6/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.6/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.13.8/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.8/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.13.9/Makefile b/linux/ecosystem/atlassian/jira/7/7.13.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.9/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.13.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.2.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.2.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.2.10/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.10/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.2.11/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.11/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.2.12/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.12/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.2.13/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.13/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.2.14/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.14/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.2.15/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.15/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.2.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.2.3/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.3/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.2.4/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.4/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.2.6/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.6/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.2.7/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.7/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.2.8/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.8/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.2.9/Makefile b/linux/ecosystem/atlassian/jira/7/7.2.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.9/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.2.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.3.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.3.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.3.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.3.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.3.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.3.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.3.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.3.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.3.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.3.3/Makefile b/linux/ecosystem/atlassian/jira/7/7.3.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.3/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.3.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.3.4/Makefile b/linux/ecosystem/atlassian/jira/7/7.3.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.4/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.3.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.3.5/Makefile b/linux/ecosystem/atlassian/jira/7/7.3.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.5/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.3.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.3.6/Makefile b/linux/ecosystem/atlassian/jira/7/7.3.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.6/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.3.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.3.7/Makefile b/linux/ecosystem/atlassian/jira/7/7.3.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.7/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.3.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.3.8/Makefile b/linux/ecosystem/atlassian/jira/7/7.3.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.8/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.3.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.3.9/Makefile b/linux/ecosystem/atlassian/jira/7/7.3.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.9/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.3.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.4.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.4.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.4.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.4.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.4.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.4.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.4.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.4.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.4.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.4.3/Makefile b/linux/ecosystem/atlassian/jira/7/7.4.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.3/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.4.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.4.4/Makefile b/linux/ecosystem/atlassian/jira/7/7.4.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.4/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.4.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.4.5/Makefile b/linux/ecosystem/atlassian/jira/7/7.4.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.5/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.4.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.4.6/Makefile b/linux/ecosystem/atlassian/jira/7/7.4.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.6/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.4.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.5.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.5.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.5.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.5.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.5.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.5.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.5.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.5.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.5.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.5.3/Makefile b/linux/ecosystem/atlassian/jira/7/7.5.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.3/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.5.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.5.4/Makefile b/linux/ecosystem/atlassian/jira/7/7.5.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.4/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.5.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.6.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.6.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.6.10/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.10/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.6.11/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.11/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.6.12/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.12/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.6.13/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.13/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.6.14/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.14/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.6.15/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.15/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.6.16/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.16/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.6.17/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.17/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.6.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.6.3/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.3/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.6.4/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.4/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.6.6/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.6/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.6.7/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.7/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.6.8/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.8/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.6.9/Makefile b/linux/ecosystem/atlassian/jira/7/7.6.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.9/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.6.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.7.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.7.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.7.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.7.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.7.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.7.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.7.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.7.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.7.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.7.4/Makefile b/linux/ecosystem/atlassian/jira/7/7.7.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.4/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.7.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.8.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.8.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.8.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.8.1/Makefile b/linux/ecosystem/atlassian/jira/7/7.8.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.1/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.8.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.8.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.8.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.8.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.8.4/Makefile b/linux/ecosystem/atlassian/jira/7/7.8.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.4/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.8.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.9.0/Makefile b/linux/ecosystem/atlassian/jira/7/7.9.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.9.0/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.9.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/7/7.9.2/Makefile b/linux/ecosystem/atlassian/jira/7/7.9.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.9.2/Makefile +++ b/linux/ecosystem/atlassian/jira/7/7.9.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.0.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.0.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.0.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.0.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.0.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.0.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.0.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.0.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.0.3/Makefile b/linux/ecosystem/atlassian/jira/8/8.0.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.0.3/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.0.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.1.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.1.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.1.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.1.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.1.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.1.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.1.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.1.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.1.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.1.3/Makefile b/linux/ecosystem/atlassian/jira/8/8.1.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.3/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.1.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.10.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.10.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.10.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.10.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.10.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.10.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.10.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.10.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.11.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.11.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.11.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.11.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.11.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.11.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.11.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.11.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.12.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.12.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.12.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.12.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.12.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.12.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.12.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.12.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.12.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.12.3/Makefile b/linux/ecosystem/atlassian/jira/8/8.12.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.3/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.12.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.10/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.10/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.11/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.11/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.12/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.12/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.13/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.13/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.14/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.14/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.15/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.15/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.16/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.16/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.17/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.17/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.18/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.18/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.19/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.19/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.20/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.20/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.21/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.21/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.22/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.22/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.22/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.22/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.24/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.24/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.24/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.24/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.25/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.25/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.25/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.25/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.26/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.26/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.26/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.26/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.27/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.27/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.27/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.27/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.3/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.3/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.4/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.4/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.5/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.5/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.6/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.6/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.7/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.7/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.8/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.8/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.13.9/Makefile b/linux/ecosystem/atlassian/jira/8/8.13.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.9/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.13.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.14.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.14.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.14.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.14.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.14.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.14.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.14.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.14.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.15.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.15.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.15.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.15.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.15.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.15.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.15.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.15.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.16.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.16.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.16.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.16.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.16.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.16.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.16.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.16.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.16.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.17.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.17.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.17.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.17.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.17.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.17.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.17.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.17.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.18.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.18.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.18.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.18.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.18.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.18.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.18.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.18.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.19.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.19.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.19.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.19.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.19.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.19.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.19.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.19.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.2.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.2.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.2.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.2.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.2.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.2.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.2.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.2.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.2.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.2.3/Makefile b/linux/ecosystem/atlassian/jira/8/8.2.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.3/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.2.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.2.4/Makefile b/linux/ecosystem/atlassian/jira/8/8.2.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.4/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.2.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.2.5/Makefile b/linux/ecosystem/atlassian/jira/8/8.2.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.5/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.2.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.2.6/Makefile b/linux/ecosystem/atlassian/jira/8/8.2.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.6/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.2.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.10/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.10/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.11/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.11/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.12/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.12/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.13/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.13/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.14/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.14/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.15/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.15/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.16/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.16/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.17/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.17/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.19/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.19/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.20/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.20/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.21/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.21/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.22/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.22/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.22/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.22/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.23/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.23/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.23/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.23/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.24/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.24/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.24/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.24/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.25/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.25/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.25/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.25/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.26/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.26/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.26/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.26/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.27/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.27/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.27/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.27/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.28/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.28/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.28/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.28/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.29/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.29/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.29/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.29/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.3/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.3/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.30/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.30/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.30/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.30/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.4/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.4/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.5/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.5/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.6/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.6/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.7/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.7/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.8/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.8/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.20.9/Makefile b/linux/ecosystem/atlassian/jira/8/8.20.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.9/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.20.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.21.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.21.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.21.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.21.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.21.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.21.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.21.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.21.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.22.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.22.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.22.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.22.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.22.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.22.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.22.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.22.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.22.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.22.3/Makefile b/linux/ecosystem/atlassian/jira/8/8.22.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.3/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.22.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.22.4/Makefile b/linux/ecosystem/atlassian/jira/8/8.22.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.4/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.22.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.22.5/Makefile b/linux/ecosystem/atlassian/jira/8/8.22.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.5/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.22.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.22.6/Makefile b/linux/ecosystem/atlassian/jira/8/8.22.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.6/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.22.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.3.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.3.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.3.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.3.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.3.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.3.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.3.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.3.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.3.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.3.3/Makefile b/linux/ecosystem/atlassian/jira/8/8.3.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.3/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.3.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.3.4/Makefile b/linux/ecosystem/atlassian/jira/8/8.3.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.4/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.3.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.3.5/Makefile b/linux/ecosystem/atlassian/jira/8/8.3.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.5/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.3.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.4.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.4.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.4.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.4.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.4.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.4.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.4.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.4.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.4.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.4.3/Makefile b/linux/ecosystem/atlassian/jira/8/8.4.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.3/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.4.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.5.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.5.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.5.10/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.10/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.5.11/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.11/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.5.12/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.12/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.5.13/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.13/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.5.14/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.14/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.5.15/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.15/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.5.16/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.16/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.5.17/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.17/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.5.18/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.18/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.5.19/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.19/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.5.2/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.2/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.5.3/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.3/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.5.4/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.4/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.5.5/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.5/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.5.6/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.6/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.5.7/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.7/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.5.8/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.8/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.5.9/Makefile b/linux/ecosystem/atlassian/jira/8/8.5.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.9/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.5.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.6.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.6.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.6.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.6.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.6.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.6.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.6.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.6.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.7.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.7.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.7.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.7.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.7.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.7.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.7.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.7.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.8.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.8.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.8.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.8.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.8.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.8.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.8.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.8.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.9.0/Makefile b/linux/ecosystem/atlassian/jira/8/8.9.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.9.0/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.9.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/8/8.9.1/Makefile b/linux/ecosystem/atlassian/jira/8/8.9.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.9.1/Makefile +++ b/linux/ecosystem/atlassian/jira/8/8.9.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.0.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.0.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.0.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.0.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.1.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.1.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.1.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.1.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.1.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.1.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.1.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.1.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.10.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.10.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.10.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.10.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.10.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.10.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.10.2/Makefile b/linux/ecosystem/atlassian/jira/9/9.10.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.2/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.10.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.11.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.11.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.11.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.11.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.11.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.11.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.11.2/Makefile b/linux/ecosystem/atlassian/jira/9/9.11.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.2/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.11.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.11.3/Makefile b/linux/ecosystem/atlassian/jira/9/9.11.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.3/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.11.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.12.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.12.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.12.10/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.10/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.12.11/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.11/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.12.12/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.12/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.12.13/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.13/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.12.14/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.14/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.12.15/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.15/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.12.16/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.16/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.12.17/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.17/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.12.2/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.2/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.12.3/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.3/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.12.4/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.4/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.12.5/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.5/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.12.6/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.6/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.12.7/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.7/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.12.8/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.8/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.12.9/Makefile b/linux/ecosystem/atlassian/jira/9/9.12.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.9/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.12.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.13.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.13.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.13.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.13.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.13.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.13.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.14.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.14.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.14.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.14.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.14.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.14.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.15.2/Makefile b/linux/ecosystem/atlassian/jira/9/9.15.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.15.2/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.15.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.16.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.16.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.16.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.16.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.16.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.16.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.17.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.17.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.17.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.17.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.17.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.17.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.17.2/Makefile b/linux/ecosystem/atlassian/jira/9/9.17.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.2/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.17.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.17.3/Makefile b/linux/ecosystem/atlassian/jira/9/9.17.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.3/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.17.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.17.4/Makefile b/linux/ecosystem/atlassian/jira/9/9.17.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.4/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.17.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.17.5/Makefile b/linux/ecosystem/atlassian/jira/9/9.17.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.5/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.17.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.2.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.2.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.2.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.2.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.2.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.2.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.2.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.2.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.3.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.3.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.3.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.3.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.3.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.3.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.3.2/Makefile b/linux/ecosystem/atlassian/jira/9/9.3.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.2/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.3.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.3.3/Makefile b/linux/ecosystem/atlassian/jira/9/9.3.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.3/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.3.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.10/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.10/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.11/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.11/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.12/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.12/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.14/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.14/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.15/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.15/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.16/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.16/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.17/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.17/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.18/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.18/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.19/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.19/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.2/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.2/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.20/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.20/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.21/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.21/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.22/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.22/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.22/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.22/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.23/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.23/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.23/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.23/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.24/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.24/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.24/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.24/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.25/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.25/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.25/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.25/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.26/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.26/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.26/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.26/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.27/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.27/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.27/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.27/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.28/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.28/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.28/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.28/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.29/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.29/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.29/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.29/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.3/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.3/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.30/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.30/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.30/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.30/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.4/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.4/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.5/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.5/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.6/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.6/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.7/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.7/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.8/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.8/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.4.9/Makefile b/linux/ecosystem/atlassian/jira/9/9.4.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.9/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.4.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.5.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.5.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.5.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.5.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.5.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.5.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.6.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.6.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.6.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.6.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.7.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.7.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.7.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.7.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.7.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.7.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.7.2/Makefile b/linux/ecosystem/atlassian/jira/9/9.7.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.2/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.7.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.8.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.8.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.8.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.8.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.8.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.8.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.8.2/Makefile b/linux/ecosystem/atlassian/jira/9/9.8.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.2/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.8.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.9.0/Makefile b/linux/ecosystem/atlassian/jira/9/9.9.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.0/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.9.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.9.1/Makefile b/linux/ecosystem/atlassian/jira/9/9.9.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.1/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.9.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/9/9.9.2/Makefile b/linux/ecosystem/atlassian/jira/9/9.9.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.2/Makefile +++ b/linux/ecosystem/atlassian/jira/9/9.9.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/atlassian/jira/latest/Makefile b/linux/ecosystem/atlassian/jira/latest/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/atlassian/jira/latest/Makefile +++ b/linux/ecosystem/atlassian/jira/latest/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/cassandra/3.11/Makefile b/linux/ecosystem/cassandra/3.11/Makefile index 06e855b50..699e636d8 100644 --- a/linux/ecosystem/cassandra/3.11/Makefile +++ b/linux/ecosystem/cassandra/3.11/Makefile @@ -8,23 +8,20 @@ app: make clean build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run +build-kaniko: + kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:debug --dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug - deploy-compose: docker-compose push @@ -34,3 +31,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/electron-release-server/Makefile b/linux/ecosystem/electron-release-server/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/electron-release-server/Makefile +++ b/linux/ecosystem/electron-release-server/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Makefile b/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Makefile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Makefile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Makefile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Makefile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Makefile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Makefile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Makefile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Makefile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Makefile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Makefile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Makefile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Makefile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Makefile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Makefile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Makefile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Makefile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Makefile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/main/Makefile b/linux/ecosystem/epicmorg/debian/06-squeeze/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/main/Makefile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/Makefile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/Makefile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/Makefile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/Makefile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/Makefile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/Makefile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/Makefile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/Makefile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/Makefile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/Makefile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/Makefile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/Makefile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/Makefile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/Makefile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/Makefile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/Makefile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/Makefile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/Makefile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/slim/Makefile b/linux/ecosystem/epicmorg/debian/06-squeeze/slim/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/slim/Makefile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/slim/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/develop/Makefile b/linux/ecosystem/epicmorg/debian/07-wheezy/develop/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/develop/Makefile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/develop/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Makefile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Makefile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Makefile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Makefile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Makefile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Makefile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Makefile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Makefile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Makefile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Makefile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Makefile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Makefile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Makefile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Makefile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Makefile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Makefile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/main/Makefile b/linux/ecosystem/epicmorg/debian/07-wheezy/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/main/Makefile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/Makefile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/Makefile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/Makefile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/Makefile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/Makefile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/Makefile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/Makefile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/Makefile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/Makefile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/Makefile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/Makefile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/Makefile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/Makefile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/Makefile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/Makefile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/Makefile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/Makefile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/Makefile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/slim/Makefile b/linux/ecosystem/epicmorg/debian/07-wheezy/slim/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/slim/Makefile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/slim/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/develop/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/develop/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/develop/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/develop/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/main/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/main/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/slim/Makefile b/linux/ecosystem/epicmorg/debian/08-jessie/slim/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/slim/Makefile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/slim/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/develop/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/develop/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/develop/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/develop/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/main/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/main/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/slim/Makefile b/linux/ecosystem/epicmorg/debian/09-stretch/slim/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/slim/Makefile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/slim/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/develop/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/develop/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/develop/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/develop/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/main/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/main/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/current/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/current/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/current/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/current/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/lts/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/lts/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/lts/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/lts/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/10-buster/slim/Makefile b/linux/ecosystem/epicmorg/debian/10-buster/slim/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/slim/Makefile +++ b/linux/ecosystem/epicmorg/debian/10-buster/slim/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/main/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/main/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.6/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.6/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.7/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.7/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.0/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.0/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.1/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.1/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.10/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.10/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.11/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.11/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.12/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.12/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.13/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.13/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.2/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.2/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.3/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.3/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.4/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.4/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.5/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.5/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.6/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.6/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.7/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.7/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.8/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.8/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.9/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.9/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/slim/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/slim/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/slim/Makefile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/slim/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/main/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/main/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.6/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.6/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.0/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.0/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.1/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.1/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.2/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.2/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.3/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.3/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.4/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.4/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.0/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.0/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.1/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.1/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.2/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.2/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.3/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.3/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.4/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.4/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.6/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.6/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.7/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.7/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.0/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.0/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.1/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.1/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.10/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.10/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.11/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.11/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.12/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.12/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.13/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.13/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.2/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.2/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.3/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.3/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.4/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.4/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.5/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.5/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.6/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.6/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.7/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.7/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.8/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.8/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.9/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.9/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/slim/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/slim/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/slim/Makefile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/slim/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/develop/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/develop/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/develop/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/develop/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/main/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/main/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/2.6/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/python/2.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/2.6/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/2.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/2.7/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/python/2.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/2.7/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/2.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.0/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.0/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.1/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.1/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.10/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.10/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.11/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.11/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.12/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.12/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.13/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.13/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.2/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.2/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.3/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.3/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.4/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.4/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.5/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.5/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.6/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.6/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.7/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.7/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.8/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.8/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.9/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.9/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/slim/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/slim/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/slim/Makefile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/slim/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/develop/Makefile b/linux/ecosystem/epicmorg/debian/sid/develop/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/develop/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/develop/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/Makefile b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/Makefile b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/Makefile b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/Makefile b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/Makefile b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/Makefile b/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/Makefile b/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Makefile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Makefile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Makefile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Makefile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Makefile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Makefile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Makefile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Makefile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Makefile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Makefile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Makefile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Makefile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/main/Makefile b/linux/ecosystem/epicmorg/debian/sid/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/main/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/python/2.6/Makefile b/linux/ecosystem/epicmorg/debian/sid/python/2.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/2.6/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/python/2.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/python/2.7/Makefile b/linux/ecosystem/epicmorg/debian/sid/python/2.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/2.7/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/python/2.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.0/Makefile b/linux/ecosystem/epicmorg/debian/sid/python/3.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.0/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.1/Makefile b/linux/ecosystem/epicmorg/debian/sid/python/3.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.1/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.10/Makefile b/linux/ecosystem/epicmorg/debian/sid/python/3.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.10/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.11/Makefile b/linux/ecosystem/epicmorg/debian/sid/python/3.11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.11/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.12/Makefile b/linux/ecosystem/epicmorg/debian/sid/python/3.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.12/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.13/Makefile b/linux/ecosystem/epicmorg/debian/sid/python/3.13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.13/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.2/Makefile b/linux/ecosystem/epicmorg/debian/sid/python/3.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.2/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.3/Makefile b/linux/ecosystem/epicmorg/debian/sid/python/3.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.3/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.4/Makefile b/linux/ecosystem/epicmorg/debian/sid/python/3.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.4/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.5/Makefile b/linux/ecosystem/epicmorg/debian/sid/python/3.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.5/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.6/Makefile b/linux/ecosystem/epicmorg/debian/sid/python/3.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.6/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.7/Makefile b/linux/ecosystem/epicmorg/debian/sid/python/3.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.7/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.8/Makefile b/linux/ecosystem/epicmorg/debian/sid/python/3.8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.8/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.9/Makefile b/linux/ecosystem/epicmorg/debian/sid/python/3.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.9/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/epicmorg/debian/sid/slim/Makefile b/linux/ecosystem/epicmorg/debian/sid/slim/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/slim/Makefile +++ b/linux/ecosystem/epicmorg/debian/sid/slim/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/amxx-sdk/1.10/Makefile b/linux/ecosystem/gitlab/runner/amxx-sdk/1.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/amxx-sdk/1.10/Makefile +++ b/linux/ecosystem/gitlab/runner/amxx-sdk/1.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/amxx-sdk/1.9/Makefile b/linux/ecosystem/gitlab/runner/amxx-sdk/1.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/amxx-sdk/1.9/Makefile +++ b/linux/ecosystem/gitlab/runner/amxx-sdk/1.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/android-sdk/jdk11/Makefile b/linux/ecosystem/gitlab/runner/android-sdk/jdk11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/android-sdk/jdk11/Makefile +++ b/linux/ecosystem/gitlab/runner/android-sdk/jdk11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/android-sdk/jdk17/Makefile b/linux/ecosystem/gitlab/runner/android-sdk/jdk17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/android-sdk/jdk17/Makefile +++ b/linux/ecosystem/gitlab/runner/android-sdk/jdk17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/android-sdk/jdk8/Makefile b/linux/ecosystem/gitlab/runner/android-sdk/jdk8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/android-sdk/jdk8/Makefile +++ b/linux/ecosystem/gitlab/runner/android-sdk/jdk8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/atlassian-sdk/Makefile b/linux/ecosystem/gitlab/runner/atlassian-sdk/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/atlassian-sdk/Makefile +++ b/linux/ecosystem/gitlab/runner/atlassian-sdk/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/dotnet-sdk/Makefile b/linux/ecosystem/gitlab/runner/dotnet-sdk/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/dotnet-sdk/Makefile +++ b/linux/ecosystem/gitlab/runner/dotnet-sdk/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/latest/Makefile b/linux/ecosystem/gitlab/runner/latest/Makefile index efbfba64b..ad01d4cbf 100644 --- a/linux/ecosystem/gitlab/runner/latest/Makefile +++ b/linux/ecosystem/gitlab/runner/latest/Makefile @@ -7,23 +7,23 @@ app: make deploy # make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push diff --git a/linux/ecosystem/gitlab/runner/node0.12/Makefile b/linux/ecosystem/gitlab/runner/node0.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/node0.12/Makefile +++ b/linux/ecosystem/gitlab/runner/node0.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/node10/Makefile b/linux/ecosystem/gitlab/runner/node10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/node10/Makefile +++ b/linux/ecosystem/gitlab/runner/node10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/node11/Makefile b/linux/ecosystem/gitlab/runner/node11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/node11/Makefile +++ b/linux/ecosystem/gitlab/runner/node11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/node12/Makefile b/linux/ecosystem/gitlab/runner/node12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/node12/Makefile +++ b/linux/ecosystem/gitlab/runner/node12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/node13/Makefile b/linux/ecosystem/gitlab/runner/node13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/node13/Makefile +++ b/linux/ecosystem/gitlab/runner/node13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/node14/Makefile b/linux/ecosystem/gitlab/runner/node14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/node14/Makefile +++ b/linux/ecosystem/gitlab/runner/node14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/node15/Makefile b/linux/ecosystem/gitlab/runner/node15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/node15/Makefile +++ b/linux/ecosystem/gitlab/runner/node15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/node16/Makefile b/linux/ecosystem/gitlab/runner/node16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/node16/Makefile +++ b/linux/ecosystem/gitlab/runner/node16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/node17/Makefile b/linux/ecosystem/gitlab/runner/node17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/node17/Makefile +++ b/linux/ecosystem/gitlab/runner/node17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/node18/Makefile b/linux/ecosystem/gitlab/runner/node18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/node18/Makefile +++ b/linux/ecosystem/gitlab/runner/node18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/node19/Makefile b/linux/ecosystem/gitlab/runner/node19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/node19/Makefile +++ b/linux/ecosystem/gitlab/runner/node19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/node20/Makefile b/linux/ecosystem/gitlab/runner/node20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/node20/Makefile +++ b/linux/ecosystem/gitlab/runner/node20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/node21/Makefile b/linux/ecosystem/gitlab/runner/node21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/node21/Makefile +++ b/linux/ecosystem/gitlab/runner/node21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/node22/Makefile b/linux/ecosystem/gitlab/runner/node22/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/node22/Makefile +++ b/linux/ecosystem/gitlab/runner/node22/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/node4/Makefile b/linux/ecosystem/gitlab/runner/node4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/node4/Makefile +++ b/linux/ecosystem/gitlab/runner/node4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/node5/Makefile b/linux/ecosystem/gitlab/runner/node5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/node5/Makefile +++ b/linux/ecosystem/gitlab/runner/node5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/node6/Makefile b/linux/ecosystem/gitlab/runner/node6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/node6/Makefile +++ b/linux/ecosystem/gitlab/runner/node6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/node7/Makefile b/linux/ecosystem/gitlab/runner/node7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/node7/Makefile +++ b/linux/ecosystem/gitlab/runner/node7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/node8/Makefile b/linux/ecosystem/gitlab/runner/node8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/node8/Makefile +++ b/linux/ecosystem/gitlab/runner/node8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/node9/Makefile b/linux/ecosystem/gitlab/runner/node9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/node9/Makefile +++ b/linux/ecosystem/gitlab/runner/node9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/php7.2/Makefile b/linux/ecosystem/gitlab/runner/php7.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/php7.2/Makefile +++ b/linux/ecosystem/gitlab/runner/php7.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/php7.3/Makefile b/linux/ecosystem/gitlab/runner/php7.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/php7.3/Makefile +++ b/linux/ecosystem/gitlab/runner/php7.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/php7.4/Makefile b/linux/ecosystem/gitlab/runner/php7.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/php7.4/Makefile +++ b/linux/ecosystem/gitlab/runner/php7.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/php8.0/Makefile b/linux/ecosystem/gitlab/runner/php8.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/php8.0/Makefile +++ b/linux/ecosystem/gitlab/runner/php8.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/php8.1/Makefile b/linux/ecosystem/gitlab/runner/php8.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/php8.1/Makefile +++ b/linux/ecosystem/gitlab/runner/php8.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/php8.2/Makefile b/linux/ecosystem/gitlab/runner/php8.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/php8.2/Makefile +++ b/linux/ecosystem/gitlab/runner/php8.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/gitlab/runner/php8.3/Makefile b/linux/ecosystem/gitlab/runner/php8.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/gitlab/runner/php8.3/Makefile +++ b/linux/ecosystem/gitlab/runner/php8.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/monero/monerod/Makefile b/linux/ecosystem/monero/monerod/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/monero/monerod/Makefile +++ b/linux/ecosystem/monero/monerod/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/monero/p2pool/Makefile b/linux/ecosystem/monero/p2pool/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/monero/p2pool/Makefile +++ b/linux/ecosystem/monero/p2pool/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.14.2/main/Makefile b/linux/ecosystem/nginx/1.14.2/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.14.2/main/Makefile +++ b/linux/ecosystem/nginx/1.14.2/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.14.2/php/Makefile b/linux/ecosystem/nginx/1.14.2/php/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.14.2/php/Makefile +++ b/linux/ecosystem/nginx/1.14.2/php/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.14.2/rtmp-hls/Makefile b/linux/ecosystem/nginx/1.14.2/rtmp-hls/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.14.2/rtmp-hls/Makefile +++ b/linux/ecosystem/nginx/1.14.2/rtmp-hls/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.15.12/main/Makefile b/linux/ecosystem/nginx/1.15.12/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.15.12/main/Makefile +++ b/linux/ecosystem/nginx/1.15.12/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.15.12/php/Makefile b/linux/ecosystem/nginx/1.15.12/php/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.15.12/php/Makefile +++ b/linux/ecosystem/nginx/1.15.12/php/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.15.12/rtmp-hls/Makefile b/linux/ecosystem/nginx/1.15.12/rtmp-hls/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.15.12/rtmp-hls/Makefile +++ b/linux/ecosystem/nginx/1.15.12/rtmp-hls/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.16.1/main/Makefile b/linux/ecosystem/nginx/1.16.1/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.16.1/main/Makefile +++ b/linux/ecosystem/nginx/1.16.1/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.16.1/php/Makefile b/linux/ecosystem/nginx/1.16.1/php/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.16.1/php/Makefile +++ b/linux/ecosystem/nginx/1.16.1/php/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.16.1/rtmp-hls/Makefile b/linux/ecosystem/nginx/1.16.1/rtmp-hls/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.16.1/rtmp-hls/Makefile +++ b/linux/ecosystem/nginx/1.16.1/rtmp-hls/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.17.10/main/Makefile b/linux/ecosystem/nginx/1.17.10/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.17.10/main/Makefile +++ b/linux/ecosystem/nginx/1.17.10/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.17.10/php/Makefile b/linux/ecosystem/nginx/1.17.10/php/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.17.10/php/Makefile +++ b/linux/ecosystem/nginx/1.17.10/php/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.17.10/rtmp-hls/Makefile b/linux/ecosystem/nginx/1.17.10/rtmp-hls/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.17.10/rtmp-hls/Makefile +++ b/linux/ecosystem/nginx/1.17.10/rtmp-hls/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.18.0/main/Makefile b/linux/ecosystem/nginx/1.18.0/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.18.0/main/Makefile +++ b/linux/ecosystem/nginx/1.18.0/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.18.0/php/Makefile b/linux/ecosystem/nginx/1.18.0/php/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.18.0/php/Makefile +++ b/linux/ecosystem/nginx/1.18.0/php/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.18.0/rtmp-hls/Makefile b/linux/ecosystem/nginx/1.18.0/rtmp-hls/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.18.0/rtmp-hls/Makefile +++ b/linux/ecosystem/nginx/1.18.0/rtmp-hls/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.19.10/main/Makefile b/linux/ecosystem/nginx/1.19.10/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.19.10/main/Makefile +++ b/linux/ecosystem/nginx/1.19.10/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.19.10/php/Makefile b/linux/ecosystem/nginx/1.19.10/php/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.19.10/php/Makefile +++ b/linux/ecosystem/nginx/1.19.10/php/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.19.10/rtmp-hls/Makefile b/linux/ecosystem/nginx/1.19.10/rtmp-hls/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.19.10/rtmp-hls/Makefile +++ b/linux/ecosystem/nginx/1.19.10/rtmp-hls/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.20.1/main/Makefile b/linux/ecosystem/nginx/1.20.1/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.20.1/main/Makefile +++ b/linux/ecosystem/nginx/1.20.1/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.20.1/php/Makefile b/linux/ecosystem/nginx/1.20.1/php/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.20.1/php/Makefile +++ b/linux/ecosystem/nginx/1.20.1/php/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.20.1/rtmp-hls/Makefile b/linux/ecosystem/nginx/1.20.1/rtmp-hls/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.20.1/rtmp-hls/Makefile +++ b/linux/ecosystem/nginx/1.20.1/rtmp-hls/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.21.3/main/Makefile b/linux/ecosystem/nginx/1.21.3/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.21.3/main/Makefile +++ b/linux/ecosystem/nginx/1.21.3/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.21.3/php/Makefile b/linux/ecosystem/nginx/1.21.3/php/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.21.3/php/Makefile +++ b/linux/ecosystem/nginx/1.21.3/php/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.21.3/rtmp-hls/Makefile b/linux/ecosystem/nginx/1.21.3/rtmp-hls/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.21.3/rtmp-hls/Makefile +++ b/linux/ecosystem/nginx/1.21.3/rtmp-hls/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.21.6/main/Makefile b/linux/ecosystem/nginx/1.21.6/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.21.6/main/Makefile +++ b/linux/ecosystem/nginx/1.21.6/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.21.6/php/Makefile b/linux/ecosystem/nginx/1.21.6/php/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.21.6/php/Makefile +++ b/linux/ecosystem/nginx/1.21.6/php/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.21.6/rtmp-hls/Makefile b/linux/ecosystem/nginx/1.21.6/rtmp-hls/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.21.6/rtmp-hls/Makefile +++ b/linux/ecosystem/nginx/1.21.6/rtmp-hls/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/1.27.0/main/Makefile b/linux/ecosystem/nginx/1.27.0/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/1.27.0/main/Makefile +++ b/linux/ecosystem/nginx/1.27.0/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/latest/mainline/main/Makefile b/linux/ecosystem/nginx/latest/mainline/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/latest/mainline/main/Makefile +++ b/linux/ecosystem/nginx/latest/mainline/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/latest/mainline/php/Makefile b/linux/ecosystem/nginx/latest/mainline/php/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/latest/mainline/php/Makefile +++ b/linux/ecosystem/nginx/latest/mainline/php/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/latest/mainline/rtmp-hls/Makefile b/linux/ecosystem/nginx/latest/mainline/rtmp-hls/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/latest/mainline/rtmp-hls/Makefile +++ b/linux/ecosystem/nginx/latest/mainline/rtmp-hls/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/latest/quic/main/Makefile b/linux/ecosystem/nginx/latest/quic/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/latest/quic/main/Makefile +++ b/linux/ecosystem/nginx/latest/quic/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/latest/quic/php/Makefile b/linux/ecosystem/nginx/latest/quic/php/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/latest/quic/php/Makefile +++ b/linux/ecosystem/nginx/latest/quic/php/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/nginx/latest/quic/rtmp-hls/Makefile b/linux/ecosystem/nginx/latest/quic/rtmp-hls/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/nginx/latest/quic/rtmp-hls/Makefile +++ b/linux/ecosystem/nginx/latest/quic/rtmp-hls/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/ninjam/latest/Makefile b/linux/ecosystem/ninjam/latest/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/ninjam/latest/Makefile +++ b/linux/ecosystem/ninjam/latest/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/opentracker/Makefile b/linux/ecosystem/opentracker/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/opentracker/Makefile +++ b/linux/ecosystem/opentracker/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/base/r16.2/Makefile b/linux/ecosystem/perforce/base/r16.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/base/r16.2/Makefile +++ b/linux/ecosystem/perforce/base/r16.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/base/r17.1/Makefile b/linux/ecosystem/perforce/base/r17.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/base/r17.1/Makefile +++ b/linux/ecosystem/perforce/base/r17.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/base/r17.2/Makefile b/linux/ecosystem/perforce/base/r17.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/base/r17.2/Makefile +++ b/linux/ecosystem/perforce/base/r17.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/base/r18.1/Makefile b/linux/ecosystem/perforce/base/r18.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/base/r18.1/Makefile +++ b/linux/ecosystem/perforce/base/r18.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/base/r18.2/Makefile b/linux/ecosystem/perforce/base/r18.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/base/r18.2/Makefile +++ b/linux/ecosystem/perforce/base/r18.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/base/r19.1/Makefile b/linux/ecosystem/perforce/base/r19.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/base/r19.1/Makefile +++ b/linux/ecosystem/perforce/base/r19.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/base/r19.2/Makefile b/linux/ecosystem/perforce/base/r19.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/base/r19.2/Makefile +++ b/linux/ecosystem/perforce/base/r19.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/base/r20.1/Makefile b/linux/ecosystem/perforce/base/r20.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/base/r20.1/Makefile +++ b/linux/ecosystem/perforce/base/r20.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/base/r20.2/Makefile b/linux/ecosystem/perforce/base/r20.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/base/r20.2/Makefile +++ b/linux/ecosystem/perforce/base/r20.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/base/r21.1/Makefile b/linux/ecosystem/perforce/base/r21.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/base/r21.1/Makefile +++ b/linux/ecosystem/perforce/base/r21.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/base/r21.2/Makefile b/linux/ecosystem/perforce/base/r21.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/base/r21.2/Makefile +++ b/linux/ecosystem/perforce/base/r21.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/base/r22.1/Makefile b/linux/ecosystem/perforce/base/r22.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/base/r22.1/Makefile +++ b/linux/ecosystem/perforce/base/r22.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/base/r23.1/Makefile b/linux/ecosystem/perforce/base/r23.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/base/r23.1/Makefile +++ b/linux/ecosystem/perforce/base/r23.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/base/r23.2/Makefile b/linux/ecosystem/perforce/base/r23.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/base/r23.2/Makefile +++ b/linux/ecosystem/perforce/base/r23.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/base/r24.2/Makefile b/linux/ecosystem/perforce/base/r24.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/base/r24.2/Makefile +++ b/linux/ecosystem/perforce/base/r24.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/p4p/r16.2/Makefile b/linux/ecosystem/perforce/p4p/r16.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/p4p/r16.2/Makefile +++ b/linux/ecosystem/perforce/p4p/r16.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/p4p/r17.1/Makefile b/linux/ecosystem/perforce/p4p/r17.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/p4p/r17.1/Makefile +++ b/linux/ecosystem/perforce/p4p/r17.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/p4p/r17.2/Makefile b/linux/ecosystem/perforce/p4p/r17.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/p4p/r17.2/Makefile +++ b/linux/ecosystem/perforce/p4p/r17.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/p4p/r18.1/Makefile b/linux/ecosystem/perforce/p4p/r18.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/p4p/r18.1/Makefile +++ b/linux/ecosystem/perforce/p4p/r18.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/p4p/r18.2/Makefile b/linux/ecosystem/perforce/p4p/r18.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/p4p/r18.2/Makefile +++ b/linux/ecosystem/perforce/p4p/r18.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/p4p/r19.1/Makefile b/linux/ecosystem/perforce/p4p/r19.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/p4p/r19.1/Makefile +++ b/linux/ecosystem/perforce/p4p/r19.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/p4p/r19.2/Makefile b/linux/ecosystem/perforce/p4p/r19.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/p4p/r19.2/Makefile +++ b/linux/ecosystem/perforce/p4p/r19.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/p4p/r20.1/Makefile b/linux/ecosystem/perforce/p4p/r20.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/p4p/r20.1/Makefile +++ b/linux/ecosystem/perforce/p4p/r20.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/p4p/r20.2/Makefile b/linux/ecosystem/perforce/p4p/r20.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/p4p/r20.2/Makefile +++ b/linux/ecosystem/perforce/p4p/r20.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/p4p/r21.1/Makefile b/linux/ecosystem/perforce/p4p/r21.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/p4p/r21.1/Makefile +++ b/linux/ecosystem/perforce/p4p/r21.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/p4p/r21.2/Makefile b/linux/ecosystem/perforce/p4p/r21.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/p4p/r21.2/Makefile +++ b/linux/ecosystem/perforce/p4p/r21.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/p4p/r22.1/Makefile b/linux/ecosystem/perforce/p4p/r22.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/p4p/r22.1/Makefile +++ b/linux/ecosystem/perforce/p4p/r22.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/p4p/r23.1/Makefile b/linux/ecosystem/perforce/p4p/r23.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/p4p/r23.1/Makefile +++ b/linux/ecosystem/perforce/p4p/r23.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/p4p/r23.2/Makefile b/linux/ecosystem/perforce/p4p/r23.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/p4p/r23.2/Makefile +++ b/linux/ecosystem/perforce/p4p/r23.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/perforce/p4p/r24.2/Makefile b/linux/ecosystem/perforce/p4p/r24.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/perforce/p4p/r24.2/Makefile +++ b/linux/ecosystem/perforce/p4p/r24.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/postgres/10/Makefile b/linux/ecosystem/postgres/10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/postgres/10/Makefile +++ b/linux/ecosystem/postgres/10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/postgres/11/Makefile b/linux/ecosystem/postgres/11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/postgres/11/Makefile +++ b/linux/ecosystem/postgres/11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/postgres/12/Makefile b/linux/ecosystem/postgres/12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/postgres/12/Makefile +++ b/linux/ecosystem/postgres/12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/postgres/13/Makefile b/linux/ecosystem/postgres/13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/postgres/13/Makefile +++ b/linux/ecosystem/postgres/13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/postgres/14/Makefile b/linux/ecosystem/postgres/14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/postgres/14/Makefile +++ b/linux/ecosystem/postgres/14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/postgres/15/Makefile b/linux/ecosystem/postgres/15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/postgres/15/Makefile +++ b/linux/ecosystem/postgres/15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/postgres/16/Makefile b/linux/ecosystem/postgres/16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/postgres/16/Makefile +++ b/linux/ecosystem/postgres/16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/postgres/17/Makefile b/linux/ecosystem/postgres/17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/postgres/17/Makefile +++ b/linux/ecosystem/postgres/17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/postgres/8.2/Makefile b/linux/ecosystem/postgres/8.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/postgres/8.2/Makefile +++ b/linux/ecosystem/postgres/8.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/postgres/8.3/Makefile b/linux/ecosystem/postgres/8.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/postgres/8.3/Makefile +++ b/linux/ecosystem/postgres/8.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/postgres/8.4/Makefile b/linux/ecosystem/postgres/8.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/postgres/8.4/Makefile +++ b/linux/ecosystem/postgres/8.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/postgres/9.0/Makefile b/linux/ecosystem/postgres/9.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/postgres/9.0/Makefile +++ b/linux/ecosystem/postgres/9.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/postgres/9.1/Makefile b/linux/ecosystem/postgres/9.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/postgres/9.1/Makefile +++ b/linux/ecosystem/postgres/9.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/postgres/9.2/Makefile b/linux/ecosystem/postgres/9.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/postgres/9.2/Makefile +++ b/linux/ecosystem/postgres/9.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/postgres/9.3/Makefile b/linux/ecosystem/postgres/9.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/postgres/9.3/Makefile +++ b/linux/ecosystem/postgres/9.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/postgres/9.4/Makefile b/linux/ecosystem/postgres/9.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/postgres/9.4/Makefile +++ b/linux/ecosystem/postgres/9.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/postgres/9.5/Makefile b/linux/ecosystem/postgres/9.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/postgres/9.5/Makefile +++ b/linux/ecosystem/postgres/9.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/postgres/9.6/Makefile b/linux/ecosystem/postgres/9.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/postgres/9.6/Makefile +++ b/linux/ecosystem/postgres/9.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/postgres/latest/Makefile b/linux/ecosystem/postgres/latest/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/postgres/latest/Makefile +++ b/linux/ecosystem/postgres/latest/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/4.4.0/Makefile b/linux/ecosystem/qbittorrent/4.4.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/4.4.0/Makefile +++ b/linux/ecosystem/qbittorrent/4.4.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/4.4.1/Makefile b/linux/ecosystem/qbittorrent/4.4.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/4.4.1/Makefile +++ b/linux/ecosystem/qbittorrent/4.4.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/4.4.2/Makefile b/linux/ecosystem/qbittorrent/4.4.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/4.4.2/Makefile +++ b/linux/ecosystem/qbittorrent/4.4.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/4.4.3.1/Makefile b/linux/ecosystem/qbittorrent/4.4.3.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/4.4.3.1/Makefile +++ b/linux/ecosystem/qbittorrent/4.4.3.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/4.4.4/Makefile b/linux/ecosystem/qbittorrent/4.4.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/4.4.4/Makefile +++ b/linux/ecosystem/qbittorrent/4.4.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/4.4.5/Makefile b/linux/ecosystem/qbittorrent/4.4.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/4.4.5/Makefile +++ b/linux/ecosystem/qbittorrent/4.4.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/4.5.0/Makefile b/linux/ecosystem/qbittorrent/4.5.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/4.5.0/Makefile +++ b/linux/ecosystem/qbittorrent/4.5.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/4.5.1/Makefile b/linux/ecosystem/qbittorrent/4.5.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/4.5.1/Makefile +++ b/linux/ecosystem/qbittorrent/4.5.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/4.5.2/Makefile b/linux/ecosystem/qbittorrent/4.5.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/4.5.2/Makefile +++ b/linux/ecosystem/qbittorrent/4.5.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/4.5.3/Makefile b/linux/ecosystem/qbittorrent/4.5.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/4.5.3/Makefile +++ b/linux/ecosystem/qbittorrent/4.5.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/4.5.4/Makefile b/linux/ecosystem/qbittorrent/4.5.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/4.5.4/Makefile +++ b/linux/ecosystem/qbittorrent/4.5.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/4.5.5/Makefile b/linux/ecosystem/qbittorrent/4.5.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/4.5.5/Makefile +++ b/linux/ecosystem/qbittorrent/4.5.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/4.6.0/Makefile b/linux/ecosystem/qbittorrent/4.6.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/4.6.0/Makefile +++ b/linux/ecosystem/qbittorrent/4.6.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/4.6.1/Makefile b/linux/ecosystem/qbittorrent/4.6.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/4.6.1/Makefile +++ b/linux/ecosystem/qbittorrent/4.6.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/4.6.2/Makefile b/linux/ecosystem/qbittorrent/4.6.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/4.6.2/Makefile +++ b/linux/ecosystem/qbittorrent/4.6.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/4.6.3/Makefile b/linux/ecosystem/qbittorrent/4.6.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/4.6.3/Makefile +++ b/linux/ecosystem/qbittorrent/4.6.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/4.6.4/Makefile b/linux/ecosystem/qbittorrent/4.6.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/4.6.4/Makefile +++ b/linux/ecosystem/qbittorrent/4.6.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/4.6.5/Makefile b/linux/ecosystem/qbittorrent/4.6.5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/4.6.5/Makefile +++ b/linux/ecosystem/qbittorrent/4.6.5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/4.6.6/Makefile b/linux/ecosystem/qbittorrent/4.6.6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/4.6.6/Makefile +++ b/linux/ecosystem/qbittorrent/4.6.6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/4.6.7/Makefile b/linux/ecosystem/qbittorrent/4.6.7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/4.6.7/Makefile +++ b/linux/ecosystem/qbittorrent/4.6.7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/5.0.0/Makefile b/linux/ecosystem/qbittorrent/5.0.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/5.0.0/Makefile +++ b/linux/ecosystem/qbittorrent/5.0.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/5.0.1/Makefile b/linux/ecosystem/qbittorrent/5.0.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/5.0.1/Makefile +++ b/linux/ecosystem/qbittorrent/5.0.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/5.0.2/Makefile b/linux/ecosystem/qbittorrent/5.0.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/5.0.2/Makefile +++ b/linux/ecosystem/qbittorrent/5.0.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/qbittorrent/testing/Makefile b/linux/ecosystem/qbittorrent/testing/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/qbittorrent/testing/Makefile +++ b/linux/ecosystem/qbittorrent/testing/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/retracker/Makefile b/linux/ecosystem/retracker/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/retracker/Makefile +++ b/linux/ecosystem/retracker/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/amxx-sdk/1.10/Makefile b/linux/ecosystem/teamcity/agent/amxx-sdk/1.10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/amxx-sdk/1.10/Makefile +++ b/linux/ecosystem/teamcity/agent/amxx-sdk/1.10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/amxx-sdk/1.9/Makefile b/linux/ecosystem/teamcity/agent/amxx-sdk/1.9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/amxx-sdk/1.9/Makefile +++ b/linux/ecosystem/teamcity/agent/amxx-sdk/1.9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/android-sdk/jdk11/Makefile b/linux/ecosystem/teamcity/agent/android-sdk/jdk11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/android-sdk/jdk11/Makefile +++ b/linux/ecosystem/teamcity/agent/android-sdk/jdk11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/android-sdk/jdk17/Makefile b/linux/ecosystem/teamcity/agent/android-sdk/jdk17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/android-sdk/jdk17/Makefile +++ b/linux/ecosystem/teamcity/agent/android-sdk/jdk17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/android-sdk/jdk8/Makefile b/linux/ecosystem/teamcity/agent/android-sdk/jdk8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/android-sdk/jdk8/Makefile +++ b/linux/ecosystem/teamcity/agent/android-sdk/jdk8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/atlassian-sdk/Makefile b/linux/ecosystem/teamcity/agent/atlassian-sdk/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/atlassian-sdk/Makefile +++ b/linux/ecosystem/teamcity/agent/atlassian-sdk/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/dotnet-sdk/Makefile b/linux/ecosystem/teamcity/agent/dotnet-sdk/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/dotnet-sdk/Makefile +++ b/linux/ecosystem/teamcity/agent/dotnet-sdk/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/latest/Makefile b/linux/ecosystem/teamcity/agent/latest/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/latest/Makefile +++ b/linux/ecosystem/teamcity/agent/latest/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/node0.12/Makefile b/linux/ecosystem/teamcity/agent/node0.12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/node0.12/Makefile +++ b/linux/ecosystem/teamcity/agent/node0.12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/node10/Makefile b/linux/ecosystem/teamcity/agent/node10/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/node10/Makefile +++ b/linux/ecosystem/teamcity/agent/node10/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/node11/Makefile b/linux/ecosystem/teamcity/agent/node11/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/node11/Makefile +++ b/linux/ecosystem/teamcity/agent/node11/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/node12/Makefile b/linux/ecosystem/teamcity/agent/node12/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/node12/Makefile +++ b/linux/ecosystem/teamcity/agent/node12/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/node13/Makefile b/linux/ecosystem/teamcity/agent/node13/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/node13/Makefile +++ b/linux/ecosystem/teamcity/agent/node13/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/node14/Makefile b/linux/ecosystem/teamcity/agent/node14/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/node14/Makefile +++ b/linux/ecosystem/teamcity/agent/node14/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/node15/Makefile b/linux/ecosystem/teamcity/agent/node15/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/node15/Makefile +++ b/linux/ecosystem/teamcity/agent/node15/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/node16/Makefile b/linux/ecosystem/teamcity/agent/node16/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/node16/Makefile +++ b/linux/ecosystem/teamcity/agent/node16/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/node17/Makefile b/linux/ecosystem/teamcity/agent/node17/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/node17/Makefile +++ b/linux/ecosystem/teamcity/agent/node17/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/node18/Makefile b/linux/ecosystem/teamcity/agent/node18/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/node18/Makefile +++ b/linux/ecosystem/teamcity/agent/node18/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/node19/Makefile b/linux/ecosystem/teamcity/agent/node19/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/node19/Makefile +++ b/linux/ecosystem/teamcity/agent/node19/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/node20/Makefile b/linux/ecosystem/teamcity/agent/node20/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/node20/Makefile +++ b/linux/ecosystem/teamcity/agent/node20/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/node21/Makefile b/linux/ecosystem/teamcity/agent/node21/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/node21/Makefile +++ b/linux/ecosystem/teamcity/agent/node21/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/node22/Makefile b/linux/ecosystem/teamcity/agent/node22/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/node22/Makefile +++ b/linux/ecosystem/teamcity/agent/node22/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/node4/Makefile b/linux/ecosystem/teamcity/agent/node4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/node4/Makefile +++ b/linux/ecosystem/teamcity/agent/node4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/node5/Makefile b/linux/ecosystem/teamcity/agent/node5/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/node5/Makefile +++ b/linux/ecosystem/teamcity/agent/node5/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/node6/Makefile b/linux/ecosystem/teamcity/agent/node6/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/node6/Makefile +++ b/linux/ecosystem/teamcity/agent/node6/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/node7/Makefile b/linux/ecosystem/teamcity/agent/node7/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/node7/Makefile +++ b/linux/ecosystem/teamcity/agent/node7/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/node8/Makefile b/linux/ecosystem/teamcity/agent/node8/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/node8/Makefile +++ b/linux/ecosystem/teamcity/agent/node8/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/node9/Makefile b/linux/ecosystem/teamcity/agent/node9/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/node9/Makefile +++ b/linux/ecosystem/teamcity/agent/node9/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/php7.2/Makefile b/linux/ecosystem/teamcity/agent/php7.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/php7.2/Makefile +++ b/linux/ecosystem/teamcity/agent/php7.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/php7.3/Makefile b/linux/ecosystem/teamcity/agent/php7.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/php7.3/Makefile +++ b/linux/ecosystem/teamcity/agent/php7.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/php7.4/Makefile b/linux/ecosystem/teamcity/agent/php7.4/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/php7.4/Makefile +++ b/linux/ecosystem/teamcity/agent/php7.4/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/php8.0/Makefile b/linux/ecosystem/teamcity/agent/php8.0/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/php8.0/Makefile +++ b/linux/ecosystem/teamcity/agent/php8.0/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/php8.1/Makefile b/linux/ecosystem/teamcity/agent/php8.1/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/php8.1/Makefile +++ b/linux/ecosystem/teamcity/agent/php8.1/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/php8.2/Makefile b/linux/ecosystem/teamcity/agent/php8.2/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/php8.2/Makefile +++ b/linux/ecosystem/teamcity/agent/php8.2/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/teamcity/agent/php8.3/Makefile b/linux/ecosystem/teamcity/agent/php8.3/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/teamcity/agent/php8.3/Makefile +++ b/linux/ecosystem/teamcity/agent/php8.3/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.4.1.3669/ad/Makefile b/linux/ecosystem/testrail/5.4.1.3669/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.4.1.3669/ad/Makefile +++ b/linux/ecosystem/testrail/5.4.1.3669/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.4.1.3669/ldap/Makefile b/linux/ecosystem/testrail/5.4.1.3669/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.4.1.3669/ldap/Makefile +++ b/linux/ecosystem/testrail/5.4.1.3669/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.4.1.3669/main/Makefile b/linux/ecosystem/testrail/5.4.1.3669/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.4.1.3669/main/Makefile +++ b/linux/ecosystem/testrail/5.4.1.3669/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.5.0.3727/ad/Makefile b/linux/ecosystem/testrail/5.5.0.3727/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.5.0.3727/ad/Makefile +++ b/linux/ecosystem/testrail/5.5.0.3727/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.5.0.3727/ldap/Makefile b/linux/ecosystem/testrail/5.5.0.3727/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.5.0.3727/ldap/Makefile +++ b/linux/ecosystem/testrail/5.5.0.3727/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.5.0.3727/main/Makefile b/linux/ecosystem/testrail/5.5.0.3727/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.5.0.3727/main/Makefile +++ b/linux/ecosystem/testrail/5.5.0.3727/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.5.0.3731/ad/Makefile b/linux/ecosystem/testrail/5.5.0.3731/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.5.0.3731/ad/Makefile +++ b/linux/ecosystem/testrail/5.5.0.3731/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.5.0.3731/ldap/Makefile b/linux/ecosystem/testrail/5.5.0.3731/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.5.0.3731/ldap/Makefile +++ b/linux/ecosystem/testrail/5.5.0.3731/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.5.0.3731/main/Makefile b/linux/ecosystem/testrail/5.5.0.3731/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.5.0.3731/main/Makefile +++ b/linux/ecosystem/testrail/5.5.0.3731/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.5.0.3735/ad/Makefile b/linux/ecosystem/testrail/5.5.0.3735/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.5.0.3735/ad/Makefile +++ b/linux/ecosystem/testrail/5.5.0.3735/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.5.0.3735/ldap/Makefile b/linux/ecosystem/testrail/5.5.0.3735/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.5.0.3735/ldap/Makefile +++ b/linux/ecosystem/testrail/5.5.0.3735/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.5.0.3735/main/Makefile b/linux/ecosystem/testrail/5.5.0.3735/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.5.0.3735/main/Makefile +++ b/linux/ecosystem/testrail/5.5.0.3735/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.5.1.3746/ad/Makefile b/linux/ecosystem/testrail/5.5.1.3746/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.5.1.3746/ad/Makefile +++ b/linux/ecosystem/testrail/5.5.1.3746/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.5.1.3746/ldap/Makefile b/linux/ecosystem/testrail/5.5.1.3746/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.5.1.3746/ldap/Makefile +++ b/linux/ecosystem/testrail/5.5.1.3746/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.5.1.3746/main/Makefile b/linux/ecosystem/testrail/5.5.1.3746/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.5.1.3746/main/Makefile +++ b/linux/ecosystem/testrail/5.5.1.3746/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.6.0.3853/ad/Makefile b/linux/ecosystem/testrail/5.6.0.3853/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.6.0.3853/ad/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3853/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.6.0.3853/ldap/Makefile b/linux/ecosystem/testrail/5.6.0.3853/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.6.0.3853/ldap/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3853/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.6.0.3853/main/Makefile b/linux/ecosystem/testrail/5.6.0.3853/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.6.0.3853/main/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3853/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.6.0.3856/ad/Makefile b/linux/ecosystem/testrail/5.6.0.3856/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.6.0.3856/ad/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3856/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.6.0.3856/ldap/Makefile b/linux/ecosystem/testrail/5.6.0.3856/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.6.0.3856/ldap/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3856/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.6.0.3856/main/Makefile b/linux/ecosystem/testrail/5.6.0.3856/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.6.0.3856/main/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3856/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.6.0.3861/ad/Makefile b/linux/ecosystem/testrail/5.6.0.3861/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.6.0.3861/ad/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3861/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.6.0.3861/ldap/Makefile b/linux/ecosystem/testrail/5.6.0.3861/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.6.0.3861/ldap/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3861/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.6.0.3861/main/Makefile b/linux/ecosystem/testrail/5.6.0.3861/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.6.0.3861/main/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3861/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.6.0.3862/ad/Makefile b/linux/ecosystem/testrail/5.6.0.3862/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.6.0.3862/ad/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3862/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.6.0.3862/ldap/Makefile b/linux/ecosystem/testrail/5.6.0.3862/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.6.0.3862/ldap/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3862/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.6.0.3862/main/Makefile b/linux/ecosystem/testrail/5.6.0.3862/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.6.0.3862/main/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3862/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.6.0.3865/ad/Makefile b/linux/ecosystem/testrail/5.6.0.3865/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.6.0.3865/ad/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3865/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.6.0.3865/ldap/Makefile b/linux/ecosystem/testrail/5.6.0.3865/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.6.0.3865/ldap/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3865/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.6.0.3865/main/Makefile b/linux/ecosystem/testrail/5.6.0.3865/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.6.0.3865/main/Makefile +++ b/linux/ecosystem/testrail/5.6.0.3865/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.7.0.3938/ad/Makefile b/linux/ecosystem/testrail/5.7.0.3938/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.7.0.3938/ad/Makefile +++ b/linux/ecosystem/testrail/5.7.0.3938/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.7.0.3938/ldap/Makefile b/linux/ecosystem/testrail/5.7.0.3938/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.7.0.3938/ldap/Makefile +++ b/linux/ecosystem/testrail/5.7.0.3938/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.7.0.3938/main/Makefile b/linux/ecosystem/testrail/5.7.0.3938/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.7.0.3938/main/Makefile +++ b/linux/ecosystem/testrail/5.7.0.3938/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.7.0.3942/ad/Makefile b/linux/ecosystem/testrail/5.7.0.3942/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.7.0.3942/ad/Makefile +++ b/linux/ecosystem/testrail/5.7.0.3942/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.7.0.3942/ldap/Makefile b/linux/ecosystem/testrail/5.7.0.3942/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.7.0.3942/ldap/Makefile +++ b/linux/ecosystem/testrail/5.7.0.3942/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.7.0.3942/main/Makefile b/linux/ecosystem/testrail/5.7.0.3942/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.7.0.3942/main/Makefile +++ b/linux/ecosystem/testrail/5.7.0.3942/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.7.0.3951/ad/Makefile b/linux/ecosystem/testrail/5.7.0.3951/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.7.0.3951/ad/Makefile +++ b/linux/ecosystem/testrail/5.7.0.3951/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.7.0.3951/ldap/Makefile b/linux/ecosystem/testrail/5.7.0.3951/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.7.0.3951/ldap/Makefile +++ b/linux/ecosystem/testrail/5.7.0.3951/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.7.0.3951/main/Makefile b/linux/ecosystem/testrail/5.7.0.3951/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.7.0.3951/main/Makefile +++ b/linux/ecosystem/testrail/5.7.0.3951/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.7.1.4026/ad/Makefile b/linux/ecosystem/testrail/5.7.1.4026/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.7.1.4026/ad/Makefile +++ b/linux/ecosystem/testrail/5.7.1.4026/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.7.1.4026/ldap/Makefile b/linux/ecosystem/testrail/5.7.1.4026/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.7.1.4026/ldap/Makefile +++ b/linux/ecosystem/testrail/5.7.1.4026/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.7.1.4026/main/Makefile b/linux/ecosystem/testrail/5.7.1.4026/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.7.1.4026/main/Makefile +++ b/linux/ecosystem/testrail/5.7.1.4026/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.7.1.4028/ad/Makefile b/linux/ecosystem/testrail/5.7.1.4028/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.7.1.4028/ad/Makefile +++ b/linux/ecosystem/testrail/5.7.1.4028/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.7.1.4028/ldap/Makefile b/linux/ecosystem/testrail/5.7.1.4028/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.7.1.4028/ldap/Makefile +++ b/linux/ecosystem/testrail/5.7.1.4028/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/5.7.1.4028/main/Makefile b/linux/ecosystem/testrail/5.7.1.4028/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/5.7.1.4028/main/Makefile +++ b/linux/ecosystem/testrail/5.7.1.4028/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.0.0.4140/ad/Makefile b/linux/ecosystem/testrail/6.0.0.4140/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.0.0.4140/ad/Makefile +++ b/linux/ecosystem/testrail/6.0.0.4140/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.0.0.4140/ldap/Makefile b/linux/ecosystem/testrail/6.0.0.4140/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.0.0.4140/ldap/Makefile +++ b/linux/ecosystem/testrail/6.0.0.4140/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.0.0.4140/main/Makefile b/linux/ecosystem/testrail/6.0.0.4140/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.0.0.4140/main/Makefile +++ b/linux/ecosystem/testrail/6.0.0.4140/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.0.1.4163/ad/Makefile b/linux/ecosystem/testrail/6.0.1.4163/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.0.1.4163/ad/Makefile +++ b/linux/ecosystem/testrail/6.0.1.4163/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.0.1.4163/ldap/Makefile b/linux/ecosystem/testrail/6.0.1.4163/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.0.1.4163/ldap/Makefile +++ b/linux/ecosystem/testrail/6.0.1.4163/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.0.1.4163/main/Makefile b/linux/ecosystem/testrail/6.0.1.4163/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.0.1.4163/main/Makefile +++ b/linux/ecosystem/testrail/6.0.1.4163/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.1.0.4367/ad/Makefile b/linux/ecosystem/testrail/6.1.0.4367/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.1.0.4367/ad/Makefile +++ b/linux/ecosystem/testrail/6.1.0.4367/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.1.0.4367/ldap/Makefile b/linux/ecosystem/testrail/6.1.0.4367/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.1.0.4367/ldap/Makefile +++ b/linux/ecosystem/testrail/6.1.0.4367/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.1.0.4367/main/Makefile b/linux/ecosystem/testrail/6.1.0.4367/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.1.0.4367/main/Makefile +++ b/linux/ecosystem/testrail/6.1.0.4367/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.1.0.4369/ad/Makefile b/linux/ecosystem/testrail/6.1.0.4369/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.1.0.4369/ad/Makefile +++ b/linux/ecosystem/testrail/6.1.0.4369/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.1.0.4369/ldap/Makefile b/linux/ecosystem/testrail/6.1.0.4369/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.1.0.4369/ldap/Makefile +++ b/linux/ecosystem/testrail/6.1.0.4369/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.1.0.4369/main/Makefile b/linux/ecosystem/testrail/6.1.0.4369/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.1.0.4369/main/Makefile +++ b/linux/ecosystem/testrail/6.1.0.4369/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.1.1.1020/ad/Makefile b/linux/ecosystem/testrail/6.1.1.1020/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.1.1.1020/ad/Makefile +++ b/linux/ecosystem/testrail/6.1.1.1020/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.1.1.1020/ldap/Makefile b/linux/ecosystem/testrail/6.1.1.1020/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.1.1.1020/ldap/Makefile +++ b/linux/ecosystem/testrail/6.1.1.1020/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.1.1.1020/main/Makefile b/linux/ecosystem/testrail/6.1.1.1020/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.1.1.1020/main/Makefile +++ b/linux/ecosystem/testrail/6.1.1.1020/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.1.1.1021/ad/Makefile b/linux/ecosystem/testrail/6.1.1.1021/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.1.1.1021/ad/Makefile +++ b/linux/ecosystem/testrail/6.1.1.1021/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.1.1.1021/ldap/Makefile b/linux/ecosystem/testrail/6.1.1.1021/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.1.1.1021/ldap/Makefile +++ b/linux/ecosystem/testrail/6.1.1.1021/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.1.1.1021/main/Makefile b/linux/ecosystem/testrail/6.1.1.1021/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.1.1.1021/main/Makefile +++ b/linux/ecosystem/testrail/6.1.1.1021/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.2.0.1085/ad/Makefile b/linux/ecosystem/testrail/6.2.0.1085/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.2.0.1085/ad/Makefile +++ b/linux/ecosystem/testrail/6.2.0.1085/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.2.0.1085/ldap/Makefile b/linux/ecosystem/testrail/6.2.0.1085/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.2.0.1085/ldap/Makefile +++ b/linux/ecosystem/testrail/6.2.0.1085/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.2.0.1085/main/Makefile b/linux/ecosystem/testrail/6.2.0.1085/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.2.0.1085/main/Makefile +++ b/linux/ecosystem/testrail/6.2.0.1085/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.2.1.1003/ad/Makefile b/linux/ecosystem/testrail/6.2.1.1003/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.2.1.1003/ad/Makefile +++ b/linux/ecosystem/testrail/6.2.1.1003/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.2.1.1003/ldap/Makefile b/linux/ecosystem/testrail/6.2.1.1003/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.2.1.1003/ldap/Makefile +++ b/linux/ecosystem/testrail/6.2.1.1003/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.2.1.1003/main/Makefile b/linux/ecosystem/testrail/6.2.1.1003/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.2.1.1003/main/Makefile +++ b/linux/ecosystem/testrail/6.2.1.1003/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.2.1.1005/ad/Makefile b/linux/ecosystem/testrail/6.2.1.1005/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.2.1.1005/ad/Makefile +++ b/linux/ecosystem/testrail/6.2.1.1005/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.2.1.1005/ldap/Makefile b/linux/ecosystem/testrail/6.2.1.1005/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.2.1.1005/ldap/Makefile +++ b/linux/ecosystem/testrail/6.2.1.1005/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.2.1.1005/main/Makefile b/linux/ecosystem/testrail/6.2.1.1005/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.2.1.1005/main/Makefile +++ b/linux/ecosystem/testrail/6.2.1.1005/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.2.2.1107/ad/Makefile b/linux/ecosystem/testrail/6.2.2.1107/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.2.2.1107/ad/Makefile +++ b/linux/ecosystem/testrail/6.2.2.1107/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.2.2.1107/ldap/Makefile b/linux/ecosystem/testrail/6.2.2.1107/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.2.2.1107/ldap/Makefile +++ b/linux/ecosystem/testrail/6.2.2.1107/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.2.2.1107/main/Makefile b/linux/ecosystem/testrail/6.2.2.1107/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.2.2.1107/main/Makefile +++ b/linux/ecosystem/testrail/6.2.2.1107/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.2.3.1114/ad/Makefile b/linux/ecosystem/testrail/6.2.3.1114/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.2.3.1114/ad/Makefile +++ b/linux/ecosystem/testrail/6.2.3.1114/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.2.3.1114/ldap/Makefile b/linux/ecosystem/testrail/6.2.3.1114/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.2.3.1114/ldap/Makefile +++ b/linux/ecosystem/testrail/6.2.3.1114/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.2.3.1114/main/Makefile b/linux/ecosystem/testrail/6.2.3.1114/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.2.3.1114/main/Makefile +++ b/linux/ecosystem/testrail/6.2.3.1114/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.3.0.1120/ad/Makefile b/linux/ecosystem/testrail/6.3.0.1120/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.3.0.1120/ad/Makefile +++ b/linux/ecosystem/testrail/6.3.0.1120/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.3.0.1120/ldap/Makefile b/linux/ecosystem/testrail/6.3.0.1120/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.3.0.1120/ldap/Makefile +++ b/linux/ecosystem/testrail/6.3.0.1120/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.3.0.1120/main/Makefile b/linux/ecosystem/testrail/6.3.0.1120/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.3.0.1120/main/Makefile +++ b/linux/ecosystem/testrail/6.3.0.1120/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.3.1.1004/ad/Makefile b/linux/ecosystem/testrail/6.3.1.1004/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.3.1.1004/ad/Makefile +++ b/linux/ecosystem/testrail/6.3.1.1004/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.3.1.1004/ldap/Makefile b/linux/ecosystem/testrail/6.3.1.1004/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.3.1.1004/ldap/Makefile +++ b/linux/ecosystem/testrail/6.3.1.1004/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.3.1.1004/main/Makefile b/linux/ecosystem/testrail/6.3.1.1004/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.3.1.1004/main/Makefile +++ b/linux/ecosystem/testrail/6.3.1.1004/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.3.1.1006/ad/Makefile b/linux/ecosystem/testrail/6.3.1.1006/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.3.1.1006/ad/Makefile +++ b/linux/ecosystem/testrail/6.3.1.1006/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.3.1.1006/ldap/Makefile b/linux/ecosystem/testrail/6.3.1.1006/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.3.1.1006/ldap/Makefile +++ b/linux/ecosystem/testrail/6.3.1.1006/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.3.1.1006/main/Makefile b/linux/ecosystem/testrail/6.3.1.1006/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.3.1.1006/main/Makefile +++ b/linux/ecosystem/testrail/6.3.1.1006/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.4.0.1284/ad/Makefile b/linux/ecosystem/testrail/6.4.0.1284/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.4.0.1284/ad/Makefile +++ b/linux/ecosystem/testrail/6.4.0.1284/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.4.0.1284/ldap/Makefile b/linux/ecosystem/testrail/6.4.0.1284/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.4.0.1284/ldap/Makefile +++ b/linux/ecosystem/testrail/6.4.0.1284/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.4.0.1284/main/Makefile b/linux/ecosystem/testrail/6.4.0.1284/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.4.0.1284/main/Makefile +++ b/linux/ecosystem/testrail/6.4.0.1284/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.4.0.1293/ad/Makefile b/linux/ecosystem/testrail/6.4.0.1293/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.4.0.1293/ad/Makefile +++ b/linux/ecosystem/testrail/6.4.0.1293/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.4.0.1293/ldap/Makefile b/linux/ecosystem/testrail/6.4.0.1293/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.4.0.1293/ldap/Makefile +++ b/linux/ecosystem/testrail/6.4.0.1293/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.4.0.1293/main/Makefile b/linux/ecosystem/testrail/6.4.0.1293/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.4.0.1293/main/Makefile +++ b/linux/ecosystem/testrail/6.4.0.1293/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.0.1298/ad/Makefile b/linux/ecosystem/testrail/6.5.0.1298/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.0.1298/ad/Makefile +++ b/linux/ecosystem/testrail/6.5.0.1298/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.0.1298/ldap/Makefile b/linux/ecosystem/testrail/6.5.0.1298/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.0.1298/ldap/Makefile +++ b/linux/ecosystem/testrail/6.5.0.1298/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.0.1298/main/Makefile b/linux/ecosystem/testrail/6.5.0.1298/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.0.1298/main/Makefile +++ b/linux/ecosystem/testrail/6.5.0.1298/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.1.1002/ad/Makefile b/linux/ecosystem/testrail/6.5.1.1002/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.1.1002/ad/Makefile +++ b/linux/ecosystem/testrail/6.5.1.1002/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.1.1002/ldap/Makefile b/linux/ecosystem/testrail/6.5.1.1002/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.1.1002/ldap/Makefile +++ b/linux/ecosystem/testrail/6.5.1.1002/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.1.1002/main/Makefile b/linux/ecosystem/testrail/6.5.1.1002/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.1.1002/main/Makefile +++ b/linux/ecosystem/testrail/6.5.1.1002/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.3.1001/ad/Makefile b/linux/ecosystem/testrail/6.5.3.1001/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.3.1001/ad/Makefile +++ b/linux/ecosystem/testrail/6.5.3.1001/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.3.1001/ldap/Makefile b/linux/ecosystem/testrail/6.5.3.1001/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.3.1001/ldap/Makefile +++ b/linux/ecosystem/testrail/6.5.3.1001/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.3.1001/main/Makefile b/linux/ecosystem/testrail/6.5.3.1001/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.3.1001/main/Makefile +++ b/linux/ecosystem/testrail/6.5.3.1001/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.4.1002/ad/Makefile b/linux/ecosystem/testrail/6.5.4.1002/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.4.1002/ad/Makefile +++ b/linux/ecosystem/testrail/6.5.4.1002/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.4.1002/ldap/Makefile b/linux/ecosystem/testrail/6.5.4.1002/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.4.1002/ldap/Makefile +++ b/linux/ecosystem/testrail/6.5.4.1002/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.4.1002/main/Makefile b/linux/ecosystem/testrail/6.5.4.1002/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.4.1002/main/Makefile +++ b/linux/ecosystem/testrail/6.5.4.1002/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.4.1007/ad/Makefile b/linux/ecosystem/testrail/6.5.4.1007/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.4.1007/ad/Makefile +++ b/linux/ecosystem/testrail/6.5.4.1007/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.4.1007/ldap/Makefile b/linux/ecosystem/testrail/6.5.4.1007/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.4.1007/ldap/Makefile +++ b/linux/ecosystem/testrail/6.5.4.1007/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.4.1007/main/Makefile b/linux/ecosystem/testrail/6.5.4.1007/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.4.1007/main/Makefile +++ b/linux/ecosystem/testrail/6.5.4.1007/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.5.1009/ad/Makefile b/linux/ecosystem/testrail/6.5.5.1009/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.5.1009/ad/Makefile +++ b/linux/ecosystem/testrail/6.5.5.1009/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.5.1009/ldap/Makefile b/linux/ecosystem/testrail/6.5.5.1009/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.5.1009/ldap/Makefile +++ b/linux/ecosystem/testrail/6.5.5.1009/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.5.1009/main/Makefile b/linux/ecosystem/testrail/6.5.5.1009/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.5.1009/main/Makefile +++ b/linux/ecosystem/testrail/6.5.5.1009/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.6.1014/ad/Makefile b/linux/ecosystem/testrail/6.5.6.1014/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.6.1014/ad/Makefile +++ b/linux/ecosystem/testrail/6.5.6.1014/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.6.1014/ldap/Makefile b/linux/ecosystem/testrail/6.5.6.1014/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.6.1014/ldap/Makefile +++ b/linux/ecosystem/testrail/6.5.6.1014/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.6.1014/main/Makefile b/linux/ecosystem/testrail/6.5.6.1014/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.6.1014/main/Makefile +++ b/linux/ecosystem/testrail/6.5.6.1014/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.7.1000/ad/Makefile b/linux/ecosystem/testrail/6.5.7.1000/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.7.1000/ad/Makefile +++ b/linux/ecosystem/testrail/6.5.7.1000/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.7.1000/ldap/Makefile b/linux/ecosystem/testrail/6.5.7.1000/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.7.1000/ldap/Makefile +++ b/linux/ecosystem/testrail/6.5.7.1000/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.5.7.1000/main/Makefile b/linux/ecosystem/testrail/6.5.7.1000/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.5.7.1000/main/Makefile +++ b/linux/ecosystem/testrail/6.5.7.1000/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.6.0.1156/ad/Makefile b/linux/ecosystem/testrail/6.6.0.1156/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.6.0.1156/ad/Makefile +++ b/linux/ecosystem/testrail/6.6.0.1156/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.6.0.1156/ldap/Makefile b/linux/ecosystem/testrail/6.6.0.1156/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.6.0.1156/ldap/Makefile +++ b/linux/ecosystem/testrail/6.6.0.1156/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.6.0.1156/main/Makefile b/linux/ecosystem/testrail/6.6.0.1156/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.6.0.1156/main/Makefile +++ b/linux/ecosystem/testrail/6.6.0.1156/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.6.1.1166/ad/Makefile b/linux/ecosystem/testrail/6.6.1.1166/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.6.1.1166/ad/Makefile +++ b/linux/ecosystem/testrail/6.6.1.1166/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.6.1.1166/ldap/Makefile b/linux/ecosystem/testrail/6.6.1.1166/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.6.1.1166/ldap/Makefile +++ b/linux/ecosystem/testrail/6.6.1.1166/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.6.1.1166/main/Makefile b/linux/ecosystem/testrail/6.6.1.1166/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.6.1.1166/main/Makefile +++ b/linux/ecosystem/testrail/6.6.1.1166/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.7.1.1020/ad/Makefile b/linux/ecosystem/testrail/6.7.1.1020/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.7.1.1020/ad/Makefile +++ b/linux/ecosystem/testrail/6.7.1.1020/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.7.1.1020/ldap/Makefile b/linux/ecosystem/testrail/6.7.1.1020/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.7.1.1020/ldap/Makefile +++ b/linux/ecosystem/testrail/6.7.1.1020/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.7.1.1020/main/Makefile b/linux/ecosystem/testrail/6.7.1.1020/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.7.1.1020/main/Makefile +++ b/linux/ecosystem/testrail/6.7.1.1020/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.7.2.1037/ad/Makefile b/linux/ecosystem/testrail/6.7.2.1037/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.7.2.1037/ad/Makefile +++ b/linux/ecosystem/testrail/6.7.2.1037/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.7.2.1037/ldap/Makefile b/linux/ecosystem/testrail/6.7.2.1037/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.7.2.1037/ldap/Makefile +++ b/linux/ecosystem/testrail/6.7.2.1037/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.7.2.1037/main/Makefile b/linux/ecosystem/testrail/6.7.2.1037/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.7.2.1037/main/Makefile +++ b/linux/ecosystem/testrail/6.7.2.1037/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.7.2.1043/ad/Makefile b/linux/ecosystem/testrail/6.7.2.1043/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.7.2.1043/ad/Makefile +++ b/linux/ecosystem/testrail/6.7.2.1043/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.7.2.1043/ldap/Makefile b/linux/ecosystem/testrail/6.7.2.1043/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.7.2.1043/ldap/Makefile +++ b/linux/ecosystem/testrail/6.7.2.1043/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/6.7.2.1043/main/Makefile b/linux/ecosystem/testrail/6.7.2.1043/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/6.7.2.1043/main/Makefile +++ b/linux/ecosystem/testrail/6.7.2.1043/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.0.0.1057/ad/Makefile b/linux/ecosystem/testrail/7.0.0.1057/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.0.0.1057/ad/Makefile +++ b/linux/ecosystem/testrail/7.0.0.1057/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.0.0.1057/ldap/Makefile b/linux/ecosystem/testrail/7.0.0.1057/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.0.0.1057/ldap/Makefile +++ b/linux/ecosystem/testrail/7.0.0.1057/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.0.0.1057/main/Makefile b/linux/ecosystem/testrail/7.0.0.1057/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.0.0.1057/main/Makefile +++ b/linux/ecosystem/testrail/7.0.0.1057/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.0.1.1002/ad/Makefile b/linux/ecosystem/testrail/7.0.1.1002/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.0.1.1002/ad/Makefile +++ b/linux/ecosystem/testrail/7.0.1.1002/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.0.1.1002/ldap/Makefile b/linux/ecosystem/testrail/7.0.1.1002/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.0.1.1002/ldap/Makefile +++ b/linux/ecosystem/testrail/7.0.1.1002/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.0.1.1002/main/Makefile b/linux/ecosystem/testrail/7.0.1.1002/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.0.1.1002/main/Makefile +++ b/linux/ecosystem/testrail/7.0.1.1002/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.0.1.1013/ad/Makefile b/linux/ecosystem/testrail/7.0.1.1013/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.0.1.1013/ad/Makefile +++ b/linux/ecosystem/testrail/7.0.1.1013/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.0.1.1013/ldap/Makefile b/linux/ecosystem/testrail/7.0.1.1013/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.0.1.1013/ldap/Makefile +++ b/linux/ecosystem/testrail/7.0.1.1013/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.0.1.1013/main/Makefile b/linux/ecosystem/testrail/7.0.1.1013/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.0.1.1013/main/Makefile +++ b/linux/ecosystem/testrail/7.0.1.1013/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.0.2.1014/ad/Makefile b/linux/ecosystem/testrail/7.0.2.1014/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.0.2.1014/ad/Makefile +++ b/linux/ecosystem/testrail/7.0.2.1014/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.0.2.1014/ldap/Makefile b/linux/ecosystem/testrail/7.0.2.1014/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.0.2.1014/ldap/Makefile +++ b/linux/ecosystem/testrail/7.0.2.1014/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.0.2.1014/main/Makefile b/linux/ecosystem/testrail/7.0.2.1014/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.0.2.1014/main/Makefile +++ b/linux/ecosystem/testrail/7.0.2.1014/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.0.2.1015/ad/Makefile b/linux/ecosystem/testrail/7.0.2.1015/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.0.2.1015/ad/Makefile +++ b/linux/ecosystem/testrail/7.0.2.1015/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.0.2.1015/ldap/Makefile b/linux/ecosystem/testrail/7.0.2.1015/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.0.2.1015/ldap/Makefile +++ b/linux/ecosystem/testrail/7.0.2.1015/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.0.2.1015/main/Makefile b/linux/ecosystem/testrail/7.0.2.1015/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.0.2.1015/main/Makefile +++ b/linux/ecosystem/testrail/7.0.2.1015/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.0.2.1016/ad/Makefile b/linux/ecosystem/testrail/7.0.2.1016/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.0.2.1016/ad/Makefile +++ b/linux/ecosystem/testrail/7.0.2.1016/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.0.2.1016/ldap/Makefile b/linux/ecosystem/testrail/7.0.2.1016/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.0.2.1016/ldap/Makefile +++ b/linux/ecosystem/testrail/7.0.2.1016/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.0.2.1016/main/Makefile b/linux/ecosystem/testrail/7.0.2.1016/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.0.2.1016/main/Makefile +++ b/linux/ecosystem/testrail/7.0.2.1016/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.4.1.8079/ad/Makefile b/linux/ecosystem/testrail/7.4.1.8079/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.4.1.8079/ad/Makefile +++ b/linux/ecosystem/testrail/7.4.1.8079/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.4.1.8079/ldap/Makefile b/linux/ecosystem/testrail/7.4.1.8079/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.4.1.8079/ldap/Makefile +++ b/linux/ecosystem/testrail/7.4.1.8079/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.4.1.8079/main/Makefile b/linux/ecosystem/testrail/7.4.1.8079/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.4.1.8079/main/Makefile +++ b/linux/ecosystem/testrail/7.4.1.8079/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.4.1.8091/ad/Makefile b/linux/ecosystem/testrail/7.4.1.8091/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.4.1.8091/ad/Makefile +++ b/linux/ecosystem/testrail/7.4.1.8091/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.4.1.8091/ldap/Makefile b/linux/ecosystem/testrail/7.4.1.8091/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.4.1.8091/ldap/Makefile +++ b/linux/ecosystem/testrail/7.4.1.8091/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.4.1.8091/main/Makefile b/linux/ecosystem/testrail/7.4.1.8091/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.4.1.8091/main/Makefile +++ b/linux/ecosystem/testrail/7.4.1.8091/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.4.1.8092/ad/Makefile b/linux/ecosystem/testrail/7.4.1.8092/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.4.1.8092/ad/Makefile +++ b/linux/ecosystem/testrail/7.4.1.8092/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.4.1.8092/ldap/Makefile b/linux/ecosystem/testrail/7.4.1.8092/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.4.1.8092/ldap/Makefile +++ b/linux/ecosystem/testrail/7.4.1.8092/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.4.1.8092/main/Makefile b/linux/ecosystem/testrail/7.4.1.8092/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.4.1.8092/main/Makefile +++ b/linux/ecosystem/testrail/7.4.1.8092/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.5.1.7010/ad/Makefile b/linux/ecosystem/testrail/7.5.1.7010/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.5.1.7010/ad/Makefile +++ b/linux/ecosystem/testrail/7.5.1.7010/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.5.1.7010/ldap/Makefile b/linux/ecosystem/testrail/7.5.1.7010/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.5.1.7010/ldap/Makefile +++ b/linux/ecosystem/testrail/7.5.1.7010/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.5.1.7010/main/Makefile b/linux/ecosystem/testrail/7.5.1.7010/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.5.1.7010/main/Makefile +++ b/linux/ecosystem/testrail/7.5.1.7010/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.5.1.7012/ad/Makefile b/linux/ecosystem/testrail/7.5.1.7012/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.5.1.7012/ad/Makefile +++ b/linux/ecosystem/testrail/7.5.1.7012/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.5.1.7012/ldap/Makefile b/linux/ecosystem/testrail/7.5.1.7012/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.5.1.7012/ldap/Makefile +++ b/linux/ecosystem/testrail/7.5.1.7012/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.5.1.7012/main/Makefile b/linux/ecosystem/testrail/7.5.1.7012/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.5.1.7012/main/Makefile +++ b/linux/ecosystem/testrail/7.5.1.7012/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.5.1.7013/ad/Makefile b/linux/ecosystem/testrail/7.5.1.7013/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.5.1.7013/ad/Makefile +++ b/linux/ecosystem/testrail/7.5.1.7013/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.5.1.7013/ldap/Makefile b/linux/ecosystem/testrail/7.5.1.7013/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.5.1.7013/ldap/Makefile +++ b/linux/ecosystem/testrail/7.5.1.7013/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.5.1.7013/main/Makefile b/linux/ecosystem/testrail/7.5.1.7013/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.5.1.7013/main/Makefile +++ b/linux/ecosystem/testrail/7.5.1.7013/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.5.2.1002/ad/Makefile b/linux/ecosystem/testrail/7.5.2.1002/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.5.2.1002/ad/Makefile +++ b/linux/ecosystem/testrail/7.5.2.1002/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.5.2.1002/ldap/Makefile b/linux/ecosystem/testrail/7.5.2.1002/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.5.2.1002/ldap/Makefile +++ b/linux/ecosystem/testrail/7.5.2.1002/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.5.2.1002/main/Makefile b/linux/ecosystem/testrail/7.5.2.1002/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.5.2.1002/main/Makefile +++ b/linux/ecosystem/testrail/7.5.2.1002/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.5.3.1000/ad/Makefile b/linux/ecosystem/testrail/7.5.3.1000/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.5.3.1000/ad/Makefile +++ b/linux/ecosystem/testrail/7.5.3.1000/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.5.3.1000/ldap/Makefile b/linux/ecosystem/testrail/7.5.3.1000/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.5.3.1000/ldap/Makefile +++ b/linux/ecosystem/testrail/7.5.3.1000/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/7.5.3.1000/main/Makefile b/linux/ecosystem/testrail/7.5.3.1000/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/7.5.3.1000/main/Makefile +++ b/linux/ecosystem/testrail/7.5.3.1000/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/8.0.0.1089/ad/Makefile b/linux/ecosystem/testrail/8.0.0.1089/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/8.0.0.1089/ad/Makefile +++ b/linux/ecosystem/testrail/8.0.0.1089/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/8.0.0.1089/ldap/Makefile b/linux/ecosystem/testrail/8.0.0.1089/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/8.0.0.1089/ldap/Makefile +++ b/linux/ecosystem/testrail/8.0.0.1089/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/8.0.0.1089/main/Makefile b/linux/ecosystem/testrail/8.0.0.1089/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/8.0.0.1089/main/Makefile +++ b/linux/ecosystem/testrail/8.0.0.1089/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/8.0.1.1029/ad/Makefile b/linux/ecosystem/testrail/8.0.1.1029/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/8.0.1.1029/ad/Makefile +++ b/linux/ecosystem/testrail/8.0.1.1029/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/8.0.1.1029/ldap/Makefile b/linux/ecosystem/testrail/8.0.1.1029/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/8.0.1.1029/ldap/Makefile +++ b/linux/ecosystem/testrail/8.0.1.1029/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/8.0.1.1029/main/Makefile b/linux/ecosystem/testrail/8.0.1.1029/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/8.0.1.1029/main/Makefile +++ b/linux/ecosystem/testrail/8.0.1.1029/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/8.0.4.7036/ad/Makefile b/linux/ecosystem/testrail/8.0.4.7036/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/8.0.4.7036/ad/Makefile +++ b/linux/ecosystem/testrail/8.0.4.7036/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/8.0.4.7036/ldap/Makefile b/linux/ecosystem/testrail/8.0.4.7036/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/8.0.4.7036/ldap/Makefile +++ b/linux/ecosystem/testrail/8.0.4.7036/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/8.0.4.7036/main/Makefile b/linux/ecosystem/testrail/8.0.4.7036/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/8.0.4.7036/main/Makefile +++ b/linux/ecosystem/testrail/8.0.4.7036/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/8.0.6.1019/ad/Makefile b/linux/ecosystem/testrail/8.0.6.1019/ad/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/8.0.6.1019/ad/Makefile +++ b/linux/ecosystem/testrail/8.0.6.1019/ad/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/8.0.6.1019/ldap/Makefile b/linux/ecosystem/testrail/8.0.6.1019/ldap/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/8.0.6.1019/ldap/Makefile +++ b/linux/ecosystem/testrail/8.0.6.1019/ldap/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/testrail/8.0.6.1019/main/Makefile b/linux/ecosystem/testrail/8.0.6.1019/main/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/testrail/8.0.6.1019/main/Makefile +++ b/linux/ecosystem/testrail/8.0.6.1019/main/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/torrserver/Makefile b/linux/ecosystem/torrserver/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/torrserver/Makefile +++ b/linux/ecosystem/torrserver/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/torrust-index/Makefile b/linux/ecosystem/torrust-index/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/torrust-index/Makefile +++ b/linux/ecosystem/torrust-index/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/torrust-tracker/Makefile b/linux/ecosystem/torrust-tracker/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/torrust-tracker/Makefile +++ b/linux/ecosystem/torrust-tracker/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/ecosystem/vk2discord/Makefile b/linux/ecosystem/vk2discord/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/ecosystem/vk2discord/Makefile +++ b/linux/ecosystem/vk2discord/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/experimental/redash/Makefile b/linux/experimental/redash/Makefile index cfb2d0b61..ead760285 100644 --- a/linux/experimental/redash/Makefile +++ b/linux/experimental/redash/Makefile @@ -18,23 +18,23 @@ sync: patch: sed -i -e 's/# ldap3==2.2.4/ldap3==2.2.4/g' ./redash-repo/requirements.txt + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -45,3 +45,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/linux/experimental/sentry/latest/Makefile b/linux/experimental/sentry/latest/Makefile index 06e855b50..b5e50619b 100644 --- a/linux/experimental/sentry/latest/Makefile +++ b/linux/experimental/sentry/latest/Makefile @@ -7,23 +7,23 @@ app: make deploy make clean + build: - kaniko-wrapper --version + buildah-wrapper --build -dry: - make dry-run +deploy: + buildah-wrapper --deploy -test: - make dry-run -dry-run: - kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run +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: - kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug deploy-compose: docker-compose push @@ -34,3 +34,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/requirements.txt b/requirements.txt index 90445ea8b..852268b82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,4 @@ ansible-lint-junit PyYAML python-dotenv kaniko-wrapper==2.0.0.1 +buildah-wrapper==0.0.0.2 diff --git a/win32/advanced/microsoft-windows-servercore/Makefile b/win32/advanced/microsoft-windows-servercore/Makefile index 7676318df..98155e718 100644 --- a/win32/advanced/microsoft-windows-servercore/Makefile +++ b/win32/advanced/microsoft-windows-servercore/Makefile @@ -19,3 +19,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a diff --git a/win32/ecosystem/microsoft/iis/Makefile b/win32/ecosystem/microsoft/iis/Makefile index 7676318df..98155e718 100644 --- a/win32/ecosystem/microsoft/iis/Makefile +++ b/win32/ecosystem/microsoft/iis/Makefile @@ -19,3 +19,5 @@ clean: docker network prune -f docker volume prune -f docker system prune -af + buildah rm -a + buildah rmi -a