Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 3deb224

Browse files
committed
go-md2man is a build time dep #2983
1 parent f3a7a94 commit 3deb224

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

tools/containerd/manifest.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ check: ${binary} --version | cut -d' ' -f3 | tr -d v
44
dependencies:
55
- runc
66
- cni
7-
- go-md2man
87
- crictl
98
tags:
109
- org/cncf

tools/containers-common/manifest.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: containers-common
22
version: 0.49.1
33
binary: false
44
check: ""
5-
dependencies:
6-
- go-md2man
75
tags:
86
- org/redhat
97
- type/configuration

tools/cri-o/manifest.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ check: ${binary} --version | grep ^Version | tr -s ' ' | cut -d' ' -f2
55
dependencies:
66
- runc
77
- cni
8-
- go-md2man
98
- crictl
109
tags:
1110
- org/redhat

tools/runc/manifest.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: runc
22
version: 1.1.4
33
check: ${binary} --version | head -n 1 | cut -d' ' -f3
4-
dependencies:
5-
- go-md2man
64
tags:
75
- org/oci
86
- standard/oci

0 commit comments

Comments
 (0)