ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Autoware Auto - Base docker image build

asked 2021-01-24 08:01:00 -0500

kk2105 gravatar image

Hello,

I have recently started working on Autoware Auto opensource code. And I am having trouble understanding how the Base docker image is built. As per the given documentation, we directly download the executable from here.

I am interested know which dockerfile is being used to build the base docker image and also the where exactly the build process starts.

Kindly excuse if the question is too basic.

Thank you,
KK

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-01-25 04:22:36 -0500

Mackou gravatar image

The docker images are built during a job on gitlab. You can have a look at the gitlab-ci file here.
Have a look at the lines 24 and 36 for the docker build commands.

The docker files used for the build are located in the AutowareAuto/tools/ade_image directory in the repo.

Also you can have a look at the container registry to see the built docker images.

edit flag offensive delete link more

Comments

Thanks for the answer @Mackou. I will have a look and come back if any queries.

kk2105 gravatar image kk2105  ( 2021-01-25 06:09:37 -0500 )edit

How can we change the base image?

rugved gravatar image rugved  ( 2021-05-26 14:15:56 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2021-01-24 08:01:00 -0500

Seen: 415 times

Last updated: Jan 25 '21