From c1ad9c5cacf6a0aa010e54fa7ef60f018c200016 Mon Sep 17 00:00:00 2001 From: "Heath E. Lord" Date: Mon, 9 Aug 2021 14:46:09 -0400 Subject: [PATCH] pgbackrest-repo was not passing the PACKAGER argument into the Dockerfile build --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index bb627a2a6..36a718a58 100644 --- a/Makefile +++ b/Makefile @@ -320,6 +320,7 @@ pgbackrest-repo-pgimg-build: ccbase-image build-pgbackrest pgbackrest $(CCPROOT) --build-arg BASEVER=$(CCP_VERSION) \ --build-arg PG_FULL=$(CCP_PG_FULLVERSION) \ --build-arg PREFIX=$(CCP_IMAGE_PREFIX) \ + --build-arg PACKAGER=$(PACKAGER) \ $(CCPROOT) pgbackrest-repo-pgimg-buildah: pgbackrest-repo-pgimg-build ;