-
Notifications
You must be signed in to change notification settings - Fork 2
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
Automate building and running base image on RPi with Docker CLI #80
Comments
Adapted from #79 (comment) Another solution to evaluate against building on RPi is to build in CI:
Upside is that you don't have to build or develop on RPi. Downside is that it may take a couple minutes for the images to be built and pushed. If we build on the RPi, we can clone sailbot_workspace locally and make it a volume when running the base image, effectively making our own dev container |
|
Build TimesRan setup, clean, and build tasks with network_systems, py_pubsub_ex, and cpp_pubsub_ex,
|
@hhenry01 do you have docker engine or desktop installed on popos? Can you add your build times? |
Docker engine. Added. |
Purpose
Our RPi needs to operate without a GUI, and just needs to run our software. Dedicated scripting to build and run will make the process a lot faster.
Changes
New script(s) to build the container, run it, and also execute a list of programs when given the paths/commands (a default to run all software should also be defined).
Resources
The text was updated successfully, but these errors were encountered: