Download Latest Version v0.25.0.zip (906.4 kB)
Email in envelope

Get an email when there's a new version of Bazel Container Image Rules

Home / v0.21.0
Name Modified Size InfoDownloads / Week
Parent folder
rules_docker-v0.21.0.tar.gz 2021-11-18 590.8 kB
README.md 2021-11-10 629 Bytes
Various updates _ fixes.tar.gz 2021-11-10 590.8 kB
Various updates _ fixes.zip 2021-11-10 891.8 kB
Totals: 4 Items   2.1 MB 0

Copy the following into your WORKSPACE file to use rules_docker at release v0.21.0

http_archive(
    name = "io_bazel_rules_docker",
    sha256 = "4349f2b0b45c860dd2ffe18802e9f79183806af93ce5921fb12cbd6c07ab69a8",
    strip_prefix = "rules_docker-0.21.0",
    urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.21.0/rules_docker-v0.21.0.tar.gz"],
)

Changes: 1. Do not use constraints from bazel_tools (#1956) 2. Update to a more recent rules rust and update to use defs.bzl (#1955) 3. Upgrade rules scala (#1954) 4. Temporarily Disable some //test/container tests in Mac (#1952)

Source: README.md, updated 2021-11-10