sonic-buildimage/platform/marvell-armhf
Kalimuthu-Velappan bc30528341
Parallel building of sonic dockers using native dockerd(dood). (#10352)
Currently, the build dockers are created as a user dockers(docker-base-stretch-<user>, etc) that are
specific to each user. But the sonic dockers (docker-database, docker-swss, etc) are
created with a fixed docker name and common to all the users.

    docker-database:latest
    docker-swss:latest

When multiple builds are triggered on the same build server that creates parallel building issue because
all the build jobs are trying to create the same docker with latest tag.
This happens only when sonic dockers are built using native host dockerd for sonic docker image creation.

This patch creates all sonic dockers as user sonic dockers and then, while
saving and loading the user sonic dockers, it rename the user sonic
dockers into correct sonic dockers with tag as latest.

	docker-database:latest <== SAVE/LOAD ==> docker-database-<user>:tag

The user sonic docker names are derived from 'DOCKER_USERNAME and DOCKER_USERTAG' make env
variable and using Jinja template, it replaces the FROM docker name with correct user sonic docker name for
loading and saving the docker image.
2022-04-28 08:39:37 +08:00
..
docker-syncd-mrvl Parallel building of sonic dockers using native dockerd(dood). (#10352) 2022-04-28 08:39:37 +08:00
docker-syncd-mrvl-rpc Parallel building of sonic dockers using native dockerd(dood). (#10352) 2022-04-28 08:39:37 +08:00
prestera/debian [build]: marvell-armhf bullseye fixes (#9243) 2021-11-13 10:48:58 -08:00
sai [Marvell] Update armhf driver/sai deb version (#10126) 2022-03-03 16:21:18 -08:00
sonic-platform-et6448m [Marevell] Fix armhf build failure (#9875) 2022-02-28 13:40:58 +08:00
sonic-platform-nokia [Nokia ixs7215] Platform API temperature threshold value fixes (#10372) 2022-04-07 22:44:31 +08:00
docker-saiserver-mrvl.dep Support dpkg cache for marvell-armhf (#9381) 2021-11-30 16:54:40 +08:00
docker-saiserver-mrvl.mk Remove --net=host from run options for containers 2021-08-12 23:18:01 -07:00
docker-syncd-mrvl-rpc.dep Support dpkg cache for marvell-armhf (#9381) 2021-11-30 16:54:40 +08:00
docker-syncd-mrvl-rpc.mk [dockers] change RPC, DBG dockers version: put RPG, DBG sign in build metadata part of the version (#8920) 2021-11-01 19:02:57 +02:00
docker-syncd-mrvl.dep Support dpkg cache for marvell-armhf (#9381) 2021-11-30 16:54:40 +08:00
docker-syncd-mrvl.mk [Monit] Deprecate the feature of monitoring the critical processes by Monit (#7676) 2021-06-04 10:16:53 -07:00
libsaithrift-dev.dep Support dpkg cache for marvell-armhf (#9381) 2021-11-30 16:54:40 +08:00
libsaithrift-dev.mk [build]: SONiC buildimage ARM arch support (#2980) 2019-07-25 22:06:41 -07:00
one-image.dep Support dpkg cache for marvell-armhf (#9381) 2021-11-30 16:54:40 +08:00
one-image.mk [marvell]: Marvell prestera kernel driver (#7066) 2021-03-29 15:27:01 -07:00
platform-et6448m.dep Support dpkg cache for marvell-armhf (#9381) 2021-11-30 16:54:40 +08:00
platform-et6448m.mk [build]: add buster docker as the last step of the build proces 2020-04-16 10:26:18 +00:00
platform-nokia.dep Support dpkg cache for marvell-armhf (#9381) 2021-11-30 16:54:40 +08:00
platform-nokia.mk [build]: marvell-armhf bullseye fixes (#9243) 2021-11-13 10:48:58 -08:00
platform.conf [Marvell-armhf] Setting u-boot ftd_high to resolve kernel hung (#10204) 2022-03-24 07:24:49 -07:00
prestera.dep Support dpkg cache for marvell-armhf (#9381) 2021-11-30 16:54:40 +08:00
prestera.mk [Marvell] Update armhf driver/sai deb version (#10126) 2022-03-03 16:21:18 -08:00
rules.dep Support dpkg cache for marvell-armhf (#9381) 2021-11-30 16:54:40 +08:00
rules.mk [marvell]: Marvell prestera kernel driver (#7066) 2021-03-29 15:27:01 -07:00
sai.dep Support dpkg cache for marvell-armhf (#9381) 2021-11-30 16:54:40 +08:00
sai.mk [Marvell] Update armhf sai deb (#10403) 2022-04-07 22:32:31 +08:00