{"id":18790794,"url":"https://github.com/alexmasterov/dockerfiles","last_synced_at":"2025-06-24T04:35:52.919Z","repository":{"id":139159934,"uuid":"64601546","full_name":"AlexMasterov/dockerfiles","owner":"AlexMasterov","description":":whale: Common Dockerfiles, used for development","archived":false,"fork":false,"pushed_at":"2022-04-02T08:53:14.000Z","size":517,"stargazers_count":56,"open_issues_count":0,"forks_count":17,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-05-21T13:58:07.717Z","etag":null,"topics":["alpine","alpine-libv8","alpine-memcached","alpine-nginx","alpine-php","alpine-redis","alpine-sphinx","alpine-tarantool","alpine-v8","dockerfile"],"latest_commit_sha":null,"homepage":"","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/AlexMasterov.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":"2016-07-31T15:41:35.000Z","updated_at":"2024-05-03T15:57:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"1889f4fe-48e0-4834-ac4f-11ebe239ff9c","html_url":"https://github.com/AlexMasterov/dockerfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlexMasterov/dockerfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexMasterov%2Fdockerfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexMasterov%2Fdockerfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexMasterov%2Fdockerfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexMasterov%2Fdockerfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexMasterov","download_url":"https://codeload.github.com/AlexMasterov/dockerfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexMasterov%2Fdockerfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261605008,"owners_count":23183742,"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":["alpine","alpine-libv8","alpine-memcached","alpine-nginx","alpine-php","alpine-redis","alpine-sphinx","alpine-tarantool","alpine-v8","dockerfile"],"created_at":"2024-11-07T21:13:43.268Z","updated_at":"2025-06-24T04:35:52.903Z","avatar_url":"https://github.com/AlexMasterov.png","language":"Dockerfile","readme":"# dockerfiles\n\nCommon Dockerfiles, used for _development_.\n\n- [alpine-v8](#alpine-v8)\n- [alpine-php](#alpine-php)\n\n#### alpine-v8\n\n```sh\ndocker build --build-arg V8_VERSION=stable --rm -t v8 github.com/AlexMasterov/dockerfiles.git#:alpine-v8\n```\n\u003e V8_VERSION \u003e= 6.1.211 | 6.1 | dev | beta | stable | latest\n\n##### FAQ\n\n\u003cdetails\u003e\n\u003csummary\u003eHow do I get an archive with V8?\u003c/summary\u003e\n\n```sh\ndocker run --rm -v \"$(pwd)/:/archive\" v8 sh -c 'tar cvzf /archive/libv8-${V8_VERSION}.tar.gz *'\n```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eHow do I get shell (d8)?\u003c/summary\u003e\n\n```sh\ndocker build \\\n  --build-arg V8_VERSION=stable \\\n  --build-arg V8_SHELL=YES \\\n  --rm -t v8 github.com/AlexMasterov/dockerfiles.git#:alpine-v8\n```\n```sh\ndocker run --rm -it v8 d8\n```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eHow do I get static libraries (.a)?\u003c/summary\u003e\n\n```sh\ndocker build \\\n  --build-arg V8_VERSION=stable \\\n  --build-arg V8_STATIC_LIB=YES \\\n  --rm -t v8 github.com/AlexMasterov/dockerfiles.git#:alpine-v8\n```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eHow do I get monolithic static library (.a)?\u003c/summary\u003e\n\n```sh\ndocker build \\\n  --build-arg V8_VERSION=stable \\\n  --build-arg V8_MONOLITHIC=YES \\\n  --rm -t v8 github.com/AlexMasterov/dockerfiles.git#:alpine-v8\n```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eI have build issues\u003c/summary\u003e\n\nI get this error message:\n```sh\nERROR at //gni/v8.gni:103:3: Dependency not allowed.\n  target(link_target_type, target_name) {\n  ^--------------------------------------\nThe item //src/inspector:inspector\ncan not depend on //:features\nbecause it is not in //:features's visibility list: [\n  //.:*\n]\n```\nTry to use:\n1.  `--build-arg USE_GN_SOURCE=YES`\n2.  `--build-arg USE_GN_SOURCE=YES --build-arg GN_SOURCE_REV=9434c3d281eefb5c3764b5a0575feec9c59bd095`\n\n\u003e `GN_SOURCE_REV` can be any revision on the _working_ repository: [gn.googlesource.com/gn](https://gn.googlesource.com/gn).\n\n\u003c/details\u003e\n\n#### alpine-php\n```sh\ndocker build --build-arg PHP_VERSION=8.0 --rm -t php github.com/AlexMasterov/dockerfiles.git#:alpine-php\n```\n\u003e PHP_VERSION \u003e= 7.0.0 | 7.0\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexmasterov%2Fdockerfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexmasterov%2Fdockerfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexmasterov%2Fdockerfiles/lists"}