Skip to content

Commit

Permalink
Move from debian-hyperkube-base to debian-base for node-authorizer
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Menezes committed Aug 27, 2020
1 parent 3a75ecc commit 157df70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions WORKSPACE
Expand Up @@ -74,12 +74,12 @@ load(
)

container_pull(
name = "debian_hyperkube_base_amd64",
name = "debian_base_amd64",
# 'tag' is also supported, but digest is encouraged for reproducibility.
digest = "sha256:5d4ea2fb5fbe9a9a9da74f67cf2faefc881968bc39f2ac5d62d9167e575812a1",
registry = "k8s.gcr.io",
repository = "debian-hyperkube-base-amd64",
tag = "0.12.1",
digest = "sha256:dc06e242160076b72bd75135fb3dd0a9e91f386b2d812ec10cbf9e65864c755d",
registry = "k8s.gcr.io/build-image",
repository = "debian-base-amd64",
tag = "v2.1.3",
)

git_repository(
Expand Down
2 changes: 1 addition & 1 deletion node-authorizer/images/BUILD.bazel
Expand Up @@ -7,7 +7,7 @@ load(

container_image(
name = "node-authorizer",
base = "@debian_hyperkube_base_amd64//image",
base = "@debian_base_amd64//image",
cmd = ["/usr/bin/node-authorizer"],
directory = "/usr/bin/",
files = [
Expand Down

0 comments on commit 157df70

Please sign in to comment.