Thinking of the environment of continuous integration and continuous delivery and services that already run scripts to automatically deploy, such as Travis, CircleCI and GitHub Workflows for example, it allows you to use a docker image made from a container, to perform actions on the container , citing C / C ++ for example, it is possible to write the code and when sending to the repository, every commit today it is possible to compile, run unit tests, run valgrind and package (generating static package * .deb , * rpm or etc ...) and send to the repository, which allows, besides having a test at each commit, to automate various tasks.
It is possible today to use QEMU to emulate different architectures like arm64 for example (running from a docker) and use the same machine to generate packages for different architectures.
In the docker repository (https://hub.docker.com/) I was unable to find an official freebsd image, something that would run on windows or linux, I quote these platforms, as they are generally available through continuous integration platforms.
I believe that if there is a container of the official freebsd docker and how to run it on linux or windows, it would help a lot to popularize freebsd, besides helping a lot of programmers who develop for the platform and use the service of continuous integration of platforms similar to mentioned, but I lack the knowledge to develop a FreeBSD scratch and I don't even know what changes are necessary for it to run on Linux or Windows, that's why I'm on the community forum to find out if there are any projects in this sense, because I researched and didn't find, forgive if any and I have not researched with due attention.
If anyone knows how to do it, please let me know how.
It is possible today to use QEMU to emulate different architectures like arm64 for example (running from a docker) and use the same machine to generate packages for different architectures.
In the docker repository (https://hub.docker.com/) I was unable to find an official freebsd image, something that would run on windows or linux, I quote these platforms, as they are generally available through continuous integration platforms.
I believe that if there is a container of the official freebsd docker and how to run it on linux or windows, it would help a lot to popularize freebsd, besides helping a lot of programmers who develop for the platform and use the service of continuous integration of platforms similar to mentioned, but I lack the knowledge to develop a FreeBSD scratch and I don't even know what changes are necessary for it to run on Linux or Windows, that's why I'm on the community forum to find out if there are any projects in this sense, because I researched and didn't find, forgive if any and I have not researched with due attention.
If anyone knows how to do it, please let me know how.