{"id":16768434,"url":"https://github.com/nicoverbruggen/docker-php72","last_synced_at":"2026-05-16T22:35:21.424Z","repository":{"id":70009582,"uuid":"150621046","full_name":"nicoverbruggen/docker-php72","owner":"nicoverbruggen","description":"Dockerfile of my php72 image","archived":false,"fork":false,"pushed_at":"2018-09-27T17:06:40.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-09T09:08:25.689Z","etag":null,"topics":["dockerfile","gitlab","laravel"],"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/nicoverbruggen.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":"2018-09-27T17:04:47.000Z","updated_at":"2018-09-27T17:06:42.000Z","dependencies_parsed_at":"2023-02-22T19:00:47.939Z","dependency_job_id":null,"html_url":"https://github.com/nicoverbruggen/docker-php72","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nicoverbruggen/docker-php72","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicoverbruggen%2Fdocker-php72","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicoverbruggen%2Fdocker-php72/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicoverbruggen%2Fdocker-php72/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicoverbruggen%2Fdocker-php72/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicoverbruggen","download_url":"https://codeload.github.com/nicoverbruggen/docker-php72/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicoverbruggen%2Fdocker-php72/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33121307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"last_error":"SSL_read: 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":["dockerfile","gitlab","laravel"],"created_at":"2024-10-13T06:11:36.973Z","updated_at":"2026-05-16T22:35:21.407Z","avatar_url":"https://github.com/nicoverbruggen.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-php72\n\n## What is this?\n\nThis is a custom build based on PHP 7.2's docker image, with changes to make Laravel back-end testing easily possible.\n\n## Where can I find it?\n\nYou can find the image on Docker Hub here: https://hub.docker.com/r/nicoverbruggen/php72/.\n\n## GitLab CI\n\nFor example, if you are running GitLab, you can use `.gitlab-ci` on your custom GitLab instance:\n\n```\nimage: nicoverbruggen/php72:latest\n\ncache:\n  paths:\n  - vendor/\n  - node_modules/\n\ntests:\n  script:\n  - curl -sS https://getcomposer.org/installer | php\n  - php composer.phar install\n  - yarn install\n  - yarn run dev\n  - vendor/bin/phpunit -v --configuration phpunit.ci.xml --coverage-text --colors=never\n  after_script:\n  - cat storage/logs/laravel.log 2\u003e/dev/null\n```\n\nThis will allow automatic tests of your application to occur.\n\nA few notes:\n\n- Front-end testing w/ Laravel Dusk is not supported in this version.\n- This container ships with `npm` and `yarn`.\n\n## How can I build this myself?\n\nUse the Dockerfile, customize it as desired and build it!\n\nOf course, you must replace `nicoverbruggen/php72` with something else if you want to publish your customized version yourself.\n\n    docker build -t nicoverbruggen/php72 .\n    docker push nicoverbruggen/php72\n\nIf you want to tag the current version (let's say... `1.0`) based on the latest version you just pushed:\n\n    docker image tag nicoverbruggen/php72:latest nicoverbruggen/php72:1.0\n    docker push nicoverbruggen/php72:1.0\n\nAnyone can run it afterwards:\n\n    docker run nicoverbruggen/php72\n\nYou can also attach to the container w/ bash:\n\n    docker run -i -t nicoverbruggen/php72 /bin/bash\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicoverbruggen%2Fdocker-php72","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicoverbruggen%2Fdocker-php72","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicoverbruggen%2Fdocker-php72/lists"}