Commit 48f5ceec authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Moved to using the lofarit/base4.0.16 image as base image in the ddf2 container.

parent b42ba653
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
FROM lofar/lofar-pipeline:LOFAR-Release-4_0_16
FROM lofarit/base4.0.16

USER root

# Package dependencies
COPY apt.sources.list /etc/apt/sources.list
@@ -165,5 +167,12 @@ RUN sed -e "s|INSTALLDIR|/opt|" /opt/ddf-pipeline/misc/DDF.sh > /opt/DDFacet/ini

RUN cd /opt && git clone https://www.ict.inaf.it/gitlab/lofarit/container-data.git


#####################################################################
# Switch back to lofar user and set env
#####################################################################

USER lofar

ENV DDF_PIPELINE_CATALOGS='/opt/container-data/bootstrap-cats/'
ENV CONTAINER_NAME='ddfacet_ssd-py3_kms-lofar-release-4_0_16'