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
fix: b
This commit is contained in:
@@ -163,14 +163,14 @@ func runBuildahExecute(config *buildahExecuteOptions, telemetryData *telemetry.C
|
||||
if err != nil {
|
||||
log.Entry().Warn("Initial buildah attempt failed, trying fallback configuration...")
|
||||
|
||||
// Fallback options with minimal settings
|
||||
// Fallback options with essential settings
|
||||
cmdOpts = []string{
|
||||
"bud",
|
||||
"--format=docker",
|
||||
"--storage-driver=vfs",
|
||||
"--isolation=oci", // Try OCI isolation instead of chroot
|
||||
"--pull-never", // Avoid registry operations
|
||||
"--layers=false", // Disable layer optimization
|
||||
"--layers=true", // Enable layer optimization
|
||||
"--pull=true", // Allow pulling images when needed
|
||||
}
|
||||
|
||||
if config.DockerfilePath != "." && config.DockerfilePath != "" {
|
||||
|
Reference in New Issue
Block a user