5 minutes
What’s New In The Payara Platform November 2025 Release?
The November 2025 release brings significant milestones across the Payara Platform family. This month includes Payara Platform Community 6.2025.11, […]
We’re excited to share major updates around the Docker image story for the Payara Platform Community, aligned with our November 2025 release. As always, our aim is to make containerised Java and Jakarta EE deployments smoother, more secure and future-ready. Here’s what’s new – and what you need to know.
With the release of Payara Platform Community 7.2025.1, we enter the world of Jakarta EE 11 support and set the foundation for the future.
Key highlights include:
For the first time, Payara Platform Community 7 Docker images are publicly available via Docker Hub – enabling developers and teams to pull, develop and test with Payara 7 in containerised environments with ease.
This is a big step forward for container adoption of modern Jakarta EE standards.
In tandem, images for Payara Platform Community 6 will be discontinued going forward. That means:
For teams operating in containerised environments, here’s a quick checklist:
payara/server-full:7.2025.1-… (or whichever tag your setup uses) from Docker Hub via the payara namespace.Here are some reasons why the shift is important:
payara on Docker Hub reduce build complexity and help standardise across dev/test/production environments.Here’s a simple example of how you might pull and run the new image:
docker pull payara/server-full:7.2025.1 docker run --name payara7-server -p 8080:8080 payara/server-full:7.2025.1
You can then monitor logs, verify application startup and test your existing application for compatibility. For production use, integrate with your CI/CD and orchestration stack (for example Kubernetes, “docker compose”, or other container platforms).
If you’re moving from Payara 6 to Payara 7, consider the following:
With the November 2025 release, Payara Platform takes a major leap forward in container support and image lifecycle management. The availability of Payara 7 Docker images on Docker Hub, combined with the phase-out of Payara 6 community images, sends a clear message: the future is Jakarta EE 11 – and we’re ready for it.
If you run containerised Java applications today, now is the time to pull the new images, test your setup, and plan your migration. It’s an opportunity to upgrade your runtime foundation, simplify your deployment pipeline, and align with the future of enterprise Java.
We’re excited to see what you build with Payara 7 in your container ecosystem!
Share:
5 minutes
The November 2025 release brings significant milestones across the Payara Platform family. This month includes Payara Platform Community 6.2025.11, […]
5 minutes
Welcome aboard the October issue of The Monthly Catch!As the leaves turn and conference season hits full stride, the […]
6 minutes
If you’ve been living in the Spring ecosystem, you’re used to fast project setup. Spring Initializr gives you a […]