-
Notifications
You must be signed in to change notification settings - Fork 26
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
Docker Library to support UBI testing. #511
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grooverdan
force-pushed
the
docker_ubi
branch
3 times, most recently
from
August 4, 2024 01:25
bbf6ece
to
04945ff
Compare
RazvanLiviuVarzaru
added a commit
to RazvanLiviuVarzaru/buildbot-r
that referenced
this pull request
Aug 13, 2024
Support for MariaDB#511 Master-NonLatent defines only one builder and one worker for dockerlibrary and wordpress. Rhel8 for Prod and Rhel9 for Dev. So only one builder should be triggered.
RazvanLiviuVarzaru
added a commit
to RazvanLiviuVarzaru/buildbot-r
that referenced
this pull request
Aug 14, 2024
Support for MariaDB#511 Master-NonLatent defines only one builder and one worker for dockerlibrary and wordpress. Rhel8 for Prod and Rhel9 for Dev. So only one builder should be triggered.
RazvanLiviuVarzaru
added a commit
that referenced
this pull request
Aug 14, 2024
Support for #511 Master-NonLatent defines only one builder and one worker for dockerlibrary and wordpress. Rhel8 for Prod and Rhel9 for Dev. So only one builder should be triggered.
Also factor Debug container builds from mariadb-docker repo
For clarity.
ENVIRON wasn't used by script either.
Take the sha from the pushed manifest as the arg to pass to the github mariadb operator.
RazvanLiviuVarzaru
approved these changes
Aug 19, 2024
RazvanLiviuVarzaru
added a commit
to RazvanLiviuVarzaru/buildbot-r
that referenced
this pull request
Aug 20, 2024
- rpm_autobake should provide UBI and GH_WORKFLOW properties. Default defined for Debian - resulting wordpress image ends in ubi-wordpress - extract last tag step should handle the file absence - determine sha step should handle empty << tag >> array and should NOT run if lasttag file is not present - gh credentials should not run if lastsha is empty or not defined - test operator (GH workflow) should not run if lastsha is empty or not defined The steps related to GH will be skipped when there is NO push to QUAY (last_tag file created == images were pushed to QUAY).
RazvanLiviuVarzaru
added a commit
that referenced
this pull request
Aug 21, 2024
- rpm_autobake should provide UBI and GH_WORKFLOW properties. Default defined for Debian - resulting wordpress image ends in ubi-wordpress - extract last tag step should handle the file absence - determine sha step should handle empty << tag >> array and should NOT run if lasttag file is not present - gh credentials should not run if lastsha is empty or not defined - test operator (GH workflow) should not run if lastsha is empty or not defined The steps related to GH will be skipped when there is NO push to QUAY (last_tag file created == images were pushed to QUAY).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
needs a build-arg support properly in the mariadb-docker repo for package names.
many other things to be tested properly in dev environment.