Skip to content

Docker Prebuilt and Devel Images Order #4606

Answered by doganulus
isouf asked this question in Q&A
Discussion options

You must be logged in to vote

The meaning of devel container has been changed. Previously, devel was defined as a mere builder environment. Now the builder layer has been separated for the CI use, and the devel container now targets the end developer use. But this is an ongoing work, and what I would like to have is as follows:

  1. base: Runtime base container
  2. build: based on base Minimal container that can build Autoware and includes build dependencies
  3. devel: based on build + visualization + extra dev tools
  4. prebuilt: based on build + prebuilt binaries (this may not be needed)
  5. runtime: base + prebuilt binaries + runtime dependencies

Having prebuilt binaries in devel may help reduce build times but let's see if it's wort…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@isouf
Comment options

@doganulus
Comment options

Answer selected by isouf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants