You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,9 @@ Every target has a clean target, so in order to clean swss, execute:
123
123
124
124
It is recommended to use clean targets to clean all packages that are built together, like dev packages for instance. In order to be more familiar with build process and make some changes to it, it is recommended to read this short [Documentation](README.buildsystem.md).
125
125
126
+
## Build debug dockers and debug SONiC installer image:
127
+
SONiC build system supports building dockers and ONE-image with debug tools and debug symbols, to help with live & core debugging. For details refer to [(SONiC Buildimage Guide)](https://github.com/Azure/sonic-buildimage/blob/master/README.buildsystem.md).
128
+
126
129
## Notes:
127
130
- If you are running make for the first time, a sonic-slave-${USER} docker image will be built automatically.
128
131
This may take a while, but it is a one-time action, so please be patient.
@@ -135,10 +138,7 @@ This may take a while, but it is a one-time action, so please be patient.
135
138
- docker-base.gz: base docker image where other docker images are built from, only used in build process (gzip tar archive)
136
139
- docker-database.gz: docker image for in-memory key-value store, used as inter-process communication (gzip tar archive)
137
140
- docker-fpm.gz: docker image for quagga with fpm module enabled (gzip tar archive)
138
-
- docker-orchagent-brcm.gz: docker image for SWitch State Service (SWSS) on Broadcom platform (gzip tar archive)
139
-
- docker-orchagent-cavm.gz: docker image for SWitch State Service (SWSS) on Cavium platform (gzip tar archive)
140
-
- docker-orchagent-mlnx.gz: docker image for SWitch State Service (SWSS) on Mellanox platform (gzip tar archive)
141
-
- docker-orchagent-nephos.gz: docker image for SWitch State Service (SWSS) on Nephos platform (gzip tar archive)
141
+
- docker-orchagent.gz: docker image for SWitch State Service (SWSS) (gzip tar archive)
142
142
- docker-syncd-brcm.gz: docker image for the daemon to sync database and Broadcom switch ASIC (gzip tar archive)
143
143
- docker-syncd-cavm.gz: docker image for the daemon to sync database and Cavium switch ASIC (gzip tar archive)
144
144
- docker-syncd-mlnx.gz: docker image for the daemon to sync database and Mellanox switch ASIC (gzip tar archive)
0 commit comments