Skip to content
Snippets Groups Projects
Commit c4024e07 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Add 'CASACORE_COMMIT' and 'PYTHONCASACORE_COMMIT' to the docker build arguments

parent f4497e3e
No related branches found
No related tags found
No related merge requests found
Pipeline #105051 passed
...@@ -189,18 +189,23 @@ build_base: ...@@ -189,18 +189,23 @@ build_base:
else else
DOCKER_CACHE_PARAMETERS="" DOCKER_CACHE_PARAMETERS=""
fi fi
docker build --tag $INTEGRATION_BASE_IMAGE $DOCKER_CACHE_PARAMETERS \ docker build \
$DOCKER_CACHE_PARAMETERS \
--build-arg CASACORE_COMMIT \
--build-arg LOFARSTMAN_COMMIT \ --build-arg LOFARSTMAN_COMMIT \
--build-arg DYSCO_COMMIT \ --build-arg DYSCO_COMMIT \
--build-arg IDG_COMMIT \ --build-arg IDG_COMMIT \
--build-arg SAGECAL_COMMIT \
--build-arg AOFLAGGER_COMMIT \ --build-arg AOFLAGGER_COMMIT \
--build-arg LOFARBEAM_COMMIT \ --build-arg LOFARBEAM_COMMIT \
--build-arg EVERYBEAM_COMMIT \ --build-arg EVERYBEAM_COMMIT \
--build-arg SAGECAL_COMMIT \
--build-arg DP3_COMMIT \ --build-arg DP3_COMMIT \
--build-arg WSCLEAN_COMMIT \ --build-arg WSCLEAN_COMMIT \
--build-arg PYTHONCASACORE_COMMIT \
--build-arg LINC_VERSION \ --build-arg LINC_VERSION \
-f Docker/Dockerfile-base . --file Docker/Dockerfile-base \
--tag $INTEGRATION_BASE_IMAGE \
.
docker push $INTEGRATION_BASE_IMAGE docker push $INTEGRATION_BASE_IMAGE
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment