GoogleContainerTools / kaniko

Build Container Images In Kubernetes
Apache License 2.0
14.23k stars 1.4k forks source link

--kaniko-dir should take precedence over KANIKO_DIR fix #3174

Open prima101112 opened 1 month ago

prima101112 commented 1 month ago

Fixes #3098

Description

The --kaniko-dir command-line flag is now given precedence over the KANIKO_DIR environment variable if both are set. This change ensures that the specified directory via the command-line flag will always be used for storing Kaniko's intermediate files and cache. This is could achieve by force os.SetEnv the KANIKO_DIR to --kaniko-dir flag.

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you review them:

Reviewer Notes

Release Notes

The --kaniko-dir command-line flag is now given precedence over the KANIKO_DIR environment variable.

Examples of user facing changes:
No changes