A blueprint project for creating a customized docker image for Magnolia CMS. Including helm-chart and pipeline for its deployment in k8s.
Creates a webapp and docker container for Magnolia CMS using io.fabric8:docker-maven-plugin
. It inherits from magnolia-empty-webapp
and relies on as little customizations as possible.
Pull and run the container:
docker pull ghcr.io/magnolia-sre/magnolia-docker/magnolia-docker:latest
See: magnolia-sre/magnolia-docker Packages
Default login username and password: superuser/superuser
It should be noted that Docker is no longer officially supported.
Refer to the pipeline for more insights.
- Uses H2 DB
- No persistent storage
- ..