Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment