-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Support Podman (and Podman Compose) #369
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
Comments
What does this entail? Are there any references you can share regarding the needed changes? Also, would you be interested in working on this? |
@BYK: I could contribute to certain degree. This could be a starting point (although, nothing works yet): https://github.com/barseghyanartur/onpremise/blob/master/podman_install.sh As for Podman and Podman Compose: |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Why close @barseghyanartur? |
|
Okay :) I can't reopen, but if @BYK or @chadwhitacre feels this is something that is worth having an issue open for, I'll happily continue to follow this.
|
Reopening and moving to "On Hold" (which I want to rename to "Backlog" but need to account for bot automation so it's non-trivial). |
@odinho Are you still interested in working on this? |
Hi, I've just quit where we were using Sentry, and we also were looking
into switching to the SaaD version since Sentry has now become an important
thing for us, whilr when I set it up it was because I've used the open
source one before. I guess that's the way it's supposed to work ;)
|
@odinho Nice, now you can introduce Sentry at your next employer and start the cycle all over again? 😁 |
Has anyone managed to deploy Sentry using Podman? |
Hi there, I would love to see Sentry support Podman since we don't use docker anymore. I gave a try to an install.sh using latest podman (4.5.1) and it fails with Effectively podman info does not include .Architecture but this can be replaced by |
Any update about this? I'm got this error on docker with Ubuntu 22. |
Hi, I worked on it but there are some heavy dependencies on docker-specifics, I forked this project to adapt it for podman but I hit a podman-compose bug that's a bit too much work for me to fix. Any help would be much appreciated 😉 |
Hello. I don't see a repo that you forked. Open it up and I would love to contribute. AJ |
I also have an interest in getting Sentry to work with podman (and specifically podman play), so, if you have a branch I would love to take a look and see if I could help. |
+1 |
any updates? |
In some modern Linux distributions, Docker (and Docker Compose) packages are being replaced with Podman and Podman Compose respectively.
That, however, requires some modifications of the original docker-compose config and the entrypoint scripts.
It would be great to have this working with Podman too. Therefore, a feature request to add Podman support here.
The text was updated successfully, but these errors were encountered: