-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
podman 4.0.2 #95318
podman 4.0.2 #95318
Conversation
[DO NOT MERGE] If any maintainer can put a do-not-merge label on it, that would be great. Opening this pull request so others will not try to get this in, but please do not merge. Podman 4.0.0 needs Podman 4.0.0 inside its VM image. (Chicken and the egg, we need to release 4.0.0 but in order to release 4.0.0 for Mac, we need 4.0.0 in the vm already) Without it, this will break Podman entirely due to API versioning. I will update you all when we have Podman in our VM image and will be safe to merge. |
a6cbcb1
to
37feeb4
Compare
37feeb4
to
429de3d
Compare
Same issue with 4.0.1. |
@ashley-cui it appears podman 4.0.0 and 4.0.1 have been released, is the do not merge tag still relevant? |
@Andrewpk yes, still do-not-merge. |
@ashley-cui Is there any way we could you to get this PR merged? Pretty interested in trying out Podman 4 on my Mac :) |
+1 here. Hoping to have this on my mac soon, as this release fixes 11507 Thanks. |
Looking forward to see this merge. need to check the mounting ability |
New VM images appear to have podman 4.0.x already. |
@zeha, not quite yet. VM image is podman 4.0.0-dev, which was a RC for podman. podman will still not work ATM with that VM image. |
Is it possible to link the upstream issue where that's being fixed? |
the vm images are not an issue. none what so ever. the issue is we are trying to see if we can enable volume mounting for macos early. we are to make a decision midweek (todayish). hang tight, it is coming. |
would folks be willing to do some pre-release testing based on a tap for me ? |
.. and if so, can you get on irc , libera? #podman? there is also a matrix bridge. https://podman.io/community/#slack-irc-matrix-and-discord |
@baude I am more than happy to do some testing. Will jump in on irc and take on from there. Thanks |
would folks please try my tap? well will be taking my tap and merging it with @ashley-cui
|
@baude I am trying out this week and will give you feed back. Built: Wed Mar 2 16:04:36 2022 Server: Podman Engine Built: Thu Mar 3 16:56:56 2022 |
With Thanks! |
most certainly try volume mounts ... they are r/n a bit different than you might be used to, because I had to squeeze it in there ... but something like |
Guessing you meant I tested out a volume mount with a basic nginx configuration and it's working on Apple Silicon. |
hey folks, ashley is on PTO now for a bit .. I'm going to push her work over the finish line. would you prefer I open a new PR to do so? |
You will need to open a new PR to patch qemu. But this one can stay for podman if you're allowed to modify the branch. |
qemu: add 9p support for Darwin Qemu already has support for 9p in Linux. Adding this for MacOS users will bring them into parity for 9p support. This replaces Ashley's Homebrew#95318 Signed-off-by: Brent Baude <bbaude@redhat.com>
qemu: add 9p support for Darwin Qemu already has support for 9p in Linux. Adding this for MacOS users will bring them into parity for 9p support. This replaces Ashley's #95318 Signed-off-by: Brent Baude <bbaude@redhat.com>
Update to 4.0.2 release for podman. Replaces Homebrew#95318 Signed-off-by: Brent Baude <bbaude@redhat.com>
What is the status here? |
Closing in favor of the replacement |
The replacement being #96844 which was merged 5 hours ago. |
[DO NOT MERGE]
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?