We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d3ceb commit a3ed0ffCopy full SHA for a3ed0ff
1 file changed
Makefile
@@ -6,7 +6,7 @@ PG_VER=pg15
6
PG_VER_NUMBER=$(shell echo $(PG_VER) | cut -c3-)
7
TS_VERSION=main
8
PREV_TS_VERSION=$(shell wget --quiet -O - https://raw.githubusercontent.com/timescale/timescaledb/${TS_VERSION}/version.config | grep update_from_version | sed -e 's!update_from_version = !!')
9
-PREV_TS_IMAGE="samagragovernance/postgres:$(PREV_TS_VERSION)-pg$(PG_VER_NUMBER)$(PREV_EXTRA)"
+PREV_TS_IMAGE="timescale/timescaledb:$(PREV_TS_VERSION)-pg$(PG_VER_NUMBER)$(PREV_EXTRA)"
10
PREV_IMAGE=$(shell if docker pull $(PREV_TS_IMAGE) >/dev/null; then echo "$(PREV_TS_IMAGE)"; else echo "postgres:$(PG_VER_NUMBER)-alpine"; fi )
11
# Beta releases should not be tagged as latest, so BETA is used to track.
12
BETA=$(findstring rc,$(TS_VERSION))
0 commit comments