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:
@@ -57,7 +57,8 @@ func runBuildahExecute(config *buildahExecuteOptions, telemetryData *telemetry.C
|
||||
// Prepare buildah command with options for container operation
|
||||
cmdOpts := []string{
|
||||
"--storage-driver=vfs",
|
||||
"--isolation=chroot", // Explicitly set isolation mode to chroot
|
||||
"--isolation=oci", // Try OCI isolation instead
|
||||
"--userns=host", // Use host user namespace
|
||||
"bud", // Using bud (build-using-dockerfile) for Dockerfile builds
|
||||
"--format=docker", // Use Docker format for compatibility
|
||||
"--log-level=debug", // Enable debug logging
|
||||
|
Reference in New Issue
Block a user