Skip to content

A Docker image that is completely setup to run builds and integration tests of our kitcar-ros repo.

License

Notifications You must be signed in to change notification settings

KITcar-Team/docker-ros-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-ros-build

Docker image with all dependencies to build the kitcar-ros workspaces

The source is available at KITcar's GitLab and a mirrored version at GitHub, the build Docker image is available at GitLab.

Get Docker Image

Download the docker image with

docker pull git.kitcar-team.de:4567/kitcar/docker-ros-build

Build Docker Image

Build the Docker image with:

docker build -t  git.kitcar-team.de:4567/kitcar/docker-ros-build .

Use the Docker Image to build kitcar-ros

Clone the kitcar/kitcar-ros repository somewhere Then run a Docker container from the image:

docker run -it -v $PATH_TO_KITCAR_ROS:/kitcar git.kitcar-team.de:4567/kitcar/docker-ros-build

Inside the container, you can build with:

/kitcar/build_all.sh

Update Docker Image

The Docker image will be updated after merging into the master branch at KITcar's GitLab. The image on the master branch is tagged as latest, other branches will create a Docker image tagged with the branch name (for a branch named "example" the tag is "branch_example").

Because some of our GitLab Runners are low on hard drive memory, we should keep an eye on the size of the Docker image.

About

A Docker image that is completely setup to run builds and integration tests of our kitcar-ros repo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published