9d20dda40a
Why I did it Docker build has a low rate of hanging up. It hangs on different steps. So, it looks like a bug in docker daemon. How I did it Start a daemon process to scan running time more than 1 hours, and kill the process. How to verify it
9 lines
256 B
YAML
9 lines
256 B
YAML
variables:
|
|
DEFAULT_CONTAINER_REGISTRY: 'publicmirror.azurecr.io'
|
|
COMMON_LIB_BUILD_ENVS: 'bullseye'
|
|
SONIC_SLAVE_DOCKER_DRIVER: 'overlay2'
|
|
SONIC_BUILD_RETRY_COUNT: 3
|
|
SONIC_BUILD_RETRY_INTERVAL: 600
|
|
DOCKER_BUILDKIT: 0
|
|
DOCKER_BUILD_TIMEOUT: 3600
|