mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kubernetes: update to 1.17.3.
This commit is contained in:
parent
b2f41c99c9
commit
33fa6d19c6
1 changed files with 6 additions and 9 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'kubernetes'
|
# Template file for 'kubernetes'
|
||||||
pkgname=kubernetes
|
pkgname=kubernetes
|
||||||
version=1.17.0
|
version=1.17.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
|
||||||
nocross=yes
|
|
||||||
archs="x86_64* ppc64le*"
|
archs="x86_64* ppc64le*"
|
||||||
hostmakedepends="rsync git go-bindata"
|
build_style=go
|
||||||
|
go_import_path="github.com/kubernetes/kubernetes"
|
||||||
|
hostmakedepends="rsync git go-bindata which"
|
||||||
depends="kubectl"
|
depends="kubectl"
|
||||||
short_desc="Container Cluster Manager for Docker"
|
short_desc="Container Cluster Manager for Docker"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
go_import_path="github.com/kubernetes/kubernetes"
|
|
||||||
homepage="http://kubernetes.io"
|
homepage="http://kubernetes.io"
|
||||||
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
||||||
checksum=b4f82f5006ff945edc17726ac93489173876313855020e7760b1c189fb402bb1
|
checksum=e28c1aaac0bc155ffb6ea7fba7ef1e156c56f81664d60f5eccb1148a714c91a9
|
||||||
|
nocross=yes
|
||||||
system_accounts="kube"
|
system_accounts="kube"
|
||||||
make_dirs="/var/lib/kubelet 0755 kube kube"
|
make_dirs="/var/lib/kubelet 0755 kube kube"
|
||||||
conf_files="/etc/kubernetes/*"
|
conf_files="/etc/kubernetes/*"
|
||||||
|
@ -47,8 +47,6 @@ do_install() {
|
||||||
vsv kubelet
|
vsv kubelet
|
||||||
vsv kube-scheduler
|
vsv kube-scheduler
|
||||||
vsv kube-proxy
|
vsv kube-proxy
|
||||||
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
}
|
||||||
|
|
||||||
kubectl_package() {
|
kubectl_package() {
|
||||||
|
@ -58,6 +56,5 @@ kubectl_package() {
|
||||||
vmove usr/share/man/man1/kubectl*
|
vmove usr/share/man/man1/kubectl*
|
||||||
vinstall completion.bash 644 usr/share/bash-completion/completions kubectl
|
vinstall completion.bash 644 usr/share/bash-completion/completions kubectl
|
||||||
vinstall completion.zsh 644 usr/share/kubectl
|
vinstall completion.zsh 644 usr/share/kubectl
|
||||||
vlicense LICENSE
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue