-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Support for package version caching #10772
base: master
Are you sure you want to change the base?
Support for package version caching #10772
Conversation
This pull request introduces 1 alert when merging 3e7523828e0800fbae27e19628c643912949162b into 05c6488 - view on LGTM.com new alerts:
|
3e75238
to
5a9bb22
Compare
This pull request introduces 1 alert when merging 5a9bb2222fc70ca54f6fcd29092cc54a025b8c36 into d5a182f - view on LGTM.com new alerts:
|
5a9bb22
to
3631912
Compare
This pull request introduces 1 alert when merging 363191215a14c6eba95a1d663b7efea13ae3a493 into d5a182f - view on LGTM.com new alerts:
|
During the SONiC build, it downloads and installs packages for multiple build components which includes debian packages, pip modules, python packages, source code packages, git modules and docker images. The package versioning feature provides an infrastructure to select and freeze a particular version of a package. The package version caching feature provides an infrastructure to cache the package with the given version into a local storage, so that subsequent installation will not download from web instead it will load from local cache path. The following variable controls the verion caching feature. By default it is truned off. SONIC_VERSION_CACHE_METHOD = [none/cache] SONIC_VERSION_CACHE_SOURCE = /path/to/local/storage
3631912
to
1d06baa
Compare
This pull request introduces 1 alert when merging 1d06baa into 71a515e - view on LGTM.com new alerts:
|
/azpw run Azure.sonic-buildimage |
/AzurePipelines run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
During the SONiC build, it downloads and installs packages for
multiple build components which includes debian packages, pip modules,
python packages, source code packages, git modules and docker images.
The package versioning feature provides an infrastructure to select
and freeze a particular version of a package.
The package version caching feature provides an infrastructure to cache
the package with the given version into a local storage, so that
subsequent installation will not download from web instead it will load
from local cache path.
The following variable controls the verion caching feature. By default
it is truned off.
SONIC_VERSION_CACHE_METHOD = [none/cache]
SONIC_VERSION_CACHE_SOURCE = /path/to/local/storage
Why I did it
How I did it
How to verify it
Which release branch to backport (provide reason below if selected)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)