Add signing support via cosign

This commit is contained in:
Ompragash Viswanathan
2025-07-31 12:34:26 +05:30
parent 0493478ac1
commit 3789309a84
9 changed files with 363 additions and 10 deletions
+2
View File
@@ -1,3 +1,4 @@
//go:build windows
// +build windows
package docker
@@ -5,6 +6,7 @@ package docker
const dockerExe = "C:\\bin\\docker.exe"
const dockerdExe = ""
const dockerHome = "C:\\ProgramData\\docker\\"
const cosignExe = "C:\\bin\\cosign.exe"
func (p Plugin) startDaemon() {
// this is a no-op on windows