Skip to content
Snippets Groups Projects
Commit 4064cd27 authored by Jan David Mol's avatar Jan David Mol
Browse files

SW-966: Build a lofar-pulp image on top of pulp

parent 8aa09436
No related branches found
No related tags found
3 merge requests!634WIP: COBALT commissioning delta,!501SW-966: build lofar-pulp in gitlab CI,!481Draft: SW-971 SW-973 SW-975: Various fixes to build LOFAR correctly.
......@@ -121,7 +121,16 @@ build_pulp_docker_image:
script:
- git clone https://git.astron.nl/ro/pulp-dockers.git
- cd pulp-dockers/lofar-pulp
- docker build -t ci_lofar_pulp:$CI_COMMIT_SHORT_SHA .
- docker build -t ci_pulp:$CI_COMMIT_SHORT_SHA .
interruptible: true
build_lofar_pulp_docker_image:
stage: build
script:
- docker build --build-arg BASE_VERSION=$CI_COMMIT_SHORT_SHA -t ci_lofar_pulp:$CI_COMMIT_SHORT_SHA Docker/lofar-pipeline
needs:
- build_pulp_docker_image
interruptible: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment