Autoware Docker images can't be build locally #5558
Labels
component:openadkit
Issues or Features related to Open AD Kit
type:containers
Docker containers, containerization of components, or container orchestration.
Checklist
Description
Build script for final Docker image doesn't work.
Expected behavior
Script allows for building all images without any modification. It can build all intermediate images as it's shown on graph or let user pick final image and stop building process there.
Actual behavior
Script doesn't work:
ERROR: could not find any target matching 'base'
Steps to reproduce
Follow Building Docker images from scratch documentation:
cd autoware/ ./docker/build.sh
Versions
No response
Possible causes
Docker images structure update. Possibly workaround is:
docker-bake*.hcl
files into one,docker buildx bake
call for all images with respect to current images structure.However, we might prefer fix rather than workaround.
Additional context
No response
The text was updated successfully, but these errors were encountered: