Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move from debian-hyperkube-base to debian-base for node-authorizer #9828

Merged
merged 1 commit into from
Aug 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions WORKSPACE
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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