rules_img pre-release registry

Every commit to the main branch is published here as a rules_img version, so you can use a change before it ships in a release. Source.

Using it

Add this registry, with the Bazel Central Registry second so that everything else still resolves:

.bazelrc
common --registry=https://bazel-contrib.github.io/rules_img --registry=https://bcr.bazel.build

Then pick a version from the list below:

MODULE.bazel
bazel_dep(name = "rules_img", version = "0.3.20-20260903-3c1e640")

Versions

VersionBuiltCommit
0.3.20-20260903-3c1e640latest 2026-09-03 3c1e640
0.3.20-20260903-1c34d0a 2026-09-03 1c34d0a
0.3.20-20260903-c77baee 2026-09-03 c77baee
0.3.20-20260902-5913445 2026-09-02 5913445
0.3.20-20260902-af5e145 2026-09-02 af5e145
0.3.20-20260902-1b9c5c1 2026-09-02 1b9c5c1
0.3.20-20260902-3c41118 2026-09-02 3c41118
0.3.20-20260902-afbd3d8 2026-09-02 afbd3d8
0.3.20-20260902-825e08a 2026-09-02 825e08a
0.3.20-20260902-003eeb8 2026-09-02 003eeb8
0.3.20-20260902-8491d3a 2026-09-02 8491d3a
0.3.20-20260812-41be0a2 2026-08-12 41be0a2
0.3.20-20260812-a30cc35 2026-08-12 a30cc35
0.3.20-20260812-a5febfd 2026-08-12 a5febfd
0.3.20-20260812-6cf4a73 2026-08-12 6cf4a73
0.3.20-20260811-195a893 2026-08-11 195a893
0.3.20-20260811-b32a3b3 2026-08-11 b32a3b3
0.3.20-20260811-dfea139 2026-08-11 dfea139
0.3.20-20260811-7e77751 2026-08-11 7e77751
0.3.20-20260811-39082ed 2026-08-11 39082ed

What a version is

The module source at one commit, plus a lockfile that downloads the img tool from ghcr.io/bazel-contrib/rules_img/img instead of building it. There is nothing else to set up.

The numbers are pre-releases of the next patch version, so they sort above the last release and below the next one. These are not releases: a version can be rewritten if its build is re-run, and none are ever deleted.