Skip to content
Snippets Groups Projects
Commit 32bafd3a authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Merge branch 'feature/ddf2_using_base' into develop

parents b42ba653 48f5ceec
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 # Package dependencies
COPY apt.sources.list /etc/apt/sources.list 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 ...@@ -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 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 DDF_PIPELINE_CATALOGS='/opt/container-data/bootstrap-cats/'
ENV CONTAINER_NAME='ddfacet_ssd-py3_kms-lofar-release-4_0_16' 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