From 56f557aaf7ebc1fa5fd2352bff51fde705e1e776 Mon Sep 17 00:00:00 2001 From: STAM Date: Tue, 3 Jun 2025 20:52:34 +0300 Subject: [PATCH] postgres - buildah squash --- linux/ecosystem/postgres/10/Makefile | 2 +- linux/ecosystem/postgres/11/Makefile | 2 +- linux/ecosystem/postgres/12/Makefile | 2 +- linux/ecosystem/postgres/13/Makefile | 2 +- linux/ecosystem/postgres/14/Makefile | 2 +- linux/ecosystem/postgres/15/Makefile | 2 +- linux/ecosystem/postgres/16/Makefile | 2 +- linux/ecosystem/postgres/17/Makefile | 2 +- linux/ecosystem/postgres/8.2/Makefile | 2 +- linux/ecosystem/postgres/8.3/Makefile | 2 +- linux/ecosystem/postgres/8.4/Makefile | 2 +- linux/ecosystem/postgres/9.0/Makefile | 2 +- linux/ecosystem/postgres/9.1/Makefile | 2 +- linux/ecosystem/postgres/9.2/Makefile | 2 +- linux/ecosystem/postgres/9.3/Makefile | 2 +- linux/ecosystem/postgres/9.4/Makefile | 2 +- linux/ecosystem/postgres/9.5/Makefile | 2 +- linux/ecosystem/postgres/9.6/Makefile | 2 +- linux/ecosystem/postgres/latest/Makefile | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/linux/ecosystem/postgres/10/Makefile b/linux/ecosystem/postgres/10/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/10/Makefile +++ b/linux/ecosystem/postgres/10/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/11/Makefile b/linux/ecosystem/postgres/11/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/11/Makefile +++ b/linux/ecosystem/postgres/11/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/12/Makefile b/linux/ecosystem/postgres/12/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/12/Makefile +++ b/linux/ecosystem/postgres/12/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/13/Makefile b/linux/ecosystem/postgres/13/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/13/Makefile +++ b/linux/ecosystem/postgres/13/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/14/Makefile b/linux/ecosystem/postgres/14/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/14/Makefile +++ b/linux/ecosystem/postgres/14/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/15/Makefile b/linux/ecosystem/postgres/15/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/15/Makefile +++ b/linux/ecosystem/postgres/15/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/16/Makefile b/linux/ecosystem/postgres/16/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/16/Makefile +++ b/linux/ecosystem/postgres/16/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/17/Makefile b/linux/ecosystem/postgres/17/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/17/Makefile +++ b/linux/ecosystem/postgres/17/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/8.2/Makefile b/linux/ecosystem/postgres/8.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/8.2/Makefile +++ b/linux/ecosystem/postgres/8.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/8.3/Makefile b/linux/ecosystem/postgres/8.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/8.3/Makefile +++ b/linux/ecosystem/postgres/8.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/8.4/Makefile b/linux/ecosystem/postgres/8.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/8.4/Makefile +++ b/linux/ecosystem/postgres/8.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/9.0/Makefile b/linux/ecosystem/postgres/9.0/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/9.0/Makefile +++ b/linux/ecosystem/postgres/9.0/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/9.1/Makefile b/linux/ecosystem/postgres/9.1/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/9.1/Makefile +++ b/linux/ecosystem/postgres/9.1/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/9.2/Makefile b/linux/ecosystem/postgres/9.2/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/9.2/Makefile +++ b/linux/ecosystem/postgres/9.2/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/9.3/Makefile b/linux/ecosystem/postgres/9.3/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/9.3/Makefile +++ b/linux/ecosystem/postgres/9.3/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/9.4/Makefile b/linux/ecosystem/postgres/9.4/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/9.4/Makefile +++ b/linux/ecosystem/postgres/9.4/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/9.5/Makefile b/linux/ecosystem/postgres/9.5/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/9.5/Makefile +++ b/linux/ecosystem/postgres/9.5/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/9.6/Makefile b/linux/ecosystem/postgres/9.6/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/9.6/Makefile +++ b/linux/ecosystem/postgres/9.6/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy diff --git a/linux/ecosystem/postgres/latest/Makefile b/linux/ecosystem/postgres/latest/Makefile index 1e4371492..ff56425bb 100644 --- a/linux/ecosystem/postgres/latest/Makefile +++ b/linux/ecosystem/postgres/latest/Makefile @@ -13,7 +13,7 @@ deploy: make deploy-buildah build-buildah: - buildah-wrapper --build + buildah-wrapper --build --squash deploy-buildah: buildah-wrapper --deploy