Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Use tarball checksums for kubectl
Browse files Browse the repository at this point in the history
The checksum is not from the binary, it is the tarball (for example:
https://dl.k8s.io/v1.22.0/kubernetes-client-linux-amd64.tar.gz)

Signed-off-by: Kingdon Barrett <kingdon@weave.works>
  • Loading branch information
Kingdon Barrett committed Aug 6, 2021
1 parent 9645071 commit bac1220
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/kubectl.version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KUBECTL_VERSION=v1.22.0
KUBECTL_CHECKSUM_amd64=a93b2ca067629cb1fe9cbf1af1a195c12126488ed321e3652200d4dbfee9a577865647b7ef6bb673e1bdf08f03108b5dcb4b05812a649a0de5c7c9efc1407810
KUBECTL_CHECKSUM_arm=255d17dc479eb391975f0071304752043af0422ede41ff1ba2f9b155089ce19463229cc2f0e5598e0f6cf4c3e517c9f133216d0cd443a32ce557d4495baf7768
KUBECTL_CHECKSUM_arm64=0912bf3f26eeb35cce3adf21dfe899ea6707c499bd50a19dbaad7c64e00a6c3cd33a21c5f67e5022cf6c4187b2994b7b9a1c9dd7d192fb0fbd3ac52fdb776f07
KUBECTL_CHECKSUM_amd64=15707fc968fdb8e3d5cd80bb23fbb4e579e8642d9724ad3b179c6d0f5b7dfe425f1c878a6120101137d4cba2ad2bbd19d677dd84b5bc6f6023c82f6a06e4153e
KUBECTL_CHECKSUM_arm=a710cff509469d3a35ecd254346b093a7c358f7118b92e52df600bfbdd1230e7340c9a09de6c9fac30996b8c46e3d7b1e2391a2b39a38d43668bd25ddb1782d8
KUBECTL_CHECKSUM_arm64=d8088e12154654cd5da7e0225b54f0d052132774d37e14d42e31e87a8a4bc34ec1fe18e7574ed5e4fc0b08591979bf788827ac9a0a59de26d0b7ac629bfe1cd8

0 comments on commit bac1220

Please sign in to comment.