Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/roles/vm_set/tasks/add_ceos_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
become: yes
docker_container:
name: net_{{ vm_set_name }}_{{ vm_name }}
image: "{{ docker_registry_host }}/debian:jessie"
image: "{{ docker_registry_host }}/debian:bookworm"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! If you haven't already could you please push the debian:bookworm image to our registry?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already done

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @saiarcot895
we should use 'docker pull debian:bookworm' get the latest one. Right?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @JibinBao, you shouldn't need to manually pull any container. It should automatically get pulled when running add-topo.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

pull: no
state: started
restart: no
Expand Down