{"id":15040200,"url":"https://github.com/automattic/phpunit-docker","last_synced_at":"2025-07-24T03:01:50.125Z","repository":{"id":66078894,"uuid":"376881135","full_name":"Automattic/phpunit-docker","owner":"Automattic","description":"Run PHPUnit 7, 8 or 9 tests from a Docker image.","archived":false,"fork":false,"pushed_at":"2021-11-03T17:58:14.000Z","size":42,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-23T23:37:19.523Z","etag":null,"topics":["docker","phpunit"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Automattic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2021-06-14T16:02:15.000Z","updated_at":"2024-04-25T01:18:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"37a65997-486c-4440-8fa8-495dcd3fb01d","html_url":"https://github.com/Automattic/phpunit-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Automattic%2Fphpunit-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Automattic%2Fphpunit-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Automattic%2Fphpunit-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Automattic%2Fphpunit-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Automattic","download_url":"https://codeload.github.com/Automattic/phpunit-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245510919,"owners_count":20627288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","phpunit"],"created_at":"2024-09-24T20:44:22.135Z","updated_at":"2025-03-25T17:32:41.729Z","avatar_url":"https://github.com/Automattic.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHPUnit image for Docker\n\nThis repository contains a Docker image with PHPUnit 7, 8 and 9. They are all based on Alpine 3.12. The three images are build on GitHub Actions and published in GitHub Packages. To use it:\n\n```bash\n# PHPUnit 7\ndocker pull ghcr.io/automattic/phpunit-docker/phpunit:7\n\n# PHPUnit 8\ndocker pull ghcr.io/automattic/phpunit-docker/phpunit:8\n\n# PHPUnit 9\ndocker pull ghcr.io/automattic/phpunit-docker/phpunit:9\n\n```\n\nBy default (and due to historical reasons), the `latest` version is `7`\n\n```bash\n# PHPUnit 7\ndocker pull ghcr.io/automattic/phpunit-docker/phpunit:latest\n```\n\n## Building\n\nThe image is automatically built by a GitHub action and published to GitHub Packages. To build it locally, clone this repository and:\n\n```bash\ncd phpunit-docker\n\n# PHPUnit 7\ndocker build . -t phpunit:7 -f 7/Dockerfile\n\n# PHPUnit 8\ndocker build . -t phpunit:8 -f 8/Dockerfile\n\n# PHPUnit 9\ndocker build . -t phpunit:9 -f 9/Dockerfile\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautomattic%2Fphpunit-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautomattic%2Fphpunit-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautomattic%2Fphpunit-docker/lists"}