File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ BUILD ?= 2
1818ARCH ?= amd64
1919IMAGE_TAG ?= $(BASEOS ) -$(PGVERSION_FULL ) -$(BUILD )
2020POSTGIS_IMAGE_TAG ?= $(BASEOS ) -$(PGVERSION_FULL ) -$(POSTGIS_VERSION ) -$(BUILD )
21+ PGBOUNCER_IMAGE_TAG ?= $(BASEOS ) -$(PGBOUNCER_VERSION ) -$(BUILD )
22+ REPOSITORY ?= containers.cybertec.at
2123
2224# Public-Beta
2325PUBLICBETA ?= 3
@@ -94,7 +96,7 @@ postgres: postgres-build
9496postgres-gis-build :
9597 docker build $(ROOTPATH ) \
9698 --file $(ROOTPATH ) /docker/postgres-gis/Dockerfile \
97- --tag $(REPOSITORY ) /$(IMAGE_PATH ) /postgres-gis:$(IMAGE_TAG ) \
99+ --tag $(REPOSITORY ) /$(IMAGE_PATH ) /postgres-gis:$(POSTGIS_IMAGE_TAG ) \
98100 --build-arg BASE_IMAGE=$(BASE_IMAGE ) \
99101 --build-arg CONTAINERIMAGE=${CONTAINERIMAGE} \
100102 --build-arg IMAGE_REPOSITORY=$(IMAGE_REPOSITORY ) \
@@ -135,7 +137,7 @@ postgres-oracle: postgres-oracle-build
135137pgbouncer-build :
136138 docker build $(ROOTPATH ) --no-cache \
137139 --file $(ROOTPATH ) /docker/pgbouncer/Dockerfile \
138- --tag $(REPOSITORY ) /$(IMAGE_PATH ) /pgbouncer:$(IMAGE_TAG ) \
140+ --tag $(REPOSITORY ) /$(IMAGE_PATH ) /pgbouncer:$(PGBOUNCER_IMAGE_TAG ) \
139141 --build-arg BASE_IMAGE=$(BASE_IMAGE ) \
140142 --build-arg CONTAINERIMAGE=${CONTAINERIMAGE} \
141143 --build-arg IMAGE_REPOSITORY=$(IMAGE_REPOSITORY ) \
You can’t perform that action at this time.
0 commit comments