Upgrade network container to Trixie#22682
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Also add a new variable for the Docker registry, since the containers for the newer Debian versions are mirrored in a different Docker registry. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
916b074 to
67a06c1
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azpw run |
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
yxieca
left a comment
There was a problem hiding this comment.
AI agent on behalf of Ying. Reviewed: update moves docker registry references to publicmirror; scope limited to add_ceos_list + docker_registry var. CI green (ignoring optional VPP per instruction).
Merge summaryWhat is the motivation for this PR How did you do it How did you verify/test it Signed-off-by |
Also add a new variable for the Docker registry, since the containers for the newer Debian versions are mirrored in a different Docker registry. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
Also add a new variable for the Docker registry, since the containers for the newer Debian versions are mirrored in a different Docker registry. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
Also add a new variable for the Docker registry, since the containers for the newer Debian versions are mirrored in a different Docker registry. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com> Signed-off-by: Mihut Aronovici <aronovic@cisco.com>
Also add a new variable for the Docker registry, since the containers for the newer Debian versions are mirrored in a different Docker registry. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
Also add a new variable for the Docker registry, since the containers for the newer Debian versions are mirrored in a different Docker registry. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com> Co-authored-by: Saikrishna Arcot <sarcot@microsoft.com>
Also add a new variable for the Docker registry, since the containers for the newer Debian versions are mirrored in a different Docker registry. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com> Signed-off-by: selldinesh <dinesh.sellappan@keysight.com>
Also add a new variable for the Docker registry, since the containers for the newer Debian versions are mirrored in a different Docker registry. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com> Signed-off-by: Abhishek <abhishek@nexthop.ai>
## Summary Cherry-pick of sonic-net/sonic-mgmt#22682 onto 202412. Upgrades the net container from Bookworm to Trixie. Also adds a new variable for the Docker registry, since containers for newer Debian versions are mirrored in a different Docker registry. ## Original PR - sonic-net/sonic-mgmt#22682 — Upgrade network container to Trixie - Author: @saiarcot895 - Original commit: 67a06c13888c2c95c6281a96dc93595c98662cda ## Cherry-pick note This is a clean cherry-pick with -x tracking the source commit.
|
Removing request for 202505. This is a stable release branch that should only have critical bug fixes. Also the PR author did not request the backport, and no explanation was given when the request label was added. |
Already added to 202505 by #22995, or PR test will fail in pulling net container image |
Cherry pick sonic-net#22682 into 202411 Switch from the old sonicdev-microsoft container registry to publicmirror container registry and upgrade network container from debian:jessie to debian:trixie. Signed-off-by: Xiawei Jiang <xiaweijiang@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* [202411] Upgrade network container to Trixie (#22682) Cherry pick #22682 into 202411 Switch from the old sonicdev-microsoft container registry to publicmirror container registry and upgrade network container from debian:jessie to debian:trixie. Signed-off-by: Xiawei Jiang <xiaweijiang@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix argparse conflicting option string Signed-off-by: xwjiang-ms <xiaweijiang@microsoft.com> --------- Signed-off-by: Xiawei Jiang <xiaweijiang@microsoft.com>
Also add a new variable for the Docker registry, since the containers for the newer Debian versions are mirrored in a different Docker registry. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com> Signed-off-by: Venkata Gouri Rajesh Etla <vrajeshe@cisco.com>
Also add a new variable for the Docker registry, since the containers for the newer Debian versions are mirrored in a different Docker registry. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
Description of PR
Summary:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
Switch from the old sonicdev-microsoft container registry to publicmirror container registry.
How did you do it?
Replace all non-comment references to the old container registry (except for the sonic-mgmt container, I'm not sure if that is in the publicmirror container registry) to the new one.
How did you verify/test it?
Locally deployed a T0 KVM testbed. KVM tests also used this change.
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation