Skip to content

chore(deps): update dependency rules_img to v0.3.14#237

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/rules_img-0.x
Jun 30, 2026
Merged

chore(deps): update dependency rules_img to v0.3.14#237
renovate[bot] merged 1 commit into
mainfrom
renovate/rules_img-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
rules_img bazel_dep patch 0.3.130.3.14

Release Notes

bazel-contrib/rules_img (rules_img)

v0.3.14

Using Bzlmod

Add the following to your MODULE.bazel file:

bazel_dep(name = "rules_img", version = "0.3.14")

For further instructions, see the README.

Using WORKSPACE

Add the following to your WORKSPACE.bazel file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_img",
    sha256 = "724a0930297ffe5ceda1b0837ccaa13b397e76b377fb49ce261a9b283a540554",
    urls = ["https://github.com/bazel-contrib/rules_img/releases/download/v0.3.14/rules_img-v0.3.14.tar.gz"],
)

# Load dependencies
load("@​rules_img//img:dependencies.bzl", "rules_img_dependencies")
rules_img_dependencies()

# Initialize Bazel Features
load("@​bazel_features//:deps.bzl", "bazel_features_deps")

# Register prebuilt toolchains
load("@​rules_img//img:repositories.bzl", "img_register_prebuilt_toolchains")
img_register_prebuilt_toolchains()
register_toolchains("@​img_toolchain//:all")

# Example: Pull a base image
load("@​rules_img//img:pull.bzl", "pull")
pull(
    name = "alpine",
    digest = "sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1",
    registry = "index.docker.io",
    repository = "library/alpine",
    tag = "3.22",
)

For more examples, see the README.

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_img@v0.3.13...v0.3.14


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge June 30, 2026 03:35
@renovate renovate Bot merged commit ee8608f into main Jun 30, 2026
5 checks passed
@renovate renovate Bot deleted the renovate/rules_img-0.x branch June 30, 2026 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants