We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73af8f7 commit ae0bdfaCopy full SHA for ae0bdfa
1 file changed
Dockerfile
@@ -3,7 +3,7 @@ ARG PREV_PG_MAJOR=15
3
ARG TIMESCALE_VERSION=2.22
4
5
# Stage 1: Get PostgreSQL ${PREV_PG_MAJOR} binaries for upgrade support
6
-FROM timescale/timescaledb-ha:pg${PG_MAJOR}-ts${TIMESCALE_VERSION}-all AS pg-all
+FROM timescale/timescaledb-ha:pg${PG_MAJOR}-all AS pg-all
7
8
USER root
9
@@ -18,7 +18,7 @@ RUN find /usr/lib/postgresql/${PREV_PG_MAJOR} -type f -name '*.so*' -exec strip
18
/usr/share/postgresql/${PREV_PG_MAJOR}/contrib
19
20
# Stage 2: Prepare the main image with UID/GID changes and cleanup
21
-FROM timescale/timescaledb-ha:pg${PG_MAJOR}-ts${TIMESCALE_VERSION} AS final
+FROM timescale/timescaledb-ha:pg${PG_MAJOR} AS final
22
LABEL maintainer="support@openremote.io"
23
24
0 commit comments