Update the network containers from Jessie to Bookworm#17587
Merged
wangxin merged 1 commit intosonic-net:masterfrom Mar 20, 2025
Merged
Update the network containers from Jessie to Bookworm#17587wangxin merged 1 commit intosonic-net:masterfrom
wangxin merged 1 commit intosonic-net:masterfrom
Conversation
The base network containers were on Jessie, which is out of date. Update this to Bookworm. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
opcoder0
reviewed
Mar 19, 2025
| docker_container: | ||
| name: net_{{ vm_set_name }}_{{ vm_name }} | ||
| image: "{{ docker_registry_host }}/debian:jessie" | ||
| image: "{{ docker_registry_host }}/debian:bookworm" |
Contributor
There was a problem hiding this comment.
LGTM! If you haven't already could you please push the debian:bookworm image to our registry?
Contributor
There was a problem hiding this comment.
Hi @saiarcot895
we should use 'docker pull debian:bookworm' get the latest one. Right?
Contributor
Author
There was a problem hiding this comment.
Hi @JibinBao, you shouldn't need to manually pull any container. It should automatically get pulled when running add-topo.
opcoder0
approved these changes
Mar 19, 2025
qiluo-msft
approved these changes
Mar 19, 2025
wangxin
approved these changes
Mar 20, 2025
OriTrabelsi
pushed a commit
to OriTrabelsi/sonic-mgmt
that referenced
this pull request
Apr 1, 2025
The base network containers were on Jessie, which is out of date. Update this to Bookworm. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
opcoder0
pushed a commit
to opcoder0/sonic-mgmt
that referenced
this pull request
Dec 8, 2025
The base network containers were on Jessie, which is out of date. Update this to Bookworm. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
gshemesh2
pushed a commit
to gshemesh2/sonic-mgmt
that referenced
this pull request
Dec 21, 2025
The base network containers were on Jessie, which is out of date. Update this to Bookworm. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com> Signed-off-by: Guy Shemesh <gshemesh@nvidia.com>
gshemesh2
pushed a commit
to gshemesh2/sonic-mgmt
that referenced
this pull request
Jan 26, 2026
The base network containers were on Jessie, which is out of date. Update this to Bookworm. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com> Signed-off-by: Guy Shemesh <gshemesh@nvidia.com>
Collaborator
|
Cherry-pick PR to msft-202412: Azure/sonic-mgmt.msft#1016 |
mssonicbld
pushed a commit
to mssonicbld/sonic-mgmt
that referenced
this pull request
Feb 17, 2026
The base network containers were on Jessie, which is out of date. Update this to Bookworm. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com> Signed-off-by: mssonicbld <sonicbld@microsoft.com>
Collaborator
|
Cherry-pick PR to 202411: #22445 |
11 tasks
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.
Description of PR
Summary:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
The base network containers were on Jessie, which is out of date. Update this to Bookworm.
How did you do it?
How did you verify/test it?
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation