mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-22 04:59:34 +01:00
d4c639cf4a
GitOrigin-RevId: 40a8e2153873d2b88d802b64e8a4f4737c73377d
425 B
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.