mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
cri-tools deb: Rename cri_tools to the correct cri-tools
This commit is contained in:
parent
6d3f5b75f5
commit
42b7940a4b
@ -14,7 +14,7 @@ release_filegroup(
|
|||||||
name = "debs",
|
name = "debs",
|
||||||
srcs = [
|
srcs = [
|
||||||
":cloud-controller-manager.deb",
|
":cloud-controller-manager.deb",
|
||||||
":cri_tools.deb",
|
":cri-tools.deb",
|
||||||
":kubeadm.deb",
|
":kubeadm.deb",
|
||||||
":kubectl.deb",
|
":kubectl.deb",
|
||||||
":kubelet.deb",
|
":kubelet.deb",
|
||||||
@ -89,7 +89,7 @@ pkg_tar(
|
|||||||
)
|
)
|
||||||
|
|
||||||
pkg_tar(
|
pkg_tar(
|
||||||
name = "cri_tools-data",
|
name = "cri-tools-data",
|
||||||
package_dir = "/usr/bin",
|
package_dir = "/usr/bin",
|
||||||
deps = ["@cri_tools//file"],
|
deps = ["@cri_tools//file"],
|
||||||
)
|
)
|
||||||
@ -176,7 +176,7 @@ The Container Networking Interface tools for provisioning container networks.
|
|||||||
)
|
)
|
||||||
|
|
||||||
k8s_deb(
|
k8s_deb(
|
||||||
name = "cri_tools",
|
name = "cri-tools",
|
||||||
description = """Container Runtime Interface tools (crictl)""",
|
description = """Container Runtime Interface tools (crictl)""",
|
||||||
version = CRI_TOOLS_VERSION,
|
version = CRI_TOOLS_VERSION,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user