File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,20 +37,20 @@ $ docker run -d -it \
3737> [ !TIP]
3838> For production-grade deployments, it is recommended to follow [ our dedicated guide] ( docs/production-grade-deployment.md ) .
3939
40- ## ✨ Features
40+ ## ✨ Features & Highlights
4141
4242* 🏔️ ** [ Alpine] ( https://hub.docker.com/_/alpine ) -based image**
4343* 🪶 ** Lightweight** : ~ 360 MB
4444* 🧘 ** Minimalist** : Includes only essential dependencies to reduce image size and surface area
4545* 👤 ** UID-agnostic** : Supports running the server with a custom/arbitrary UID (typically required when running container
4646 in [ OpenShift] ( https://www.redhat.com/fr/technologies/cloud-computing/openshift ) )
47- * 🔐 ** Rootless** : Runs as a non-root user by default if no UID is specified
47+ * 🔐 ** Rootless by default ** : Runs as a non-root user when no custom UID is specified
4848* 🧬 ** Multi-architecture support** : Built for ` amd64 ` & ` arm64 ` _ (additional architectures available on request)_
4949* ☕ ** JRE 21** , based on [ Eclipse Temurin] ( https://hub.docker.com/_/eclipse-temurin )
5050 * Custom-built using ` jlink ` to minimize size
5151 * Includes all standard Java modules to ensure broad compatibility with plugins
5252* 🛡️ ** Frequent security scans** : By relying on [ Trivy] ( https://trivy.dev/latest/ ) and [ Docker Scout] ( https://docs.docker.com/scout/ )
53- * 🔄 ** Auto-update ** : Scheduled bi -monthly rebuilds to incorporate upstream JDK/PaperMC updates and security patches
53+ * 🔄 ** Scheduled auto-updates ** : Bi -monthly rebuilds to incorporate upstream security patches and PaperMC updates
5454
5555## 🛠️ Planned Features
5656
You can’t perform that action at this time.
0 commit comments