We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0abdba4 + f78c104 commit 5726759Copy full SHA for 5726759
Makefile
@@ -7,17 +7,16 @@ IMAGE_REPOSITORY ?= docker.io
7
IMAGE_PATH ?= cybertec-pg-container
8
CONTAINERSUITE ?= cybertec-pg-container
9
PGVERSION ?= 16
10
-PGVERSION_FULL ?= 16.2
+PGVERSION_FULL ?= 16.3
11
OLD_PG_VERSIONS ?= 13 14 15
12
-PATRONI_VERSION ?= 3.2.2
13
-PGBACKREST_VERSION ?= 2.50
+PATRONI_VERSION ?= 3.3.1
+PGBACKREST_VERSION ?= 2.52.1
14
POSTGIS_VERSION ?= 34
15
PACKAGER ?= dnf
16
BUILD ?= 1
17
ARCH ?= amd64
18
IMAGE_TAG ?= $(BASEOS)-$(PGVERSION_FULL)-$(BUILD)
19
POSTGIS_IMAGE_TAG ?= $(BASEOS)-$(PGVERSION_FULL)-$(POSTGIS_VERSION)-$(BUILD)
20
-ARCH ?= amd64
21
22
# Settings for the Build-Process
23
BUILDWITH ?= docker
0 commit comments