https://github.com/myparcelnl/docker-images
https://github.com/myparcelnl/docker-images
docker docker-image myparcel php
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/myparcelnl/docker-images
- Owner: myparcelnl
- Created: 2022-06-16T10:09:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-26T08:13:06.000Z (9 months ago)
- Last Synced: 2025-09-26T10:11:59.337Z (9 months ago)
- Topics: docker, docker-image, myparcel, php
- Language: Shell
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyParcel Docker Images
Docker images we use in our open source projects. All images have `linux/amd64` and `linux/arm64` variants.
## Usage
To build the images using the provided root `docker-compose.yml`, first create `.env`:
```bash
cp .env.example .env
```
You can change the variables in the `.env` file to change which versions of the images are built.
After that, use Docker compose to build the images:
```bash
docker compose build
```
## Contents
## php-xd
[View on GitHub Container Registry 📦](https://ghcr.io/myparcelnl/php-xd)
PHP images based on `php:-fpm-alpine`, with Composer 2.5 and pcov installed, and XDebug enabled. Based on the fpm variant of the official PHP images, so you can use it for both CLI and web applications.
### PHP versions
- 7.1 (XDebug 2.9.8)
- 7.2 (XDebug 3.1.6)
- 7.3 (XDebug 3.1.6)
- 7.4 (XDebug 3.1.6)
- 8.0 (latest XDebug 3)
- 8.1 (latest XDebug 3)
- 8.2 (latest XDebug 3)
- 8.3 (latest XDebug 3)
- 8.4 (latest XDebug 3)
## prestashop
[View on GitHub Container Registry 📦](https://ghcr.io/myparcelnl/prestashop)
PrestaShop images based on `php-xd`.
> Example: `ghrc.io/myparcelnl/prestashop:8.0.1-php8.2`
### PrestaShop versions
All [tags in the `prestashop/prestashop` repository](https://api.github.com/repos/PrestaShop/PrestaShop/tags).
### PHP versions
- 7.1 (Prestashop 7)
- 7.4 (Prestashop 7)
- 8.0 (Prestashop 8)
- 8.1 (Prestashop 8/9)
- 8.2 (Prestashop 8/9)
- 8.3 (Prestashop 9)
- 8.4 (Prestashop 9)
## shopware
[View on GitHub Container Registry 📦](https://ghcr.io/myparcelnl/shopware)
Shopware images based on `php-xd`.
> Example: `ghrc.io/myparcelnl/shopware:6.5-php8.2`
### Shopware versions
- 6.5 (latest)
### PHP versions
- 8.2
- 8.1
## wordpress
[View on GitHub Container Registry 📦](https://ghcr.io/myparcelnl/wordpress)
WordPress images based on `php-xd`.
> Example: `ghrc.io/myparcelnl/wordpress:6.2.2-php7.4`
### WordPress versions
All versions returned by [the WordPress API](https://api.wordpress.org/core/version-check/1.7/).
### PHP versions
- 7.4
- 8.2
- 8.3
- 8.4