Skip to content

Commit e0cd925

Browse files
committed
Update Postgis-Tag
1 parent 01af20f commit e0cd925

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ BUILD ?= 2
1818
ARCH ?= amd64
1919
IMAGE_TAG ?= $(BASEOS)-$(PGVERSION_FULL)-$(BUILD)
2020
POSTGIS_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
2325
PUBLICBETA ?= 3
@@ -94,7 +96,7 @@ postgres: postgres-build
9496
postgres-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
135137
pgbouncer-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) \

0 commit comments

Comments
 (0)