Merged
Conversation
...and deal with broken grub on Debian. Switch to new better debian blocking way, where we explicitly block broken versions but allow future upgrades Signed-off-by: Ed Santiago <santiago@redhat.com>
|
Cirrus CI build successful. Found built image names and IDs:
|
|
Cirrus CI build successful. Found built image names and IDs:
|
Member
Author
|
Comparing against what's in podman right now today:
|
edsantiago
added a commit
to edsantiago/libpod
that referenced
this pull request
Mar 28, 2024
Emergency update to get pasta 03-26. Also gives us crun 1.14.4.
One unexplained difference: fc39 and rawhide now create:
/run/log/journal/SOMETHING/system.journal
...and the SOMETHING is o-rwx. This triggers journalctl to spit out a warning:
Hint: You are currently not seeing messages from the system.
Users in groups 'adm', 'systemd-journal', 'wheel' can see all messages.
Pass -q to turn off this notice.
...which in turn causes ExitCleanly() to fail.
It is not clear who/what is creating this journal directory, or
why it allofasudden started just now. Workaround is to add -q
to journalctl in one test.
One more difference, another test now requires SYSLOG capability.
VM package info:
containers/automation_images#342
Signed-off-by: Ed Santiago <santiago@redhat.com>
Member
Author
|
Passes podman tests: containers/podman#22202 @cevich PTAL and merge at your convenience. This does not include Chocolatey changes, because that conversation happened after I submitted this. But once this merges I will continue working on #340 and will make some Chocolatey changes there. Please note the new Debian package-blocking code. On the plus side, this mechanism will let us know when there are new package versions available and if they work. On the minus side, ibid. I do not plan to tag this build. |
Merged
Member
|
LGTM. Thanks Ed. |
This was referenced Apr 4, 2024
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
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.
...and deal with broken grub on Debian. Switch to new better
debian blocking way, where we explicitly block broken versions
but allow future upgrades
Signed-off-by: Ed Santiago santiago@redhat.com