-
Notifications
You must be signed in to change notification settings - Fork 180
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
Name and dockerfile as required inputs. #12161
base: main
Are you sure you want to change the base?
Conversation
… to image-builder. These inputs must not be optional.
Plan Result
|
I will notify teams we plan this breaking change. I will give them two weeks to review their workflows and adjust to the change. For that time moving PR to blocked/waiting. |
why not use some different defaults instead of requiring the name and Dockerfile-name? |
@k15r such defaults sounds good. |
…e-builder # Conflicts: # .github/workflows/image-builder.yml
./Dockerfile as default dockerfile path.
New changes are detected. LGTM label has been removed. |
I need to verify if it will work for every event supported by image-builder. |
Looks good, for details you can check: https://docs.github.com/en/webhooks/webhook-events-and-payloads |
/hold documentation needs to be updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
We should wait with merge of this PR until 20th of November as was communicated on Kyma PO meeting.
Description
Changes proposed in this pull request:
Name and dockerfile path of image to build must be provided in a call to image-builder.
These inputs must not be optional.
Using some default values for these parameters doesn't make sense. User must specify which image is build.