1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00
This commit is contained in:
Philip Germanov
2025-03-20 17:08:42 +02:00
parent 8a441c6f26
commit a6f92a10b2

View File

@@ -56,8 +56,7 @@ func runBuildahExecute(config *buildahExecuteOptions, telemetryData *telemetry.C
// Prepare buildah command with options for container operation
cmdOpts := []string{
"--storage-driver=vfs", // Global option must come before the command
"bud", // The command (build-using-dockerfile)
"bud", // The command (build-using-dockerfile)
}
// Now add all the command-specific options