{"id":16409827,"url":"https://github.com/hyperized/docker-phive","last_synced_at":"2026-03-18T19:28:06.138Z","repository":{"id":56450763,"uuid":"235760009","full_name":"hyperized/docker-phive","owner":"hyperized","description":"Docker image for Phive","archived":false,"fork":false,"pushed_at":"2020-11-06T16:17:16.000Z","size":3,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-04T10:49:05.936Z","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/hyperized.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}},"created_at":"2020-01-23T09:14:43.000Z","updated_at":"2022-12-22T22:56:08.000Z","dependencies_parsed_at":"2022-08-15T19:00:46.774Z","dependency_job_id":null,"html_url":"https://github.com/hyperized/docker-phive","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hyperized/docker-phive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperized%2Fdocker-phive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperized%2Fdocker-phive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperized%2Fdocker-phive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperized%2Fdocker-phive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperized","download_url":"https://codeload.github.com/hyperized/docker-phive/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperized%2Fdocker-phive/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264502621,"owners_count":23618658,"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":[],"created_at":"2024-10-11T06:21:36.463Z","updated_at":"2026-02-04T03:34:34.535Z","avatar_url":"https://github.com/hyperized.png","language":"Dockerfile","readme":"# Phive\n\nSimple, multistage Alpine based https://phar.io/ phive container. Updated monthly\n\n## Usage\n\n\n## As single temporary container \n```bash\ndocker run \\\n  --interactive \\\n  --tty \\\n  --rm \\\n  --volume $(pwd):/repo \\\n  --workdir=/repo \\\n  hyperized/phive \\\n  phive install\n  \n# One-liner\ndocker run -it --rm -v $(pwd):/repo -w /repo hyperized/phive phive install\n```\n\n## As docker-compose service\n```yaml\nversion: \"3\"\nservices:\n  phive:\n    image: hyperized/phive:latest\n    restart: 'no'\n    volumes:\n      - ./:/repo\n      - phive:/root/.phive\n    working_dir: /repo\n    entrypoint: [\"phive\"]\n    \nvolumes:\n  phive:\n```\n\nRun it as:\n```bash\ndocker-compose run --rm phive install\n```\n\n**NOTE:** The volume `phive` stores the cached phar files that have been installed by PHIVE, so successive runs process faster.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperized%2Fdocker-phive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperized%2Fdocker-phive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperized%2Fdocker-phive/lists"}