microsoft / bond

Bond is a cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services.
MIT License
2.61k stars 321 forks source link

[ci] CI image Dockerfile needs to be paramatarized on FROM registry #1165

Open chwarr opened 2 years ago

chwarr commented 2 years ago

Some internal Microsoft systems want to be able to control the container registry used when building the Bond CI image. The Dockerfile needs to be parameterized, and the build that produces these images will need to set this new parameter to a suitable value.