Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoware Docker images can't be build locally #5558

Open
3 tasks done
amadeuszsz opened this issue Dec 12, 2024 · 0 comments
Open
3 tasks done

Autoware Docker images can't be build locally #5558

amadeuszsz opened this issue Dec 12, 2024 · 0 comments
Assignees
Labels
component:openadkit Issues or Features related to Open AD Kit type:containers Docker containers, containerization of components, or container orchestration.

Comments

@amadeuszsz
Copy link
Contributor

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I'm convinced that this is not my fault but a bug.

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:

  • Add default ARG values in Dockerfiles.
  • Concatenate all docker-bake*.hcl files into one,
  • Extend 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

@amadeuszsz amadeuszsz added the type:containers Docker containers, containerization of components, or container orchestration. label Dec 12, 2024
@youtalk youtalk added the component:openadkit Issues or Features related to Open AD Kit label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:openadkit Issues or Features related to Open AD Kit type:containers Docker containers, containerization of components, or container orchestration.
Projects
Status: No status
Development

No branches or pull requests

3 participants