-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving timescaledb to pkg instead of building (#1036)
- Loading branch information
1 parent
07bbb08
commit d07ca8c
Showing
4 changed files
with
10 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
ARG BASE_IMAGE=ubuntu:22.04 | ||
ARG PGVERSION=17 | ||
ARG TIMESCALEDB="2.15.3 2.17.0" | ||
ARG DEMO=false | ||
ARG COMPRESS=false | ||
ARG ADDITIONAL_LOCALES= | ||
|
@@ -44,7 +43,6 @@ COPY build_scripts/base.sh /builddeps/ | |
COPY --from=dependencies-builder /builddeps/*.deb /builddeps/ | ||
|
||
ARG PGVERSION | ||
ARG TIMESCALEDB | ||
ARG TIMESCALEDB_APACHE_ONLY=true | ||
ARG TIMESCALEDB_TOOLKIT=true | ||
ARG COMPRESS | ||
|
@@ -92,7 +90,6 @@ FROM builder-${COMPRESS} | |
LABEL maintainer="Team ACID @ Zalando <[email protected]>" | ||
|
||
ARG PGVERSION | ||
ARG TIMESCALEDB | ||
ARG DEMO | ||
ARG COMPRESS | ||
|
||
|
@@ -102,7 +99,6 @@ ENV LC_ALL=en_US.utf-8 \ | |
PATH=$PATH:/usr/lib/postgresql/$PGVERSION/bin \ | ||
PGHOME=/home/postgres \ | ||
RW_DIR=/run \ | ||
TIMESCALEDB=$TIMESCALEDB \ | ||
DEMO=$DEMO | ||
|
||
ENV WALE_ENV_DIR=$RW_DIR/etc/wal-e.d/env \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters