Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f782d56

Browse files
committedMar 22, 2025·
Update scipipe to use gchr.io
1 parent 59d7665 commit f782d56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docker/Dockerfile.hinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG OBS_LSST_VERSION=w_2025_04
2-
FROM lsstsqre/centos:7-stack-lsst_distrib-${OBS_LSST_VERSION}
2+
FROM ghcr.io/lsst/scipipe:7-stack-lsst_distrib-${OBS_LSST_VERSION}
33
USER lsst
44

55
RUN source loadLSST.bash && mamba install aiokafka httpx

‎docker/Dockerfile.pytest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG OBS_LSST_VERSION=w_2024_46
2-
FROM lsstsqre/centos:7-stack-lsst_distrib-${OBS_LSST_VERSION}
2+
FROM ghcr.io/lsst/scipipe:7-stack-lsst_distrib-${OBS_LSST_VERSION}
33
USER root
44

55
# testing.postgresql looks for pg in /usr/local...

0 commit comments

Comments
 (0)
Please sign in to comment.