-
Notifications
You must be signed in to change notification settings - Fork 128
Add Fedora-36 native compile #256
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
Merged
openshift-merge-robot
merged 1 commit into
containers:main
from
baude:addf36nativebuild
Mar 14, 2022
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
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.
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.
II get super nervous around
:latest, and even more so when it's in an environment that needs to be maintained over time. Could I humbly request that you tag this image (in quay) with a suitableYYYYMMDDand use that tag here?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.
what is to be nervous about? this is supposed to mimic actual distribution builds so we don't incur problems when it comes to packaging. should it not be latest? that is the one that gets update. tell me more
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.
And that's the crux. Said updates are out-of-band wrt the code that relies on it (here in CI). We've seen this happen several times:
foo.image:latestgets updated, and a few days later something breaks on a maintenance branch because that update changed a behavior that nobody even knew the old branch relied on. See, e.g., containers/podman#12343There 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.
I think we actually want that in the case though, no? If the distribution ships an updated cargo, then we want to be testing with that on all branches, as we are pegged to the distribution level here; not the cargo version. What so you?
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.
It's a tradeoff. It's one that we make often, and sometimes it's the right call, sometimes it's not.
I'm not blocking the PR, merely calling attention to it. If this is a deliberate and well-thought-out choice, then so be it. But could I at least request that you give the existing image a secondary descriptive tag? That way if/when there's a SNAFU with an image upgrade, we can do an emergency revert.