-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Upgrade broadcom platform containers(syncd) to Bookworm #19712
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
@adyeung FYI |
@saiarcot895 pls help review |
saiarcot895
approved these changes
Aug 12, 2024
@saiarcot895 thanks for the review, I assume you want to hold off the merge until SAI release 12.x is out? Otherwise, pls share the merge plan |
/azpw run Azure.sonic-buildimage |
/AzurePipelines run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
Last call, if there is no objection, we will proceed to merge for 202411 |
/azpw ms_checker |
No objections from me |
Praveen-Brcm
approved these changes
Nov 1, 2024
lguohan
pushed a commit
that referenced
this pull request
Nov 6, 2024
…20696) It seems after this PR #19712 dsserve might not be getting downloaded for bullseye. Signed-off-by: Abhishek Dosi <[email protected]>
rkavitha-hcl
pushed a commit
to rkavitha-hcl/sonic-buildimage
that referenced
this pull request
Nov 15, 2024
aidan-gallagher
pushed a commit
to aidan-gallagher/sonic-buildimage
that referenced
this pull request
Nov 16, 2024
aidan-gallagher
pushed a commit
to aidan-gallagher/sonic-buildimage
that referenced
this pull request
Nov 16, 2024
…onic-net#20696) It seems after this PR sonic-net#19712 dsserve might not be getting downloaded for bullseye. Signed-off-by: Abhishek Dosi <[email protected]>
11 tasks
StormLiangMS
pushed a commit
that referenced
this pull request
Dec 2, 2024
…20949) Why I did it With the syncd container upgrade to Bookworm in #19712, the RPC containers started failing to build. There are some additional changes needed to the RPC container build and to use a newer version of the PTF package. Work item tracking Microsoft ADO (number only): 30368269 How I did it Modify the RPC dockerfiles to use Python 3, and to use the existing nanomsg package in Debian. Also, enable the Broadcom RPC image build as part of PRs.
VladimirKuk
pushed a commit
to Marvell-switching/sonic-buildimage
that referenced
this pull request
Jan 21, 2025
…onic-net#20949) Why I did it With the syncd container upgrade to Bookworm in sonic-net#19712, the RPC containers started failing to build. There are some additional changes needed to the RPC container build and to use a newer version of the PTF package. Work item tracking Microsoft ADO (number only): 30368269 How I did it Modify the RPC dockerfiles to use Python 3, and to use the existing nanomsg package in Debian. Also, enable the Broadcom RPC image build as part of PRs.
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.
Why I did it
Migration of platform broadcom docker syncd from bullseye to bookworm
Work item tracking
How I did it
Update container makefiles with correct dependencies
Update container Dockerfile with correct base image
How to verify it
Compilation of the following images:
[docker-syncd-brcm.gz]
[docker-syncd-brcm-dnx.gz]
[sonic-broadcom-dnx.bin]
[sonic-broadcom.bin]
Loaded sonic-broadcom.bin on a x86_64-accton_as7816_64x-r0
root@sonic:/home/admin# docker ps | grep syncd
1bc2b3bbe11c docker-syncd-brcm:latest "/usr/local/bin/supe…" 13 minutes ago Up 13 minutes syncd
root@sonic:/home/admin#
root@sonic:/home/admin# docker exec -it syncd bash
root@sonic:/# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
root@sonic:/#
Which release branch to backport (provide reason below if selected)
Tested branch (Please provide the tested image version)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)