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 695ab96
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 0 deletions.
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/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"]

0 comments on commit 695ab96

Please sign in to comment.