xumia
47f4a9d905
[build][Bug]: Fix the command set_reproducible_mirrors not found issue ( #10398 )
...
Why I did it
Fix the command set_reproducible_mirrors not found issue during the build.
2022-03-31 12:37:53 +08:00
xumia
beead0a6cf
[Build]: Fix host image debian package version issue ( #10358 )
...
Why I did it
Fix host image debian package version issue.
The package dependencies may have issue, when some of debian packages of the base image are upgraded. For example, libc is installed in base image, but if the mirror has new version, when running "apt-get upgrade", the package will be upgraded unexpected. To avoid such issue, need to add the versions when building the host image.
How I did it
The package versions of host-image should contain host-base-image.
2022-03-29 12:34:46 +08:00
xumia
95936805e0
Install the latest version of the sonic build hooks in slave container ( #6348 )
2021-01-05 19:05:13 +08:00
xumia
0a36de3a89
Recover "Support SONiC Reproduceable Build-debian/pip/web packages ( #6255 )
...
* Revert "Revert "Support SONiC Reproduceable Build-debian/pip/web packages (#5718 )""
This reverts commit 17497a65e3
.
* Revert "Revert "Remove unnecessary sudo authority in build Makefile (#6237 )""
This reverts commit 163b7111b5
.
2020-12-21 15:31:10 +08:00
Guohan Lu
17497a65e3
Revert "Support SONiC Reproduceable Build-debian/pip/web packages ( #5718 )"
...
This reverts commit 55a707586b
.
2020-12-18 23:37:27 -08:00
xumia
55a707586b
Support SONiC Reproduceable Build-debian/pip/web packages ( #5718 )
...
* Support SONiC reproduceable build for deb/py2/py3/web
* Remove j2 files
* Fix bug
* Fix some issues
1. Change some code format issues
2. Fix curl calling wget command, pip2 calling pip3 issue
3. Fix wget/curl downloading multiple urls issue
* Fix some code format issue
* Fix bug
* Fix bug
* Fix command path hard code in build info scripts issue
* Add debian package sonic-build-tools
* Fix auto debian package removed issue
* Change build debian package name, and change the folder
* Collect the pre-versions and post-versions
* Change to use debian:buster
* Remove apt-mark and improve code
* Remove set_build_hooks
* Change docker trusted gpg files
* Fix docker build COPY directory name issue
* Move the trusted gpg files into the sonic-build-hooks package
2020-12-17 13:06:53 +08:00