{rules_img,rules_img_tool}@0.2.5 (#6060)

Release: https://github.com/bazel-contrib/rules_img/releases/tag/v0.2.5

_Automated by [Publish to
BCR](https://github.com/bazel-contrib/publish-to-bcr)_

Co-authored-by: malt3 <1780588+malt3@users.noreply.github.com>
diff --git a/modules/rules_img/0.2.5/MODULE.bazel b/modules/rules_img/0.2.5/MODULE.bazel
new file mode 100644
index 0000000..5a6ac7f
--- /dev/null
+++ b/modules/rules_img/0.2.5/MODULE.bazel
@@ -0,0 +1,92 @@
+module(
+    name = "rules_img",
+    version = "0.2.5",
+    compatibility_level = 1,
+)
+
+bazel_dep(name = "bazel_skylib", version = "1.7.1")
+bazel_dep(name = "platforms", version = "0.0.11")
+
+prebuilt_img_tool = use_extension("@rules_img//img/private/prebuilt:prebuilt.bzl", "prebuilt_img_tool")
+prebuilt_img_tool.collection(
+    name = "img_toolchain",
+)
+prebuilt_img_tool.from_file(
+    collection = "img_toolchain",
+    file = "@rules_img//:prebuilt_lockfile.json",
+)
+use_repo(
+    prebuilt_img_tool,
+    "img_toolchain",
+)
+
+# register a prebuilt toolchain of the img tool.
+register_toolchains(
+    "@img_toolchain//:all",
+)
+
+# ✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂
+# only dev_dependencies below this line - rules_img is lean
+# ✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂✂
+
+bazel_dep(name = "aspect_bazel_lib", version = "2.20.0", dev_dependency = True)
+bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.7.1", dev_dependency = True)
+bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2", dev_dependency = True)
+bazel_dep(name = "gazelle", version = "0.45.0", dev_dependency = True)
+bazel_dep(name = "hermetic_cc_toolchain", version = "4.0.1", dev_dependency = True)
+bazel_dep(name = "rules_bazel_integration_test", version = "0.33.2", dev_dependency = True)
+bazel_dep(name = "rules_go", version = "0.54.0", dev_dependency = True)
+bazel_dep(name = "rules_img_tool", version = "0.2.5", dev_dependency = True)
+bazel_dep(name = "rules_pkg", version = "1.1.0", dev_dependency = True)
+bazel_dep(name = "rules_python", version = "1.6.3", dev_dependency = True)
+
+# Register a source-built toolchain of the img tool
+# for use in this repository (in dev mode).
+register_toolchains(
+    "@rules_img_tool//toolchain:all",
+    dev_dependency = True,
+)
+
+module_version = use_extension("//img/private/config:defs.bzl", "module_version", dev_dependency = True)
+use_repo(module_version, "rules_img_version")
+
+bazel_binaries = use_extension(
+    "@rules_bazel_integration_test//:extensions.bzl",
+    "bazel_binaries",
+    dev_dependency = True,
+)
+bazel_binaries.download(version = "7.4.0")
+bazel_binaries.download(version = "8.4.1")
+use_repo(bazel_binaries, "bazel_binaries", "bazel_binaries_bazelisk", "build_bazel_bazel_7_4_0", "build_bazel_bazel_8_4_1")
+
+go_sdk = use_extension(
+    "@rules_go//go:extensions.bzl",
+    "go_sdk",
+    dev_dependency = True,
+)
+go_sdk.download(version = "1.24.2")
+
+toolchains = use_extension("@hermetic_cc_toolchain//toolchain:ext.bzl", "toolchains", dev_dependency = True)
+use_repo(toolchains, "zig_sdk")
+
+register_toolchains(
+    "@zig_sdk//toolchain:linux_amd64_musl",
+    "@zig_sdk//toolchain:linux_arm64_musl",
+    dev_dependency = True,
+)
+
+http_file = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")
+
+http_file(
+    name = "large_file_1GB",
+    dev_dependency = True,
+    integrity = "sha256-n9ndX1LfKXTrcnPBT8Kqa85x87TcH3BOaHWoeuJ+kKA=",
+    urls = ["https://ash-speed.hetzner.com/1GB.bin"],
+)
+
+http_file(
+    name = "large_file_10GB",
+    dev_dependency = True,
+    integrity = "sha256-Vc5IJJOis3bBooauVUOr77JwiZLHC3lA9dbAjMZvNFw=",
+    urls = ["https://ash-speed.hetzner.com/10GB.bin"],
+)
diff --git a/modules/rules_img/0.2.5/attestations.json b/modules/rules_img/0.2.5/attestations.json
new file mode 100644
index 0000000..253085d
--- /dev/null
+++ b/modules/rules_img/0.2.5/attestations.json
@@ -0,0 +1,17 @@
+{
+    "mediaType": "application/vnd.build.bazel.registry.attestation+json;version=1.0.0",
+    "attestations": {
+        "source.json": {
+            "url": "https://github.com/bazel-contrib/rules_img/releases/download/v0.2.5/rules_img.source.json.intoto.jsonl",
+            "integrity": "sha256-91RyRACSWTWzTMNgEXn4YRGJG0YFUqGBn2HNWME+YPo="
+        },
+        "MODULE.bazel": {
+            "url": "https://github.com/bazel-contrib/rules_img/releases/download/v0.2.5/rules_img.MODULE.bazel.intoto.jsonl",
+            "integrity": "sha256-0SGR0dxjaL48kQ1390uhB5nwrqjs4VZPRvSxGITFbkA="
+        },
+        "rules_img-v0.2.5.tar.gz": {
+            "url": "https://github.com/bazel-contrib/rules_img/releases/download/v0.2.5/rules_img-v0.2.5.tar.gz.intoto.jsonl",
+            "integrity": "sha256-798Ac9Lx9F20ykVcrJ6N3q4SogczOJG9I5USEGw9tfo="
+        }
+    }
+}
diff --git a/modules/rules_img/0.2.5/presubmit.yml b/modules/rules_img/0.2.5/presubmit.yml
new file mode 100644
index 0000000..f8e9a39
--- /dev/null
+++ b/modules/rules_img/0.2.5/presubmit.yml
@@ -0,0 +1,12 @@
+bcr_test_module:
+  module_path: "."
+  matrix:
+    platform: ["debian10", "ubuntu2004", "macos", "macos_arm64", "windows", "windows_arm64"]
+    bazel: [7.x, 8.x]
+  tasks:
+    run_tests:
+      name: "Run test module"
+      platform: ${{ platform }}
+      bazel: ${{ bazel }}
+      build_targets:
+        - "//..."
diff --git a/modules/rules_img/0.2.5/source.json b/modules/rules_img/0.2.5/source.json
new file mode 100644
index 0000000..6bc84f4
--- /dev/null
+++ b/modules/rules_img/0.2.5/source.json
@@ -0,0 +1,4 @@
+{
+    "integrity": "sha256-Dnpp6KD0U7KOOE9Eg7fkerkaxq6aMSkk5kZ+pQ2u+pc=",
+    "url": "https://github.com/bazel-contrib/rules_img/releases/download/v0.2.5/rules_img-v0.2.5.tar.gz"
+}
diff --git a/modules/rules_img/metadata.json b/modules/rules_img/metadata.json
index ff13fb4..1e9eb65 100644
--- a/modules/rules_img/metadata.json
+++ b/modules/rules_img/metadata.json
@@ -1,5 +1,5 @@
 {
-    "homepage": "https://github.com/tweag/rules_img",
+    "homepage": "https://github.com/bazel-contrib/rules_img",
     "maintainers": [
         {
             "name": "Malte Poll",
@@ -9,7 +9,7 @@
         }
     ],
     "repository": [
-        "github:tweag/rules_img"
+        "github:bazel-contrib/rules_img"
     ],
     "versions": [
         "0.1.3",
@@ -20,7 +20,8 @@
         "0.2.1",
         "0.2.2",
         "0.2.3",
-        "0.2.4"
+        "0.2.4",
+        "0.2.5"
     ],
     "yanked_versions": {}
 }
diff --git a/modules/rules_img_tool/0.2.5/MODULE.bazel b/modules/rules_img_tool/0.2.5/MODULE.bazel
new file mode 100644
index 0000000..057e779
--- /dev/null
+++ b/modules/rules_img_tool/0.2.5/MODULE.bazel
@@ -0,0 +1,22 @@
+module(
+    name = "rules_img_tool",
+    version = "0.2.5",
+    compatibility_level = 1,
+)
+
+bazel_dep(name = "rules_img", version = "0.2.5")
+bazel_dep(name = "bazel_skylib", version = "1.7.1")
+bazel_dep(name = "gazelle", version = "0.45.0")
+bazel_dep(name = "googleapis", version = "0.0.0-20240819-fe8ba054a")
+bazel_dep(name = "protobuf", version = "29.0")
+bazel_dep(name = "rules_go", version = "0.54.0")
+bazel_dep(name = "rules_proto", version = "7.0.2")
+
+go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
+go_sdk.from_file(
+    go_mod = "//:go.mod",
+)
+
+go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
+go_deps.from_file(go_mod = "//:go.mod")
+use_repo(go_deps, "com_github_aws_aws_sdk_go_v2", "com_github_aws_aws_sdk_go_v2_config", "com_github_aws_aws_sdk_go_v2_service_s3", "com_github_containerd_containerd_api", "com_github_containerd_stargz_snapshotter_estargz", "com_github_google_uuid", "com_github_klauspost_compress", "com_github_klauspost_pgzip", "com_github_malt3_go_containerregistry", "com_github_opencontainers_go_digest", "com_github_opencontainers_image_spec", "com_google_cloud_go_longrunning", "org_golang_google_genproto_googleapis_api", "org_golang_google_genproto_googleapis_bytestream", "org_golang_google_genproto_googleapis_rpc", "org_golang_google_grpc", "org_golang_google_protobuf", "org_golang_x_sync")
diff --git a/modules/rules_img_tool/0.2.5/attestations.json b/modules/rules_img_tool/0.2.5/attestations.json
new file mode 100644
index 0000000..92a365b
--- /dev/null
+++ b/modules/rules_img_tool/0.2.5/attestations.json
@@ -0,0 +1,17 @@
+{
+    "mediaType": "application/vnd.build.bazel.registry.attestation+json;version=1.0.0",
+    "attestations": {
+        "source.json": {
+            "url": "https://github.com/bazel-contrib/rules_img/releases/download/v0.2.5/rules_img_tool.source.json.intoto.jsonl",
+            "integrity": "sha256-j8WbsXxMuf2wd6SKFPF938YmMUO9dkjA8ddGPaZ7Hlk="
+        },
+        "MODULE.bazel": {
+            "url": "https://github.com/bazel-contrib/rules_img/releases/download/v0.2.5/rules_img_tool.MODULE.bazel.intoto.jsonl",
+            "integrity": "sha256-CIOtzvujSV2wZnRaLuU8hNcXmSYyHj7rVMoTUytpaa4="
+        },
+        "rules_img_tool-v0.2.5.tar.gz": {
+            "url": "https://github.com/bazel-contrib/rules_img/releases/download/v0.2.5/rules_img_tool-v0.2.5.tar.gz.intoto.jsonl",
+            "integrity": "sha256-798Ac9Lx9F20ykVcrJ6N3q4SogczOJG9I5USEGw9tfo="
+        }
+    }
+}
diff --git a/modules/rules_img_tool/0.2.5/presubmit.yml b/modules/rules_img_tool/0.2.5/presubmit.yml
new file mode 100644
index 0000000..0965106
--- /dev/null
+++ b/modules/rules_img_tool/0.2.5/presubmit.yml
@@ -0,0 +1,14 @@
+bcr_test_module:
+  module_path: "."
+  matrix:
+    platform: ["debian10", "ubuntu2004", "macos", "macos_arm64", "windows", "windows_arm64"]
+    bazel: [7.x, 8.x]
+  tasks:
+    run_tests:
+      name: "Run test module"
+      platform: ${{ platform }}
+      bazel: ${{ bazel }}
+      build_targets:
+        - "//..."
+      test_targets:
+        - "//..."
diff --git a/modules/rules_img_tool/0.2.5/source.json b/modules/rules_img_tool/0.2.5/source.json
new file mode 100644
index 0000000..2b58f6f
--- /dev/null
+++ b/modules/rules_img_tool/0.2.5/source.json
@@ -0,0 +1,4 @@
+{
+    "integrity": "sha256-CR6W16RVomDQDiZ7tsX7H5+y2IhyGdjNJ51rIsfc+1k=",
+    "url": "https://github.com/bazel-contrib/rules_img/releases/download/v0.2.5/rules_img_tool-v0.2.5.tar.gz"
+}
diff --git a/modules/rules_img_tool/metadata.json b/modules/rules_img_tool/metadata.json
index cfd5518..987eb09 100644
--- a/modules/rules_img_tool/metadata.json
+++ b/modules/rules_img_tool/metadata.json
@@ -1,5 +1,5 @@
 {
-    "homepage": "https://github.com/tweag/rules_img",
+    "homepage": "https://github.com/bazel-contrib/rules_img",
     "maintainers": [
         {
             "name": "Malte Poll",
@@ -9,7 +9,7 @@
         }
     ],
     "repository": [
-        "github:tweag/rules_img"
+        "github:bazel-contrib/rules_img"
     ],
     "versions": [
         "0.2.0-rc1",
@@ -17,7 +17,8 @@
         "0.2.1",
         "0.2.2",
         "0.2.3",
-        "0.2.4"
+        "0.2.4",
+        "0.2.5"
     ],
     "yanked_versions": {}
 }