Skip to content

Commit b971e9c

Browse files
committed
feat: disable docker tag to remove CVE-2026-34040
Signed-off-by: Andrea Terzolo <andrea.terzolo@suse.com>
1 parent 0e83233 commit b971e9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gorake.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
def get_tag_set(opts)
22
cmd = ""
33
if os != "windows"
4-
tag_set = 'docker kubelet kubeapiserver linux cri containerd' # Default tags for non-windows OSes (e.g. linux)
4+
tag_set = 'kubelet kubeapiserver linux cri containerd' # Default tags for non-windows OSes (e.g. linux)
55
tag_set += ' linux_bpf' if opts[:bpf] # Add BPF if ebpf exists
66
tag_set += ' netgo' if opts[:bpf] && opts[:static]
77
cmd += " -tags \'#{tag_set}\'"

0 commit comments

Comments
 (0)