Hey there,
I was wondering if you’re planning to support ARM in your packages and/or Docker images. Right now I’m stuck on whatever ships with Debian for ARM64 architectures.
Otherwise, suggestions how would I go about building them myself? In a modern build world, it’s fairly straightforward, especially with Docker to handle all the emulation.
Thanks for such a great product! I’ve used Dovecot on my little server for over twenty years.
— Brad Koehn
Hey there,
I was wondering if you’re planning to support ARM in your packages and/or Docker images. Right now I’m stuck on whatever ships with Debian for ARM64 architectures.
Otherwise, suggestions how would I go about building them myself? In a modern build world, it’s fairly straightforward, especially with Docker to handle all the emulation.
Thanks for such a great product! I’ve used Dovecot on my little server for over twenty years.
— Brad Koehn
On 06/11/2023 21:26 EET Brad Koehn via dovecot dovecot@dovecot.org wrote:
Hey there,
I was wondering if you’re planning to support ARM in your packages and/or Docker images. Right now I’m stuck on whatever ships with Debian for ARM64 architectures.
Otherwise, suggestions how would I go about building them myself? In a modern build world, it’s fairly straightforward, especially with Docker to handle all the emulation.
Thanks for such a great product! I’ve used Dovecot on my little server for over twenty years.
— Brad Koehn
Hey there,
I was wondering if you’re planning to support ARM in your packages and/or Docker images. Right now I’m stuck on whatever ships with Debian for ARM64 architectures.
Otherwise, suggestions how would I go about building them myself? In a modern build world, it’s fairly straightforward, especially with Docker to handle all the emulation.
Thanks for such a great product! I’ve used Dovecot on my little server for over twenty years.
— Brad Koehn
No concrete plans yet. We have discussed about it.
Aki
Thanks for the reply. Is there any chance I can help? Otherwise, where are the scripts for doing the build so I can produce my own packages?
On 11/12/2023 01:26 EET Brad Koehn via dovecot dovecot@dovecot.org wrote:
Thanks for the reply. Is there any chance I can help? Otherwise, where are the scripts for doing the build so I can produce my own packages?
dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-leave@dovecot.org
For debian, you should find necessary files at http://repo.dovecot.org/ce-2.3-latest/debian/bullseye/pool/main/
Aki
Where is “Aki”?
-- Brad Koehn
On December 12, 2023 at 4:42:20 AM, Aki Tuomi (aki.tuomi@open-xchange.com (mailto:aki.tuomi@open-xchange.com)) wrote:
On 11/12/2023 01:26 EET Brad Koehn via dovecot dovecot@dovecot.org wrote:
Thanks for the reply. Is there any chance I can help? Otherwise, where are the scripts for doing the build so I can produce my own packages?
dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-leave@dovecot.org
For debian, you should find necessary files at http://repo.dovecot.org/ce-2.3-latest/debian/bullseye/pool/main/
Aki
Where is “Aki”?
-- Brad Koehn On December 12, 2023 at 4:42:20 AM, Aki Tuomi (aki.tuomi@open-xchange.com) wrote:
On 11/12/2023 01:26 EET Brad Koehn via dovecot
<dovecot@dovecot.org> wrote:
Thanks for the reply. Is there any chance I can help?
Otherwise, where are the scripts for doing the build so I
can produce my own packages?
_______________________________________________
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-leave@dovecot.org
For debian, you should find necessary files at http://
repo.dovecot.org/ce-2.3-latest/debian/bullseye/pool/main/
Aki
That's a bit of a personal question for Aki, might want to email them directly.
On 2023-12-12 08:10, Brad Koehn via dovecot wrote:
Where is “Aki”?
-- Brad Koehn
On December 12, 2023 at 4:42:20 AM, Aki Tuomi (aki.tuomi@open-xchange.com (mailto:aki.tuomi@open-xchange.com)) wrote:
On 11/12/2023 01:26 EET Brad Koehn via dovecot dovecot@dovecot.org wrote:
Thanks for the reply. Is there any chance I can help? Otherwise, where are the scripts for doing the build so I can produce my own packages?
dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-leave@dovecot.org
For debian, you should find necessary files at http://repo.dovecot.org/ce-2.3-latest/debian/bullseye/pool/main/
Aki
dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-leave@dovecot.org
Dovecot packages available on Debian x86, same I see on Raspbian for example.
$ apt-cache search dovecot
El 6/11/23 a les 20:26, Brad Koehn via dovecot ha escrit:
Hey there,
I was wondering if you’re planning to support ARM in your packages and/or Docker images. Right now I’m stuck on whatever ships with Debian for ARM64 architectures.
Otherwise, suggestions how would I go about building them myself? In a modern build world, it’s fairly straightforward, especially with Docker to handle all the emulation.
Thanks for such a great product! I’ve used Dovecot on my little server for over twenty years.
— Brad Koehn
dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-leave@dovecot.org
--
Narcis Garcia
I'm using this dedicated address because personal addresses aren't masked enough at this mail public archive. Public archive administrator should remove and omit any @, dot and mailto combinations against automated addresses collectors.
I would be fantastic if dovecot could release arm64 debian packages to the community repo, as it would allow fixing a lot of downstream problems:
- release of official arm64 docker images
- fix other downstream docker images like docker mailserver and mailcow
It looks like arm64 is gaining a lot of traction with Apple M series cpus, AWS Graviton, Ampere on eg. Hetzner, etc.
As far as I understand the debian packaging setup is not public / available on https://github.com/dovecot
On 14/01/2024 11:46 EET peter+dovecot--- via dovecot dovecot@dovecot.org wrote:
I would be fantastic if dovecot could release arm64 debian packages to the community repo, as it would allow fixing a lot of downstream problems:
- release of official arm64 docker images
- fix other downstream docker images like docker mailserver and mailcow
Unfortunately we haven't even gotten the AM64 docker image published officially yet. We have been waiting for action on this from Docker official images team for a long while now. So I doubt building arm64 packages would move this anywhere.
Aki
Thanks for your reply.
I'm now very confused. Looking at https://github.com/dovecot/docker/blob/main/2.3.21/Dockerfile this container clearly just installs the debian package from the community repo.
That's why I thought publishing a arm64 debian package would enable a arm64 docker image.
Isn't https://github.com/dovecot/docker the source for the official docker images?
14.01.2024 17:46, peter+dovecot--- via dovecot:
Isn't https://github.com/dovecot/docker the source for the official docker images?
Docker images of dovecot, most likely yes (I don't know).
/mjt
On 15/01/2024 08:20 EET Michael Tokarev mjt@tls.msk.ru wrote:
14.01.2024 17:46, peter+dovecot--- via dovecot:
Isn't https://github.com/dovecot/docker the source for the official docker images?
Docker images of dovecot, most likely yes (I don't know).
/mjt
I ment Docker's official image library, which is bit different. We of course publish our own official images.
Aki
I see, thanks for the info.
https://github.com/docker-library/official-images/pull/13850
14.01.2024 12:46, peter+dovecot--- via dovecot :
I would be fantastic if dovecot could release arm64 debian packages to the community repo, as it would allow fixing a lot of downstream problems:
Shouldn't debian packaging be part of debian, not dovecot? Quite often (but definitely not always), upstream does not know how to package for a given distribution, and the resulting packages becomes quite a bit messy. I'd expect debian to prepare current packages of dovecot (for all architectures it support), not dovecot itself...
/mjt
peter+dovecot--- via dovecot skrev den 2024-01-14 10:46:
I would be fantastic if dovecot could release arm64 debian packages to the community repo, as it would allow fixing a lot of downstream problems:
- release of official arm64 docker images
- fix other downstream docker images like docker mailserver and mailcow
It looks like arm64 is gaining a lot of traction with Apple M series cpus, AWS Graviton, Ampere on eg. Hetzner, etc.
As far as I understand the debian packaging setup is not public / available on https://github.com/dovecot
dovecot developers do a repo, but debian maintainers could help arm64 precompiled problem solving, why not ask ?
i am gentoo user asking for cpanel :)
14.01.2024 18:39, Benny Pedersen:
dovecot developers do a repo, but debian maintainers could help arm64 precompiled problem solving, why not ask ?
Well, debian doesn't work like that.
But once the package is in debian, you can ship either the dockerfile or whole image using just the debian components without any extra repository.
/mjt
participants (8)
-
Aki Tuomi
-
Benny Pedersen
-
Brad Koehn
-
brad@koe.hn
-
jarland@mxroute.com
-
Michael Tokarev
-
Narcis Garcia
-
peter+dovecot@lope.at