-
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
Reduce docker images size. #196
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install only required dependencies.
Images size with all target/deps directory copied:
Only required packages:
|
Kalimuthu-Velappan
pushed a commit
to Kalimuthu-Velappan/sonic-buildimage
that referenced
this pull request
Sep 12, 2019
* Get Vlan Id from ASIC_STATE Vlan Object if bvid present
monaliusa
pushed a commit
to monaliusa/sonic-buildimage
that referenced
this pull request
Aug 7, 2020
…e2bd_get_event_change [device/celestica]: Add support for fan/voltage event to questone2bd get_change_event api
dmytroxshevchuk
pushed a commit
to dmytroxshevchuk/sonic-buildimage
that referenced
this pull request
Aug 31, 2020
xumia
pushed a commit
to xumia/sonic-buildimage-1
that referenced
this pull request
Feb 16, 2021
…hon 2 for 201911 branch (sonic-net#196) Something changed recently which caused the sonic-utilities 201911 PR build to fail to install the `mock` package from PyPI implicitly. Here, we install version 3.0.5 (the latest version available for Python 2) of the package explicitly before building the sonic-utilities package. Also, explicitly call `pip2` and `python2` instead of `pip` and `python` just to ensure the proper versions are used.
This was referenced Feb 23, 2021
qiluo-msft
pushed a commit
that referenced
this pull request
Feb 23, 2021
183162f Fix issue: expect redis pubsub data to be str type instead of bytes type (#196) #### Why I did it Update submodule pointer for snmpagent to include PR sonic-net/sonic-snmpagent#196 #### How I did it Update submodule pointer for snmpagent #### How to verify it Run build
Closed
4 tasks
4 tasks
daall
added a commit
to daall/sonic-buildimage
that referenced
this pull request
Mar 10, 2021
- Unset CONFIG_THERMAL_STATISTICS to prevent kernel crash (sonic-net#199) - [dni_dps460] Add attributes to retrieve PMBus status command codes (sonic-net#197) - [mellanox]: Backport new kernel patches (sonic-net#195) - [ci]: build amd64/armhf/arm64 for CI build (sonic-net#196) - Fix read and write failure to ‘fan1_target’ attribute of ‘dni_dps460’ driver. (sonic-net#183) Signed-off-by: Danny Allen <daall@microsoft.com>
4 tasks
liat-grozovik
pushed a commit
that referenced
this pull request
Mar 11, 2021
- Unset CONFIG_THERMAL_STATISTICS to prevent kernel crash (#199) - [dni_dps460] Add attributes to retrieve PMBus status command codes (#197) - [mellanox]: Backport new kernel patches (#195) - [ci]: build amd64/armhf/arm64 for CI build (#196) - Fix read and write failure to ‘fan1_target’ attribute of ‘dni_dps460’ driver. (#183) Signed-off-by: Danny Allen <daall@microsoft.com>
4 tasks
jleveque
pushed a commit
that referenced
this pull request
Jun 18, 2021
7670b49 [sonic_platform/sfp_base] Add common definition for get SFP error status (#194) 1336598 [CI] sonic-config-engine now depends on SONiC YANG packages (#198) f57fee4 Add to check pcie configuration revision to get the right configuration. (#195) 4e3a0a0 Fix typo for midplane APIs. (#196) fc2e9e2 [eeprom_tlv_info] Optimize EEPROM data process by using visitor pattern (#193)
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this pull request
Aug 7, 2021
183162f Fix issue: expect redis pubsub data to be str type instead of bytes type (sonic-net#196) #### Why I did it Update submodule pointer for snmpagent to include PR sonic-net/sonic-snmpagent#196 #### How I did it Update submodule pointer for snmpagent #### How to verify it Run build
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this pull request
Aug 7, 2021
7670b49 [sonic_platform/sfp_base] Add common definition for get SFP error status (sonic-net#194) 1336598 [CI] sonic-config-engine now depends on SONiC YANG packages (sonic-net#198) f57fee4 Add to check pcie configuration revision to get the right configuration. (sonic-net#195) 4e3a0a0 Fix typo for midplane APIs. (sonic-net#196) fc2e9e2 [eeprom_tlv_info] Optimize EEPROM data process by using visitor pattern (sonic-net#193)
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jan 24, 2022
Signed-off-by: pettershao-ragilenetworks <pettershao@ragilenetworks.com>
SuvarnaMeenakshi
pushed a commit
to SuvarnaMeenakshi/sonic-buildimage
that referenced
this pull request
Mar 16, 2022
…ype (sonic-net#196) **- What I did** Change redis pubsub expect data type from bytes to str. There was a snmpagent framework change which transfer redis pubsub data from bytes to str, after that change, there is no need for non-framework code to do this transfer. So now we need handle str data directly. **- How I did it** Change data expectation from bytes to str **- How to verify it** Run regression and manual test
sg893052
pushed a commit
to sg893052/sonic-buildimage
that referenced
this pull request
Apr 25, 2022
Sonic 4.0.0 L3 RIF Counters Testplan
6 tasks
snider-nokia
pushed a commit
to snider-nokia/sonic-buildimage
that referenced
this pull request
Apr 6, 2023
In midplane API, default method should be raise NotImplementedError not return NotImplementedError
vivekrnv
pushed a commit
to vivekrnv/sonic-buildimage
that referenced
this pull request
Apr 28, 2023
Signed-off-by: Guohan Lu <lguohan@gmail.com>
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jun 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Copy to docker images only required dependencies.