[pipeline] Use sonic-slave-trixie build container image#357
Open
PriyanshTratiya wants to merge 11 commits intosonic-net:masterfrom
Open
[pipeline] Use sonic-slave-trixie build container image#357PriyanshTratiya wants to merge 11 commits intosonic-net:masterfrom
PriyanshTratiya wants to merge 11 commits intosonic-net:masterfrom
Conversation
Signed-off-by: Priyansh Tratiya <[email protected]>
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
saiarcot895
reviewed
Mar 16, 2026
azure-pipelines.yml
Outdated
|
|
||
| container: | ||
| image: sonicdev-microsoft.azurecr.io:443/sonic-slave-bookworm-amd64:$(BUILD_BRANCH) | ||
| image: sonicdev-microsoft.azurecr.io:443/sonic-slave-trixie-amd64:$(BUILD_BRANCH) |
Contributor
There was a problem hiding this comment.
Change to sonic-slave-trixie:$(BUILD_BRANCH)-amd64
Signed-off-by: Priyansh Tratiya <[email protected]>
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
saiarcot895
approved these changes
Mar 16, 2026
saiarcot895
reviewed
Mar 16, 2026
azure-pipelines.yml
Outdated
Contributor
There was a problem hiding this comment.
This needs to be changed to trixie. You'll also need to add libpcre3_*.deb to the list of packages installed.
saiarcot895
reviewed
Mar 16, 2026
azure-pipelines.yml
Outdated
Contributor
There was a problem hiding this comment.
This also needs to be changed to trixie.
Signed-off-by: Priyansh Tratiya <[email protected]>
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Priyansh Tratiya <[email protected]>
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Priyansh Tratiya <[email protected]>
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Priyansh Tratiya <[email protected]>
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Priyansh Tratiya <[email protected]>
Author
|
/azp run |
1 similar comment
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Priyansh Tratiya <[email protected]>
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Priyansh Tratiya <[email protected]>
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Priyansh Tratiya <[email protected]>
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Priyansh Tratiya <[email protected]>
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This file contains hidden or 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
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.
Summary
Update the Azure Pipelines build container image used by
sonic-host-servicesfrom the Bookworm-based slave image to the Trixie-based slave image.Motivation / Background
The current pipeline runs in a Bookworm slave container. Moving to the updated Trixie slave image aligns the build environment with the newer Boost version expected by the downloaded artifacts and matches the newer slave image naming convention (arch encoded in the tag).
Changes
sonicdev-microsoft.azurecr.io:443/sonic-slave-bookworm-amd64:$(BUILD_BRANCH)sonicdev-microsoft.azurecr.io:443/sonic-slave-trixie:$(BUILD_BRANCH)-amd64Testing