Commit 23fac9d5 authored by Jeff Grafton's avatar Jeff Grafton

Use custom io_bazel repo for docker_build changes

parent 983a47d8
......@@ -10,6 +10,12 @@ git_repository(
remote = "https://github.com/kubernetes/release.git",
)
git_repository(
name = "io_bazel",
commit = "3b29803eb528ff525c7024190ffbf4b08c598cf2",
remote = "https://github.com/ixdy/bazel.git",
)
load("@io_bazel_rules_go//go:def.bzl", "go_repositories")
go_repositories()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment