mongo/bazel/docs/rbe_images.md
Steve McClure 32e8f260de SERVER-124136 Format markdown via prettier: wrap lines and use width of 100 (#52231)
GitOrigin-RevId: 3305c1e2ee3a6a2c3a5b2b7883b0f491a59ed646
2026-04-21 19:20:11 +00:00

425 B

Remote execution images

The Dockerfiles for remote execution images are autogenerated to pin all versions and allow for updates at the same time. To repin the image hashes and package versions:

# With Bazel
bazel run //bazel/remote_execution_container:repin_dockerfiles --config=local

# Without Bazel
./repin_dockerfiles.sh

To change the image contents, edit repin_dockerfiles.sh.