b6811a58cf
Why I did it The docker storage driver vfs is not a good option for build, it uses the “deep copy” when building a new layer, leads to lower performance and more space used on disk than other storage drivers. A better docker storage driver is the default one overlay2, it is a modern union filesystem.
5 lines
143 B
YAML
5 lines
143 B
YAML
variables:
|
|
DEFAULT_CONTAINER_REGISTRY: 'publicmirror.azurecr.io'
|
|
COMMON_LIB_BUILD_ENVS: 'bullseye'
|
|
SONIC_SLAVE_DOCKER_DRIVER: 'overlay2'
|