Closed LB-ArturZieba closed 1 year ago
There were updates to the ROS packages in general that the original git tags in the docker script did not handle. The default tags need to be updated and this process re-tested.
I was unable to verify this fully on main(191cd03de57c5cfc604df329649ec16ecc9ef72a) build, as when reaching [1075/1076] build progress (AssetProcessorBatch) I was simply logged out of the Ubuntu account. This causes the Terminal to get closed and as the Docker image build step (Step 8 includes o3de clone, configuration and build) was not finished, rerunning the build will cause that whole step to be redone from the start. I ran the Docker image build twice and both times this occurred.
Should this be reported as a separate issue, or is there something I could do to prevent this from happening?
Describe the bug Docker image build fails when it reaches the step where O3DE engine is cloned, configured and built. This prevents the image from being generated.
Terminal snippet with the error (full log can be found in the Full Terminal log and PC hardinfo file section):
Steps to reproduce
Expected behavior
docker build -t o3de_robot_vacuum_simulation:latest .
finishes, generating Docker image.Actual behavior
docker build -t o3de_robot_vacuum_simulation:latest .
fails near the end of the step when O3DE engine is build, preventing Docker image from being generated.Full Terminal log and PC hardinfo file DockerImageBuild.txt hardinfo_report-GPC-800.txt
Found in Branch main(77a88b3)
Commit ID from o3de/RobotVacuumSample Repository 77a88b343f20c1a36f82db18e1e19c505bbda4f1
Desktop