This is the source for the base Docker image used by Deskpro product. It provides the runtime (Debian, nginx, PHP-FPM, supervisor, vector, helper CLIs, templated configs) on top of which the Deskpro application image is built. It is published to Docker Hub at deskpro/docker-product-base.
This is only a base image and does NOT include the Deskpro application itself. To run Deskpro, use the full product image — see support.deskpro.com/guides/topic/1841.
Build locally:
docker build -t deskpro/docker-product-base:dev .Run the test suite (requires Earthly):
earthly -P +testRun a single test target:
earthly -P +test-serverspec-webPlatform / Infrastructure. Issues and suggestions go to the GitHub issue tracker. Questions about the Deskpro product itself should go to Deskpro support.
- Repository docs:
docs/index.md - End-user guides for running the product image: support.deskpro.com