{"id":41069567,"url":"https://github.com/chenos/docker-v8","last_synced_at":"2026-01-22T13:01:06.726Z","repository":{"id":135992488,"uuid":"116348025","full_name":"chenos/docker-v8","owner":"chenos","description":null,"archived":false,"fork":false,"pushed_at":"2018-03-23T13:43:45.000Z","size":22480,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-10T18:16:09.148Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/chenos.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":"2018-01-05T05:58:13.000Z","updated_at":"2019-10-01T22:45:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"d015352e-fb02-453c-914f-a5e345453f23","html_url":"https://github.com/chenos/docker-v8","commit_stats":null,"previous_names":[],"tags_count":2,"template":null,"template_full_name":null,"purl":"pkg:github/chenos/docker-v8","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenos%2Fdocker-v8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenos%2Fdocker-v8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenos%2Fdocker-v8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenos%2Fdocker-v8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chenos","download_url":"https://codeload.github.com/chenos/docker-v8/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenos%2Fdocker-v8/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28663774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2026-01-22T13:00:28.426Z","updated_at":"2026-01-22T13:01:06.714Z","avatar_url":"https://github.com/chenos.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerfile\n\n```Dockerfile\nFROM php:7.1-fpm\n\nRUN apt-get update\nRUN apt-get install -y --no-install-recommends git zlib1g-dev\n\nRUN docker-php-ext-install zip\n\nRUN git clone https://github.com/chenos/v8.git /opt/v8\nRUN git clone https://github.com/phpv8/v8js.git /tmp/v8js\n\nRUN cd /opt/v8 \u0026\u0026 git checkout tags/v6.4.388.18\n# RUN cd /tmp/v8js \u0026\u0026 git checkout tags/2.1.0\n\nRUN cd /tmp/v8js \u0026\u0026 phpize\nRUN cd /tmp/v8js \u0026\u0026 ./configure CXXFLAGS=\"-Wall -Wno-write-strings -Werror\" \\\n    LDFLAGS=\"-lstdc++\" --with-v8js=/opt/v8\nRUN cd /tmp/v8js \u0026\u0026 make\nRUN cd /tmp/v8js \u0026\u0026 make test\nRUN cd /tmp/v8js \u0026\u0026 make install\nRUN docker-php-ext-enable v8js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenos%2Fdocker-v8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchenos%2Fdocker-v8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenos%2Fdocker-v8/lists"}