-
Notifications
You must be signed in to change notification settings - Fork 786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix build arg check #2967
Fix build arg check #2967
Conversation
Fix the check on build args to be the length of the map and not whether the map is nil. The nil check was causing the cache layer to not be used as it would give a false result. Signed-off-by: Urvashi Mohnani <[email protected]>
Cache is being used now
|
confirming that this patchfixes it for me. Thanks! |
LGTM |
/lgtm |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rhatdan, umohnani8 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@rhatdan the docker build conformance failures look like the file permission issue you were talking about today, how do we plan on handling this? |
I am going to ignore them for now. And force merge. |
This looks like it should be cherry picked into release-1.19 too. |
Signed-off-by: Urvashi Mohnani [email protected]
What type of PR is this?
/kind bug
What this PR does / why we need it:
Fix the check on build args to be the length of the map
and not whether the map is nil. The nil check was causing
the cache layer to not be used as it would give a false
result.
How to verify it
Which issue(s) this PR fixes:
Fixes #2966
Special notes for your reviewer:
Does this PR introduce a user-facing change?