39c3f650a7
Why I did it [Ci] Support the SONiC reproducible build in Azure Pipelines Enable the reproducible build on master branch Enable the mirror snapshot based build on 202205+ which support snapshot build. How I did it Enable the build flag on Azure Pipelines. How to verify it
10 lines
277 B
YAML
10 lines
277 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
|
|
MIRROR_SNAPSHOT: y
|