Fix CI for base and control Docker images#199
Open
aryanrajvanshi wants to merge 7 commits intoKumarRobotics:masterfrom
Open
Fix CI for base and control Docker images#199aryanrajvanshi wants to merge 7 commits intoKumarRobotics:masterfrom
aryanrajvanshi wants to merge 7 commits intoKumarRobotics:masterfrom
Conversation
Updated actions to their latest versions and adjusted steps for Docker build process.
Updated Docker build workflow to conditionally login and push based on repository name.
Updated the Docker workflow to use the latest Ubuntu version and modified the build step to push only on upstream.
Added QEMU setup for cross-platform builds and updated platforms conditionally based on the repository.
Added steps to fix ROS apt repository key to prevent errors during installation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR restores a working CI signal for the Docker-based workflows in
kr_autonomous_flight, starting with the base image and extending to the control image which depends on it.The primary goal was not to modernize the entire pipeline, but to debug and fix failure modes caused by repository age, outdated GitHub Actions, and infrastructure assumptions that no longer hold.
Changes
docker-build-base
docker-build-control
Debugging Process
Notes
This was one of my first experiences debugging a CI system of this size. I focused on restoring correctness and clarity while keeping changes minimal and well-scoped.