Skip to content

Commit

Permalink
Bump weekly and rubin-env.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Oct 7, 2024
1 parent 9a1d924 commit 0edf6ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.ingest
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

# Dockerfile for ingest service.

ARG RUBINENV_VERSION=8.0.0
ARG RUBINENV_VERSION=9.0.0
FROM lsstsqre/newinstall:${RUBINENV_VERSION}
ARG OBS_LSST_VERSION
ENV OBS_LSST_VERSION=${OBS_LSST_VERSION:-w_2024_24}
ENV OBS_LSST_VERSION=${OBS_LSST_VERSION:-w_2024_40}
USER lsst
RUN source loadLSST.bash && mamba install redis-py rucio-clients
RUN source loadLSST.bash && mamba install redis-py
RUN source loadLSST.bash && eups distrib install -t "${OBS_LSST_VERSION}" lsst_obs
COPY src/ingest.py src/info.py src/utils.py src/rucio_interface.py ./ingest/
# Environment variables that must be set:
Expand Down

0 comments on commit 0edf6ec

Please sign in to comment.