{"id":19871629,"url":"https://github.com/millsoft/codeception","last_synced_at":"2026-03-03T21:01:54.435Z","repository":{"id":82654397,"uuid":"214825420","full_name":"millsoft/codeception","owner":"millsoft","description":"Dockerfile for Codeception with Robo based on webdevops/php-dev","archived":false,"fork":false,"pushed_at":"2019-10-13T13:46:10.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T00:56:40.200Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/millsoft.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}},"created_at":"2019-10-13T13:30:10.000Z","updated_at":"2019-10-13T13:46:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"5c423a0e-5d9b-423f-bc68-dd4d110a7964","html_url":"https://github.com/millsoft/codeception","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/millsoft/codeception","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millsoft%2Fcodeception","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millsoft%2Fcodeception/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millsoft%2Fcodeception/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millsoft%2Fcodeception/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/millsoft","download_url":"https://codeload.github.com/millsoft/codeception/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millsoft%2Fcodeception/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30060631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-11-12T16:13:00.957Z","updated_at":"2026-03-03T21:01:54.417Z","avatar_url":"https://github.com/millsoft.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# millsoft/codeception Dockerfile\n\n## What is this?\n\nThis is a Dockerfile which contains:\n- [Codeception](https://codeception.com/) (default)\n- [Robo](https://robo.li/)\n- [webdevops/php-dev](https://dockerfile.readthedocs.io/en/latest/content/DockerImages/dockerfiles/php-dev.html) 7.3\n\n## Why?\nThe [original](https://github.com/Codeception/Codeception) Dockerfile is using php:7.3-cli as base image. It is missing php mysql-pdo extension. You can use codeception to work with databases. If you try to work with mysql, codeception throws an error \"file not found, missing PDO driver\".\n\nThis image uses [webdevops/php-dev](https://dockerfile.readthedocs.io/en/latest/content/DockerImages/dockerfiles/php-dev.html) image. It contains everything you need as a php developer, including PDO mysql drivers.\n\nI also work with parallel codeception testing. I use [robo](https://robo.li/) as a task runner. Installing this everytime on a CI server (eg. jenkins) takes a lot of time, so this image also includes robo.\n\n## How to build this image?\nOpen the terminal and navigate to the directory of the Dockerfile\n\n```\ndocker build -t millsoft/codeception .\n```\n\n## How to use this image?\nUse it like a normal codeception image. For example:\n\n```\ndocker run --rm  millsoft/codeception\n```\n\nthis will start codeception.\n\n### How to use Robo?\nUse the same image but change the `entrypoint`:\n\n```\ndocker run --rm --entrypoint robo  millsoft/codeception\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmillsoft%2Fcodeception","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmillsoft%2Fcodeception","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmillsoft%2Fcodeception/lists"}