Docker images with Hyper kitty 1.1.0
Maxking,
it looks like the docker images with tags "latest" and more importantly "0.4.2" which I believe is supposed to be the latest version, have mailman-hyperkitty 1.1.0 installed, which does not work with the installed Hyperkitty version, so archiving is broken?
is this correct?
Any eta on when this will be corrected?
it looks like "rolling" has mailman-hyperkitty 1.2.1 but the notes say to consider rolling as beta software.
Thanks
Hi Bob,
Unfortunately, the mailman3 docker releases are a bit rare - a big thank you to Maxking for this great work anyway!
You could help yourself for a while with a simple workaround: Create a new Dockerfile, use the existing image as base image and install the newer version of mailman-hyperkitty as the only command in the Dockerfile. That's it.
Cheers,
- M4tze
Am 17.06.22 um 21:49 schrieb bob B via Mailman-users:
Maxking,
it looks like the docker images with tags "latest" and more importantly "0.4.2" which I believe is supposed to be the latest version, have mailman-hyperkitty 1.1.0 installed, which does not work with the installed Hyperkitty version, so archiving is broken?
is this correct?
Any eta on when this will be corrected?
it looks like "rolling" has mailman-hyperkitty 1.2.1 but the notes say to consider rolling as beta software.
Thanks
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
On Sat, Jun 18, 2022, at 2:51 AM, M4tze wrote:
Hi Bob,
Unfortunately, the mailman3 docker releases are a bit rare - a big thank you to Maxking for this great work anyway!
You could help yourself for a while with a simple workaround: Create a new Dockerfile, use the existing image as base image and install the newer version of mailman-hyperkitty as the only command in the Dockerfile. That's it.
Apologies for so much delay in the release, I just rolled out 0.4.3 for docker-mailman with 1.2.0 mailman-hyperkitty, which is the latest.
Full release notes: https://github.com/maxking/docker-mailman/releases/tag/v0.4.3
Abhilash
-- thanks, Abhilash Raj (maxking)
Abhilash,
Thanks, I just finished the upgrade and it looks great.
FYI for anyone curious about our process. -shut down mailman. -have the database team make a backup (or copy) of the database (we host our database externally from Docker) -make a backup of docker.compose.yaml file -shutdown VM. (We run mailman in a VM) -snapshot the VM -power up VM -make the changes in the YAML file to the version you want to upgrade to, I,e ******************** docker-compose.yaml******************** . mailman-core: image: maxking/mailman-core:0.4.3 !!!!!!!!!!(changed from image: maxking/mailman-core:0.4.2) . mailman-web: image: maxking/mailman-web:0.4.3 !!!!!!!!!!!(changed from image: maxking/mailman-web:0.4.2) .
- start docker environment.
participants (3)
-
Abhilash Raj
-
bob B
-
M4tze