Commit 521c0e2
authored
Fix build issues with missing
Summary: Fix build issues with missing `rules_docker` loader binary
The `rules_docker` repository moved its image pulling binaries from
storage.googleapis.com to mirror.bazel.build. Last week, the
storage.googleapis.com binaries were removed causing existing builds to
break. This upgrades `rules_docker` to a version that includes the [new
URLs](bazelbuild/rules_docker#2291 (comment))
for the loader binaries.
Relevant Issues: N/A
Type of change: /kind bugfix
Test Plan: Build succeeds
Signed-off-by: Dom Del Nano <[email protected]>rules_docker loader binary (#2300)1 parent f4e30ef commit 521c0e2
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
420 | | - | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
421 | 422 | | |
422 | 423 | | |
423 | 424 | | |
| |||
0 commit comments