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

Unpin DP3 in Docker build

parent a45eac37
No related branches found
No related tags found
1 merge request!167Unpin DP3 in Docker build
Pipeline #56976 passed
......@@ -35,8 +35,6 @@ versioning:
# Unshallowing ensures that 'git describe' works
- git fetch --unshallow
- ./Docker/fetch_latest_commits.sh | tee commits.txt > versions.env
# TODO: pinned version for DP3
- echo DP3_COMMIT=123e194b135efd5fd471ff5817c7af6d1ae48bb8 >> versions.env
- echo LINC_VERSION=$(git describe --tags --always) >> versions.env
# Use hash of commits to determine version of base image (and rebuild if necessary)
- echo INTEGRATION_BASE_IMAGE=${CI_REGISTRY_IMAGE}/integration_base:$(sha256sum commits.txt | cut -d " " -f 1) >> versions.env
......
......@@ -7,7 +7,5 @@ git ls-remote https://gitlab.com/aroffringa/aoflagger.git HEAD | awk '{ pri
git ls-remote https://github.com/nlesc-dirac/sagecal HEAD | awk '{ print "SAGECAL_COMMIT="$1 }'
git ls-remote https://github.com/lofar-astron/LOFARBeam.git HEAD | awk '{ print "LOFARBEAM_COMMIT="$1 }'
git ls-remote https://git.astron.nl/RD/EveryBeam.git HEAD | awk '{ print "EVERYBEAM_COMMIT="$1 }'
# Fixed version
#git ls-remote https://git.astron.nl/RD/DP3.git HEAD | awk '{ print "DP3_COMMIT="$1 }'
git ls-remote https://git.astron.nl/RD/DP3.git HEAD | awk '{ print "DP3_COMMIT="$1 }'
git ls-remote https://gitlab.com/aroffringa/wsclean.git HEAD | awk '{ print "WSCLEAN_COMMIT="$1 }'
git ls-remote https://git.astron.nl/RD/LSMTool.git HEAD | awk '{ print "LSMTOOL_COMMIT="$1 }'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment