You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [Actions] Consolidate building and release workflows
* Create a tag for major version only as well, e.g. php8.1-v1 and use `v` prefix
* Added readme & versioning in build script
Copy file name to clipboardExpand all lines: README.md
+41-11Lines changed: 41 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,46 @@ It doesn't include the Pimcore software itself, it just provides an environment
5
5
of Pimcore, so that you can leverage the full functionality.
6
6
7
7
You can either use this image directly by mounting Pimcore into the container, or as a template for your customized
8
-
9
8
ready-to-deploy images. As a starting point please see [example docker-compose configuration](https://github.com/pimcore/skeleton/blob/HEAD/docker-compose.yaml).
10
9
11
-
## Supported tags and respective Dockerfile links
12
-
- PHP8.0
13
-
- fpm (`pimcore/pimcore:php8.0-bullseye-fpm`)
14
-
- debug (`pimcore/pimcore:php8.0-bullseye-debug`) - with xdebug enabled
0 commit comments