Skip to content

Commit

Permalink
install citus_tools
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl committed Nov 10, 2023
1 parent e667d3d commit 4f3da98
Show file tree
Hide file tree
Showing 44 changed files with 176 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dockerfiles/almalinux-8-pg11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=11 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/almalinux-8-pg12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=12 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/almalinux-8-pg13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=13 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/almalinux-8-pg14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=14 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/almalinux-8-pg15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=15 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/almalinux-8-pg16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=16 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/almalinux-9-pg11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=11 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/almalinux-9-pg12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=12 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/almalinux-9-pg13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=13 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/almalinux-9-pg14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=14 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/almalinux-9-pg15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=15 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/almalinux-9-pg16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=16 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/centos-7-pg11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=11 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/centos-7-pg12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=12 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/centos-7-pg13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=13 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/centos-7-pg14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=14 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/centos-7-pg15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=15 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/centos-7-pg16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=16 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/debian-bookworm-all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,8 @@ ENV PATH /scripts:$PATH
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_deb"]
4 changes: 4 additions & 0 deletions dockerfiles/debian-bullseye-all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,8 @@ ENV PATH /scripts:$PATH
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_deb"]
4 changes: 4 additions & 0 deletions dockerfiles/debian-buster-all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,8 @@ ENV PATH /scripts:$PATH
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_deb"]
4 changes: 4 additions & 0 deletions dockerfiles/oraclelinux-6-pg11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=11 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/oraclelinux-6-pg12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=12 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/oraclelinux-6-pg14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=14 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/oraclelinux-6-pg15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=15 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/oraclelinux-6-pg16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=16 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/oraclelinux-7-pg11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=11 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/oraclelinux-7-pg12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=12 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/oraclelinux-7-pg13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=13 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/oraclelinux-7-pg14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=14 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/oraclelinux-7-pg15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=15 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/oraclelinux-7-pg16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=16 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/oraclelinux-8-pg11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=11 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/oraclelinux-8-pg12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=12 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/oraclelinux-8-pg13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=13 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/oraclelinux-8-pg14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=14 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/oraclelinux-8-pg15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=15 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/oraclelinux-8-pg16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=16 \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]
4 changes: 4 additions & 0 deletions dockerfiles/ubuntu-bionic-all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,8 @@ ENV PATH /scripts:$PATH
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_deb"]
4 changes: 4 additions & 0 deletions dockerfiles/ubuntu-focal-all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,8 @@ ENV PATH /scripts:$PATH
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_deb"]
4 changes: 4 additions & 0 deletions dockerfiles/ubuntu-jammy-all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,8 @@ ENV PATH /scripts:$PATH
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_deb"]
4 changes: 4 additions & 0 deletions dockerfiles/ubuntu-kinetic-all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,8 @@ ENV PATH /scripts:$PATH
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_deb"]
4 changes: 4 additions & 0 deletions templates/Dockerfile-deb.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,8 @@ ENV PATH /scripts:$PATH
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_deb"]
4 changes: 4 additions & 0 deletions templates/Dockerfile-rpm.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ ENV PGVERSION=%%pgversion%% \
COPY scripts /scripts
VOLUME /packages

# add citus tools
RUN git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
RUN python3 -m pip install -r tools/packaging_automation/requirements.txt

ENTRYPOINT ["/scripts/fetch_and_build_rpm"]

0 comments on commit 4f3da98

Please sign in to comment.