-
Notifications
You must be signed in to change notification settings - Fork 25
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
Unify openshift cronjob deployment approach. #112
Comments
Another thing to improve: @lbarcziova was having a problem that the validation job was at some point not able to download the image from Docker Hub. |
and/or report the podman problem is it gets resolved in future |
yes, it might actually be the same problem as packit/packit-service#680 |
This issue has been marked as stale because it hasn't seen any Stale issues are closed after 14 days, unless the label is removed This is done in order to ensure that open issues are still relevant. Thank you for your contribution! 🦄 🚀 🤖 (Note: issues labeled with pinned or EPIC are |
@jpopelka Looks like you want this opened. |
Whoever will do this, please also change rebuild-base-image to run once a week and not every day. |
docker/hub-feedback#1871 looks like the same problem EDIT: I got the link from https://github.com/marketplace/actions/buildah-build#action-inputs |
latest comment in the hub tracker seems to indicate the images can now be pulled |
This issue has been marked as stale because it hasn't seen any Stale issues are closed after 14 days, unless the label is removed This is done in order to ensure that open issues are still relevant. Thank you for your contribution! 🦄 🚀 🤖 (Note: issues labeled with pinned or EPIC are |
I don't see any such target in the main Makefile, only in cron-jobs/validation/Makefile. All the other comments are being resolved by building images via Github Actions and using Quay.io as image registry. |
Current state:
The separate target in the root make file is preferred.
Consider incorporating into the global deployment process (
make deploy
).The text was updated successfully, but these errors were encountered: