Skip to content

deskpro/docker-product-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

216 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-product-base

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.

Quick start

Build locally:

docker build -t deskpro/docker-product-base:dev .

Run the test suite (requires Earthly):

earthly -P +test

Run a single test target:

earthly -P +test-serverspec-web

Owner

Platform / Infrastructure. Issues and suggestions go to the GitHub issue tracker. Questions about the Deskpro product itself should go to Deskpro support.

Documentation