Replies: 1 comment 1 reply
-
Hey @the-grue! The repo we have for the Docker files are at Xyris/xyris-build. Essentially you take a base image (like Ubuntu, Debian, Alpine, etc.) and then from there you essentially describe how you want to build the image. For us, it involves downloading the GCC and binutils source, extracting it, and the compiling it however best suites you. As for the integration part, we use JonathonReinhart/scuba, which is tool that makes running commands in the docker container easier. The docs for it are available here. If you need any more help / have any more questions, let me know! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm interested in how you configure and build your docker container that performs the build process. I haven't done any development on containers but am interested in how you have done this. I used the container as part of the work I have done on the OS, but just took it for granted. Now, if you are willing to share, I'd like to know more about this process.
Thanks!
Jim
Beta Was this translation helpful? Give feedback.
All reactions