Skip to content

Commit f19d445

Browse files
authored
Update readme on build targets (#8)
1 parent 83c48fe commit f19d445

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ The root is disabled, but the created user could sudo.
3636

3737
The target directory is ./target, containing the NOS installer image and docker images.
3838
- sonic-generic.bin: SONiC switch installer image (ONIE compatiable)
39-
- docker-base.gz: base docker image where others are built from (gzip tar archive)
39+
- sonic-aboot.bin: SONiC switch installer image (Aboot compatiable)
40+
- docker-base.gz: base docker image where other docker images are built from, only used in build process (gzip tar archive)
41+
- docker-database.gz: docker image for in-memory key-value store, used as inter-process communication (gzip tar archive)
4042
- docker-fpm.gz: docker image for quagga with fpm module enabled (gzip tar archive)
41-
- docker-orchagent.gz: docker image for SWitch State Service (SWSS)
42-
- docker-syncd.gz: docker image for the daemon to sync database and Broadcom switch ASIC
43-
- docker-syncd-mlnx.gz: docker image for the daemon to sync database and Mellanox switch ASIC
43+
- docker-orchagent.gz: docker image for SWitch State Service (SWSS) (gzip tar archive)
44+
- docker-syncd.gz: docker image for the daemon to sync database and Broadcom switch ASIC (gzip tar archive)
45+
- docker-syncd-mlnx.gz: docker image for the daemon to sync database and Mellanox switch ASIC (gzip tar archive)
4446

4547
# Contribution guide
4648

0 commit comments

Comments
 (0)