Skip to content

Commit 36025f0

Browse files
committed
Drop Digest for Hyperkube
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent 3e2ae63 commit 36025f0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build/workspace.bzl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,6 @@ _DEBIAN_IPTABLES_DIGEST = {
9090
"s390x": "sha256:39e67e9bf25d67fe35bd9dcb25367277e5967368e02f2741e0efd4ce8874db14",
9191
}
9292

93-
_DEBIAN_HYPERKUBE_BASE_DIGEST = {
94-
"manifest": "sha256:8cabe02be6e86685d8860b7ace7c7addc9591a339728703027a4854677f1c772",
95-
"amd64": "sha256:5d4ea2fb5fbe9a9a9da74f67cf2faefc881968bc39f2ac5d62d9167e575812a1",
96-
"arm": "sha256:73260814af61522ff6aa48291df457d3bb0a91c4bf72e7cfa51fbaf03eb65fae",
97-
"arm64": "sha256:78eeb1a31eef7c16f954444d64636d939d89307e752964ad6d9d06966c722da3",
98-
"ppc64le": "sha256:92857d647abe8d9c7b4d7160cd5699112afc12fde369082a8ed00688b17928a9",
99-
"s390x": "sha256:c11d74fa0538c67238576c247bfaddf95ebaa90cd03cb4d2f2ac3c6ebe0441e2",
100-
}
101-
10293
def _digest(d, arch):
10394
if arch not in d:
10495
print("WARNING: %s not found in %r" % (arch, d))

0 commit comments

Comments
 (0)