CI: bump container tags to 2020-03-16

This commit is contained in:
TSC21
2020-03-16 15:55:08 +00:00
committed by Nuno Marques
parent 1ea5280299
commit 6598ce5a46
14 changed files with 60 additions and 60 deletions
+7 -7
View File
@@ -4,22 +4,22 @@ if [ -z ${PX4_DOCKER_REPO+x} ]; then
echo "guessing PX4_DOCKER_REPO based on input";
if [[ $@ =~ .*px4_fmu.* ]]; then
# nuttx-px4fmu-v{1,2,3,4,5}
PX4_DOCKER_REPO="px4io/px4-dev-nuttx:2019-11-25"
PX4_DOCKER_REPO="px4io/px4-dev-nuttx:2020-03-16"
elif [[ $@ =~ .*ocpoc.* ]] || [[ $@ =~ .*navio2.* ]] || [[ $@ =~ .*raspberry.* ]] || [[ $@ =~ .*beaglebone.* ]]; then
# aerotenna_ocpoc_default, beaglebone_blue_default, emlid_navio2_default, px4_raspberrypi_default
PX4_DOCKER_REPO="px4io/px4-dev-armhf:2019-11-25"
PX4_DOCKER_REPO="px4io/px4-dev-armhf:2020-03-16"
elif [[ $@ =~ .*eagle.* ]] || [[ $@ =~ .*excelsior.* ]]; then
# eagle, excelsior
PX4_DOCKER_REPO="lorenzmeier/px4-dev-snapdragon:2020-01-13"
PX4_DOCKER_REPO="lorenzmeier/px4-dev-snapdragon:2020-03-16"
elif [[ $@ =~ .*ocpoc.* ]] || [[ $@ =~ .*navio2.* ]] || [[ $@ =~ .*raspberry.* ]] || [[ $@ =~ .*bebop.* ]]; then
# aerotenna_ocpoc_default, posix_rpi_cross, posix_bebop_default
PX4_DOCKER_REPO="px4io/px4-dev-armhf:2019-11-25"
PX4_DOCKER_REPO="px4io/px4-dev-armhf:2020-03-16"
elif [[ $@ =~ .*clang.* ]] || [[ $@ =~ .*scan-build.* ]]; then
# clang tools
PX4_DOCKER_REPO="px4io/px4-dev-clang:2019-11-25"
PX4_DOCKER_REPO="px4io/px4-dev-clang:2020-03-16"
elif [[ $@ =~ .*tests* ]]; then
# run all tests with simulation
PX4_DOCKER_REPO="px4io/px4-dev-simulation-bionic:2019-11-25"
PX4_DOCKER_REPO="px4io/px4-dev-simulation-bionic:2020-03-16"
fi
else
echo "PX4_DOCKER_REPO is set to '$PX4_DOCKER_REPO'";
@@ -27,7 +27,7 @@ fi
# otherwise default to nuttx
if [ -z ${PX4_DOCKER_REPO+x} ]; then
PX4_DOCKER_REPO="px4io/px4-dev-nuttx:2019-11-25"
PX4_DOCKER_REPO="px4io/px4-dev-nuttx:2020-03-16"
fi
# docker hygiene