Skip to content

Commit 9f80d60

Browse files
ausphamsaiarcot895
andauthored
Upgrade the net container from Bookworm to Trixie (sonic-net#22995)
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>
1 parent c5759b4 commit 9f80d60

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ansible/roles/vm_set/tasks/add_ceos_list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
become: yes
110110
docker_container:
111111
name: net_{{ vm_set_name }}_{{ vm_name }}
112-
image: "{{ docker_registry_host }}/debian:bookworm"
112+
image: "{{ debian_docker_registry_host }}/debian:trixie"
113113
pull: no
114114
state: started
115115
restart: no

ansible/vars/docker_registry.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
docker_registry_host: sonicdev-microsoft.azurecr.io:443
2+
debian_docker_registry_host: publicmirror.azurecr.io:443

0 commit comments

Comments
 (0)