{"id":42302044,"url":"https://github.com/myparcelnl/docker-images","last_synced_at":"2026-01-27T10:37:59.599Z","repository":{"id":74216191,"uuid":"504105551","full_name":"myparcelnl/docker-images","owner":"myparcelnl","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-26T08:13:06.000Z","size":202,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-26T10:11:59.337Z","etag":null,"topics":["docker","docker-image","myparcel","php"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/myparcelnl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-16T10:09:23.000Z","updated_at":"2025-09-26T08:13:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed512ae1-6af9-415f-bcd3-458f31c6cced","html_url":"https://github.com/myparcelnl/docker-images","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/myparcelnl/docker-images","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myparcelnl%2Fdocker-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myparcelnl%2Fdocker-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myparcelnl%2Fdocker-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myparcelnl%2Fdocker-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myparcelnl","download_url":"https://codeload.github.com/myparcelnl/docker-images/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myparcelnl%2Fdocker-images/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28812236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:41:26.337Z","status":"ssl_error","status_checked_at":"2026-01-27T07:41:08.776Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-image","myparcel","php"],"created_at":"2026-01-27T10:37:58.660Z","updated_at":"2026-01-27T10:37:59.590Z","avatar_url":"https://github.com/myparcelnl.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyParcel Docker Images\n\nDocker images we use in our open source projects. All images have `linux/amd64` and `linux/arm64` variants.\n\n## Usage\n\nTo build the images using the provided root `docker-compose.yml`, first create `.env`:\n\n```bash\ncp .env.example .env\n```\n\nYou can change the variables in the `.env` file to change which versions of the images are built.\n\nAfter that, use Docker compose to build the images:\n\n```bash\ndocker compose build\n```\n\n## Contents\n\n## php-xd\n\n[View on GitHub Container Registry 📦](https://ghcr.io/myparcelnl/php-xd)\n\nPHP images based on `php:\u003cversion\u003e-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.\n\n### PHP versions\n\n- 7.1 (XDebug 2.9.8)\n- 7.2 (XDebug 3.1.6)\n- 7.3 (XDebug 3.1.6)\n- 7.4 (XDebug 3.1.6)\n- 8.0 (latest XDebug 3)\n- 8.1 (latest XDebug 3)\n- 8.2 (latest XDebug 3)\n- 8.3 (latest XDebug 3)\n- 8.4 (latest XDebug 3)\n\n## prestashop\n\n[View on GitHub Container Registry 📦](https://ghcr.io/myparcelnl/prestashop)\n\nPrestaShop images based on `php-xd`.\n\n\u003e Example: `ghrc.io/myparcelnl/prestashop:8.0.1-php8.2`\n\n### PrestaShop versions\n\nAll [tags in the `prestashop/prestashop` repository](https://api.github.com/repos/PrestaShop/PrestaShop/tags).\n\n### PHP versions\n\n- 7.1 (Prestashop 7)\n- 7.4 (Prestashop 7)\n- 8.0 (Prestashop 8)\n- 8.1 (Prestashop 8/9)\n- 8.2 (Prestashop 8/9)\n- 8.3 (Prestashop 9)\n- 8.4 (Prestashop 9)\n\n## shopware\n\n[View on GitHub Container Registry 📦](https://ghcr.io/myparcelnl/shopware)\n\nShopware images based on `php-xd`.\n\n\u003e Example: `ghrc.io/myparcelnl/shopware:6.5-php8.2`\n\n### Shopware versions\n\n- 6.5 (latest)\n\n### PHP versions\n\n- 8.2\n- 8.1\n\n## wordpress\n\n[View on GitHub Container Registry 📦](https://ghcr.io/myparcelnl/wordpress)\n\nWordPress images based on `php-xd`.\n\n\u003e Example: `ghrc.io/myparcelnl/wordpress:6.2.2-php7.4`\n\n### WordPress versions\n\nAll versions returned by [the WordPress API](https://api.wordpress.org/core/version-check/1.7/).\n\n### PHP versions\n\n- 7.4\n- 8.2\n- 8.3\n- 8.4\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyparcelnl%2Fdocker-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyparcelnl%2Fdocker-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyparcelnl%2Fdocker-images/lists"}