Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
ad532d05
Commit
ad532d05
authored
7 years ago
by
Daniel Agar
Browse files
Options
Downloads
Patches
Plain Diff
docker_run.sh update container versions to match Jenkins
parent
386c34a5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Tools/docker_run.sh
+5
-5
5 additions, 5 deletions
Tools/docker_run.sh
with
5 additions
and
5 deletions
Tools/docker_run.sh
+
5
−
5
View file @
ad532d05
...
...
@@ -7,22 +7,22 @@ if [ -z ${PX4_DOCKER_REPO+x} ]; then
PX4_DOCKER_REPO
=
"px4io/px4-dev-nuttx:2017-10-23"
elif
[[
$@
=
~ .
*
rpi.
*
]]
||
[[
$@
=
~ .
*
bebop.
*
]]
;
then
# posix_rpi_cross, posix_bebop_default
PX4_DOCKER_REPO
=
"px4io/px4-dev-raspi:2017-1
0-23
"
PX4_DOCKER_REPO
=
"px4io/px4-dev-raspi:2017-1
2-30
"
elif
[[
$@
=
~ .
*
eagle.
*
]]
||
[[
$@
=
~ .
*
excelsior.
*
]]
;
then
# eagle, excelsior
PX4_DOCKER_REPO
=
"lorenzmeier/px4-dev-snapdragon:2017-1
0
-2
3
"
PX4_DOCKER_REPO
=
"lorenzmeier/px4-dev-snapdragon:2017-1
2
-2
9
"
elif
[[
$@
=
~ .
*
ocpoc.
*
]]
;
then
# posix_ocpoc_ubuntu
PX4_DOCKER_REPO
=
"px4io/px4-dev-armhf:2017-1
0-23
"
PX4_DOCKER_REPO
=
"px4io/px4-dev-armhf:2017-1
2-30
"
elif
[[
$@
=
~ .
*
clang.
*
]]
||
[[
$@
=
~ .
*
scan-build.
*
]]
;
then
# clang tools
PX4_DOCKER_REPO
=
"px4io/px4-dev-clang:2017-1
0-23
"
PX4_DOCKER_REPO
=
"px4io/px4-dev-clang:2017-1
2-30
"
elif
[[
$@
=
~ .
*
cppcheck.
*
]]
;
then
# TODO: remove this once px4io/px4-dev-base updates
PX4_DOCKER_REPO
=
"px4io/px4-dev-base:ubuntu17.10"
elif
[[
$@
=
~ .
*
tests
*
]]
;
then
# run all tests with simulation
PX4_DOCKER_REPO
=
"px4io/px4-dev-simulation:2017-1
0-23
"
PX4_DOCKER_REPO
=
"px4io/px4-dev-simulation:2017-1
2-30
"
fi
else
echo
"PX4_DOCKER_REPO is set to '
$PX4_DOCKER_REPO
'"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment