Skip to content

Commit

Permalink
Fix rules_docker dependency. See bazelbuild/rules_docker#1814 (#8867)
Browse files Browse the repository at this point in the history
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
  • Loading branch information
prestonvanloon and prylabs-bulldozer[bot] authored May 7, 2021
1 parent ab6d848 commit 050b244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
8 changes: 3 additions & 5 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,9 @@ http_archive(

http_archive(
name = "io_bazel_rules_docker",
patch_args = ["-p1"],
patches = ["//third_party:rules_docker_bad_checksum.patch"],
sha256 = "1286175a94c0b1335efe1d75d22ea06e89742557d3fac2a0366f242a6eac6f5a",
strip_prefix = "rules_docker-ba4310833230294fa69b7d6ea1787ac684631a7d",
urls = ["https://github.com/bazelbuild/rules_docker/archive/ba4310833230294fa69b7d6ea1787ac684631a7d.tar.gz"],
sha256 = "59d5b42ac315e7eadffa944e86e90c2990110a1c8075f1cd145f487e999d22b3",
strip_prefix = "rules_docker-0.17.0",
urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.17.0/rules_docker-v0.17.0.tar.gz"],
)

http_archive(
Expand Down
13 changes: 0 additions & 13 deletions third_party/rules_docker_bad_checksum.patch

This file was deleted.

0 comments on commit 050b244

Please sign in to comment.