Skip to content

two containers and connect to kafka #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
smaller image for docker
  • Loading branch information
womullan committed Aug 20, 2024
commit 50127cf29b9c694b12a5f2303c798c4ce577a2ab
4 changes: 2 additions & 2 deletions Dockerfile.consume-kafka
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ENV OBS_LSST_VERSION=${OBS_LSST_VERSION:-w_2024_06}
FROM FROM lsstsqre/centos:7-stack-lsst_distrib-${OBS_LSST_VERSION}
ARG OBS_LSST_VERSION=w_2024_21
FROM lsstsqre/centos:7-stack-lsst_distrib-${OBS_LSST_VERSION}
USER lsst

RUN source loadLSST.bash && mamba install aiokafka httpx
Expand Down
Loading