GithubHelp home page GithubHelp logo

pimcore-docker's Introduction

Pimcore PHP Docker Image

This is are customized PHP Docker images specifically optimized for running Pimcore. It doesn't include the Pimcore software itself, it just provides an environment that fulfills all system requirements of Pimcore, so that you can leverage the full functionality.

You can either use this image directly by mounting Pimcore into the container, or as a template for your customized ready-to-deploy images.

Usage

As a starting point please see example docker-compose configuration.

Image flavors

We're providing different image flavors:

  • [min] PHP image for FPM and CLI with minimum requirements (e.g. php8.2-min-latest)
  • [default] PHP image for FPM and CLI incl. all optional dependencies (e.g. php8.2-latest or php8.2-default-latest)
  • [max] PHP image for FPM and CLI incl. all optional dependencies and additional extensions and software (e.g. php8.2-max-latest)
  • [debug] PHP debug image based on PHP image above, including preconfigured Xdebug for FPM and CLI (e.g. php8.2-debug-latest)
  • [supervisord] Supervisord image based on PHP image above, for cron & queue processing (e.g. php8.2-supervisord-latest)

Versioning

Our images are versioned using a version-suffix staring with -v following SemVer (e.g. -v2.0).
With that we're able to allow smooth upgrades, breaking changes are only delivered with major versions.
Additionally we're offering 2 special tag suffixes:

  • -latest always points to the latest available tag (recommended for local development)
  • -dev always points to the work in progress

We're also offering special tags for specific PHP versions, e.g. php8.2.5-v2.0.

Pimcore version compatibility & recommendations

Image / Pimcore v10 v11 v2023.0
v1
v2
v3 ✅* ✅*

*) recommended version

Examples

PHP images

php8.2-latest # always use the latest PHP 8.2 image
php8.2-v1 # always point to the latest minor version of v1
php8.2-v1.0 # pin to specific image version, always using the latest bugfixes from PHP 8.2
php8.2.5-v1.0 # pin to a specific PHP version & image version 
php8.2-dev # development image (build from the default branch) 

PHP Debug images

Same as PHP images, but using -debug after the PHP version:

php8.2-debug-latest
php8.2-debug-v3
...

Configure Xdebug in your IDE

The following configuration depends on the default docker-compose.yaml.

How to configure Xdebug with Pimcore Docker image

Use step-debugging

  • Browser: Install "Xdebug helper" browser extension for Chrome or Firefox and start debugging session in your tab.
  • CLI: Run your command like this: docker compose exec -e XDEBUG_TRIGGER=PHPSTORM php bin/console

Supervisord

Same as PHP images, but using -supervisor after the PHP version:

php8.2-supervisor-latest
php8.2-supervisor-v3
...

pimcore-docker's People

Contributors

dpfaffenbauer avatar brusch avatar jdreesen avatar wildtangent avatar jheimbach avatar kubaplas avatar cipribucur avatar yariksheptykin avatar chilladelia avatar jorisros avatar jeremygnoonan avatar fashxp avatar alexz707 avatar countzero1981 avatar aweichler avatar ben305 avatar blackbitdevs avatar chrisjung-dev avatar davidhoeck avatar jbq avatar imba28 avatar mloock avatar maxjuergens avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.