Skip to content
Snippets Groups Projects
Commit 9e34ff1f authored by François  LAURENT's avatar François LAURENT
Browse files

fix: test data updated

parent 704a6a5d
No related branches found
No related tags found
1 merge request!22Set of commits to be tagger v0.19
Pipeline #144513 passed
FROM julia:1.10.4-bullseye AS base
FROM julia:1.10.6-bullseye AS base
ARG PROJECT_DIR=/app
ARG BRANCH=main
......
......@@ -177,7 +177,7 @@ docker pull flaur/larvatagger
```
Beware that images that ship with a tagging backend are relatively large files (>5GB on disk).
If you are not interested in automatic tagging, use the `flaur/larvatagger:0.18-standalone` image instead.
If you are not interested in automatic tagging, use the `flaur/larvatagger:0.19-standalone` image instead.
### Upgrading
......
......@@ -137,7 +137,9 @@ else
echo "Using environment variable: TAGGINGBACKENDS_BRANCH= $TAGGINGBACKENDS_BRANCH"
fi
DOCKER_ARGS="--build-arg TAGGINGBACKENDS_BRANCH=$TAGGINGBACKENDS_BRANCH $DOCKER_ARGS"
$docker build -t "$LARVATAGGER_IMAGE" ${DOCKER_ARGS}--build-arg BRANCH=$LARVATAGGER_BRANCH .
DOCKER_BUILD="$docker build -t "$LARVATAGGER_IMAGE" ${DOCKER_ARGS}--build-arg BRANCH=$LARVATAGGER_BRANCH ."
echo $DOCKER_BUILD
eval $DOCKER_BUILD
fi
;;
......
......@@ -73,9 +73,8 @@ if [ -f LarvaTagger_test_data.tgz ]; then
(cd "$LTROOT" && tar zxvf LarvaTagger_test_data.tgz)
else
# Not recommended; reproducibility is not guarantee across hosts or architectures yet
#wget -O- https://dl.pasteur.fr/fop/8MvgygD4/LarvaTagger_test_data.tgz | tar zxv
(cd "$LTROOT" && \
wget -O- https://dl.pasteur.fr/fop/t8CtkCpY/240208_LarvaTagger_test_data.tgz | tar zxv)
wget -O- https://dl.pasteur.fr/fop/ppk8GBQf/241127_LarvaTagger_test_data.tgz | tar zxv)
fi
if [ "$LOCAL_SCENARII" = "1" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment