2 Commits

Author SHA1 Message Date
OP (oppenheimer) f91fa71be0 Merge pull request #13 from drone-plugins/CI-18178
feat: [CI-18178]: Add tar save and load capability with Docker archive support for buildah plugin
2025-07-10 18:51:02 +05:30
Ompragash Viswanathan a84121e813 Updated docker.go 2025-07-10 09:58:44 +05:30
+2 -2
View File
@@ -204,9 +204,9 @@ func commandLoginEmail(login Login) *exec.Cmd {
) )
} }
// helper function to create the docker info command. // helper function to create the docker version command.
func commandVersion() *exec.Cmd { func commandVersion() *exec.Cmd {
return exec.Command(buildahExe, "--storage-driver", "vfs", "version") return exec.Command(buildahExe, "version")
} }
// helper function to create the docker info command. // helper function to create the docker info command.