You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched other issues and no duplicate issues were found.
I'm convinced that this is not my fault but a bug.
Description
The docker/build.sh file has not been updated since the slip of the Dockerfile (new Dockerflie-base).
Expected behavior
Docker builds using docker/build.sh.
Actual behavior
Steps to reproduce
Try to build the Docker images using docker/build.sh.
Versions
OS: Ubuntu LTS 22.04
Autoware: latest main
Possible causes
The docker/build.sh file while have to be updated to build first the Dockerfile-base before building the main Dockerfile.
Alternatively, a dedicated build script e.g. build-base.sh can be create to build the Dockerfile-base.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Checklist
Description
The
docker/build.sh
file has not been updated since the slip of theDockerfile
(newDockerflie-base
).Expected behavior
Docker builds using
docker/build.sh
.Actual behavior
Steps to reproduce
Try to build the Docker images using
docker/build.sh
.Versions
main
Possible causes
The
docker/build.sh
file while have to be updated to build first theDockerfile-base
before building the mainDockerfile
.Alternatively, a dedicated build script e.g.
build-base.sh
can be create to build theDockerfile-base
.Additional context
No response
The text was updated successfully, but these errors were encountered: