Skip to content

Commit

Permalink
Merge pull request #19 from lsst-dm/tickets/DM-43863
Browse files Browse the repository at this point in the history
DM-43863: Change base container from newinstall.
  • Loading branch information
ktlim committed Jun 7, 2024
2 parents ecbea1a + 9afaf4d commit 94e7a75
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile.hinfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
ARG RUBINENV_VERSION=8.0.0
FROM lsstsqre/newinstall:${RUBINENV_VERSION}
ARG OBS_LSST_VERSION
ENV OBS_LSST_VERSION=${OBS_LSST_VERSION:-w_2024_06}
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
RUN source loadLSST.bash && pip install kafkit
RUN source loadLSST.bash && eups distrib install -t "${OBS_LSST_VERSION}" obs_lsst
COPY python/lsst/consdb/hinfo.py python/lsst/consdb/utils.py ./hinfo/

# Environment variables that must be set:
Expand Down

0 comments on commit 94e7a75

Please sign in to comment.