chore(deps): upgrade the envbuilder and kaniko dependencies ()

* chore(deps): upgrade the envbuilder and kaniko dependencies

* make it build
This commit is contained in:
Sas Swart 2025-01-14 17:16:24 +02:00 committed by GitHub
commit dabb7f31aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 43 additions and 44 deletions
internal/provider

View file

@ -473,7 +473,7 @@ func runCacheProbe(ctx context.Context, builderImage string, opts eboptions.Opti
return nil, fmt.Errorf("failed to create kaniko dir: %w", err)
}
// Use the temporary directory as our 'magic dir'.
opts.MagicDirBase = tmpKanikoDir
opts.WorkingDirBase = tmpKanikoDir
// In order to correctly reproduce the final layer of the cached image, we
// need the envbuilder binary used to originally build the image!