{"id":15404696,"url":"https://github.com/k1low/centve","last_synced_at":"2025-10-27T08:10:50.100Z","repository":{"id":52889585,"uuid":"350780646","full_name":"k1LoW/centve","owner":"k1LoW","description":"Virtual environments on CentOS using anyenv","archived":false,"fork":false,"pushed_at":"2021-04-15T01:27:50.000Z","size":6,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-02T03:29:52.436Z","etag":null,"topics":["centos","docker-image","dockerfile","perl","php","ruby"],"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/k1LoW.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":"2021-03-23T16:24:26.000Z","updated_at":"2021-10-01T22:37:43.000Z","dependencies_parsed_at":"2022-08-23T07:30:36.691Z","dependency_job_id":null,"html_url":"https://github.com/k1LoW/centve","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k1LoW%2Fcentve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k1LoW%2Fcentve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k1LoW%2Fcentve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k1LoW%2Fcentve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k1LoW","download_url":"https://codeload.github.com/k1LoW/centve/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245955166,"owners_count":20699889,"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":["centos","docker-image","dockerfile","perl","php","ruby"],"created_at":"2024-10-01T16:14:03.904Z","updated_at":"2025-10-27T08:10:45.061Z","avatar_url":"https://github.com/k1LoW.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# centve\n\nVirtual environments on CentOS using [anyenv](https://github.com/anyenv/anyenv)\n\n## Usage\n\n### Use as `container:` on GitHub Actions\n\n``` yaml\nname: CI\n\non:\n  push:\n\njobs:\n  test:\n    name: Test using Ruby\n    runs-on: ubuntu-latest\n    container: ghcr.io/k1low/centve:latest\n    steps:\n      - name: Initialize anyenv and setup Ruby\n        run: |\n          anyenv-init\n          rbenv global 2.7.2\n\n      - name: Use Ruby\n        run: |\n          ruby -v\n```\n\n### Use as `FROM` in Dockerfile\n\n**Ruby 3.0.0 on CentOS7**\n\n``` dockerfile\nFROM ghcr.io/k1low/centve:base\n\nENV RUBY_VERSION=3.0.0\n\nRUN rbenv install $RUBY_VERSION \u0026\u0026 rbenv global $RUBY_VERSION\n```\n\n**Ruby 2.7.2 and PHP 5.6.40 on CentOS7**\n\n``` dockerfile\nFROM ghcr.io/k1low/centve:base\n\nENV RUBY_VERSION=2.7.2\nENV PHP_VERSION=5.6.40\n\nRUN rbenv install $RUBY_VERSION \u0026\u0026 rbenv global $RUBY_VERSION\nRUN phpenv install $PHP_VERSION \u0026\u0026 phpenv global $PHP_VERSION\n```\n\n## Language and Runtime\n\n| Tag | Base image | Ruby | Perl | PHP |\n| --- | --- | --- | --- | --- |\n| `base` `7-base` | `centos:7` | - | - | - |\n| `default` `7-default` `latest` | `centos:7` | `3.0` `2.7` | `5.32` | `8` `7` `5` |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk1low%2Fcentve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk1low%2Fcentve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk1low%2Fcentve/lists"}