Is there a Docker image?

I’m installing applications using Docker, but I can’t find an official or community-maintained image that’s sufficiently robust and considered stable and reliable.

Hello,

there has been one which worked for installation - but not upgrades / customizations etc.

And there have been a few threads around this topic in general, I’d start digging here:

Overall, SuiteCRM is a stateful application and you’ll have file and database changes and I sometimes have to use the CLI to debug / fix / check things as well and prefer a fully fledged Linux VPS to do so.
Recently there have been more changes, which I haven’t seen / built inside any container so far:

The standard installation only takes a few minutes, once the server setup is correct:

I updated my CI/CD pipeline to build the container weekly. Also, the container is now on version 8.10.1.

I would highly recommend using Podman instead of Docker:

Organizations often choose Podman because it is:

  • More secure by default

  • More Linux-native

  • Better for rootless operation

  • Better integrated with systemd and SELinux

  • More aligned with Kubernetes/OpenShift architectures

1 Like