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
Today, if a BuildRun specifies an output image to override its Build's output, only the ImageURL (ref) field is used, and if the BuildRun specifies credentials, those will always be ignored.
This brings up the question as well of having to decide what to do if the Build specifies credentials and the BuildRun doesn't (should the Build's creds be used instead?), or if the Build doesn't and the BuildRun does, etc.
/kind bug
The text was updated successfully, but these errors were encountered:
@zhangtbj thanks, but I still think this is just something we missed. From the proposal, adding the credentials in the BuildRun does not compromise the integrity of the Build, so I think is fine to do.
Summarizing discussion in the grooming call - this is something we should fix. It is prompting a broader discussion of when and why a user would need to override fields on the Build object when running a specific build.
Found while discussing #677 (comment)
Today, if a BuildRun specifies an output image to override its Build's output, only the ImageURL (ref) field is used, and if the BuildRun specifies credentials, those will always be ignored.
This brings up the question as well of having to decide what to do if the Build specifies credentials and the BuildRun doesn't (should the Build's creds be used instead?), or if the Build doesn't and the BuildRun does, etc.
/kind bug
The text was updated successfully, but these errors were encountered: