You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am considering adding reproducible features to our open source community. For open source projects, reproducible build is an important means of ensuring code transparency and credibility. In software development that requires high security and reliability, reproducible build is the foundation for ensuring software quality and security. So it is necessary to add reproducible features to the security components provided by this community.
I plan to first implement reproducible building in the guest-components repository.
My expected plan is as follows. Integrating the reproducible build process into GitHub's CI/CD to achieve automated build, testing, and deployment. Binary files are checked using the reprotest tool, while image files are currently pending. Then according to the results of CI/CD, fix the non reproducible points in the code one by one.
The text was updated successfully, but these errors were encountered:
zny666
changed the title
Plans to add reproducible features to guest-c omponents
Plans to add reproducible features to guest-components
Nov 8, 2024
Hello, I am considering adding reproducible features to our open source community. For open source projects, reproducible build is an important means of ensuring code transparency and credibility. In software development that requires high security and reliability, reproducible build is the foundation for ensuring software quality and security. So it is necessary to add reproducible features to the security components provided by this community.
I plan to first implement reproducible building in the guest-components repository.
My expected plan is as follows. Integrating the reproducible build process into GitHub's CI/CD to achieve automated build, testing, and deployment. Binary files are checked using the reprotest tool, while image files are currently pending. Then according to the results of CI/CD, fix the non reproducible points in the code one by one.
The text was updated successfully, but these errors were encountered: