We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d7665 commit f782d56Copy full SHA for f782d56
docker/Dockerfile.hinfo
@@ -1,5 +1,5 @@
1
ARG OBS_LSST_VERSION=w_2025_04
2
-FROM lsstsqre/centos:7-stack-lsst_distrib-${OBS_LSST_VERSION}
+FROM ghcr.io/lsst/scipipe:7-stack-lsst_distrib-${OBS_LSST_VERSION}
3
USER lsst
4
5
RUN source loadLSST.bash && mamba install aiokafka httpx
docker/Dockerfile.pytest
ARG OBS_LSST_VERSION=w_2024_46
USER root
# testing.postgresql looks for pg in /usr/local...
0 commit comments