You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jib's checks if any of the keys and values set in the container.labels configuration is null, which is super helpful. However, the error message when an container.label value is null currently reads only like this: "labels map contains null values". For someone not so deep into Jib, this could be not enough of a hint to the actual problem.
Expected behavior:
The error message should contain the offending keys, for example like so: "labels map contains null values for key(s): FOO, BAR, BAZ"
Steps to reproduce:
Use an labels map with a value set to null
Run jib
The text was updated successfully, but these errors were encountered:
Environment:
Description of the issue:
Jib's checks if any of the keys and values set in the container.labels configuration is null, which is super helpful. However, the error message when an container.label value is null currently reads only like this: "labels map contains null values". For someone not so deep into Jib, this could be not enough of a hint to the actual problem.
Expected behavior:
The error message should contain the offending keys, for example like so: "labels map contains null values for key(s): FOO, BAR, BAZ"
Steps to reproduce:
The text was updated successfully, but these errors were encountered: