-
Couldn't load subscription status.
- Fork 4
MLE-24593 Add publishing step and enable scheduled builds #103
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
MLE-24593 Add publishing step and enable scheduled builds #103
Conversation
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.
Pull Request Overview
This PR adds a publishing pipeline for the operator container image and enables scheduled builds. The changes introduce a new tagging scheme that includes version, branch, and timestamp tags, and configures nightly builds on the develop branch with different MarkLogic server versions.
Key Changes:
- Added a
publishToInternalRegistry()function to tag and push operator images to Artifactory with multiple tags - Configured scheduled nightly builds on the develop branch with two MarkLogic server versions (11 and 12)
- Replaced the
IMGparameter withVERSIONparameter and addedPUBLISH_IMAGEflag for conditional publishing
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
ee61b9d to
667c031
Compare
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.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Add new tagging scheme and add a publishing step for operator container image.
Also enable daily builds on develop branch