Skip to content

Commit

Permalink
Remove Kafka install - it's now in the stack since last stack version…
Browse files Browse the repository at this point in the history
… that was used (weekly 2024_22)
  • Loading branch information
srp3rd committed Jan 16, 2025
1 parent abfe052 commit 3bfb04b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions docker/ingestd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ RUN git clone https://github.com/lsst-dm/ctrl_ingestd && \
cd ctrl_ingestd && \
git checkout ${CTRL_INGESTD_GIT_VERSION}

ARG CONFLUENT_KAFKA_VERSION
RUN source /opt/lsst/software/stack/loadLSST.bash && \
pip install confluent_kafka==${CONFLUENT_KAFKA_VERSION}

RUN source /opt/lsst/software/stack/loadLSST.bash && \
setup sconsUtils && \
setup utils && \
Expand Down
3 changes: 0 additions & 3 deletions docker/testenv-ingestd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ USER root
WORKDIR /home/lsst

USER lsst
ARG CONFLUENT_KAFKA_VERSION
RUN source /opt/lsst/software/stack/loadLSST.bash && \
pip install confluent_kafka==${CONFLUENT_KAFKA_VERSION}

COPY run.sh /home/lsst/run.sh

Expand Down

0 comments on commit 3bfb04b

Please sign in to comment.