You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-09-16 09:26:22 +02:00
c
This commit is contained in:
@@ -56,8 +56,7 @@ func runBuildahExecute(config *buildahExecuteOptions, telemetryData *telemetry.C
|
|||||||
|
|
||||||
// Prepare buildah command with options for container operation
|
// Prepare buildah command with options for container operation
|
||||||
cmdOpts := []string{
|
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
|
// Now add all the command-specific options
|
||||||
|
Reference in New Issue
Block a user