mautic / docker-mautic

Docker Image for Mautic
https://www.mautic.org
362 stars 274 forks source link

images for 3.3.4 and 4.0.0 not yet on hub.docker.com #209

Closed GuidoDr closed 2 years ago

GuidoDr commented 3 years ago

3.3.4 and 4.0.0 have been released two days ago and our mautic 3.3.3 version is showing that an upgrade is available. But there are not yet docker images for these versions on hub.docker.com . When will the new releases be available as docker images?

Kovah commented 2 years ago

The tags seem to be a total mess. The latest tag is more than a year old. The v3 tag is dating back to april, but there is a v4 tag that seems to contain v4.0.0.

RCheesley commented 2 years ago

Waiting on @luizeof to get these deployed. Can we get an update please?

Kovah commented 2 years ago

Let me know if you need help with Docker and CI pipelines. :)

RCheesley commented 2 years ago

@Kovah perhaps you could join #docker on Slack (https://mautic.org/slack to get an invite) - we're definitely keen to have more contributors helping us to manage our Docker workflows :)

AWessel77 commented 2 years ago

If you are deploying anyway maybe you could also fix the v4 image because the version behind the v4 tag is "just" 4.0.0-rc. https://hub.docker.com/layers/mautic/mautic/v4/images/sha256-33db36813c8469eff11f10214feac580f98dea39a388b97dccf9e63f42083f69?context=explore Line 40

luizeof commented 2 years ago

@AWessel77 I'm updating the image to the final version today .... @Kovah it would be great for someone to collaborate with Mautic Docker, we have a lot of work testing pull #198

luizeof commented 2 years ago

@AWessel77 always remember that the variable MAUTIC_VERSION can be used for you to specify the desired version ;)

AWessel77 commented 2 years ago

@luizeof I knew that, but thanks anyway for the tip. I was just surprised about the rc version label in the frontend as I worked with the v4 image.

luizeof commented 2 years ago

deployed

RCheesley commented 2 years ago

Awesome, thanks @luizeof ! 🚀