{"id":19094792,"url":"https://github.com/tlrasor/ubuntu-truffleruby","last_synced_at":"2026-04-29T01:01:27.887Z","repository":{"id":146824958,"uuid":"214087522","full_name":"tlrasor/ubuntu-truffleruby","owner":"tlrasor","description":"docker powered ubuntu + truffleruby ","archived":false,"fork":false,"pushed_at":"2019-10-10T04:44:16.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-08T02:08:09.062Z","etag":null,"topics":["docker","dockerfile","rbenv","ruby","truffleruby","ubuntu"],"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/tlrasor.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":"2019-10-10T04:36:35.000Z","updated_at":"2019-10-10T04:45:02.000Z","dependencies_parsed_at":"2023-07-09T09:16:05.557Z","dependency_job_id":null,"html_url":"https://github.com/tlrasor/ubuntu-truffleruby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tlrasor/ubuntu-truffleruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlrasor%2Fubuntu-truffleruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlrasor%2Fubuntu-truffleruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlrasor%2Fubuntu-truffleruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlrasor%2Fubuntu-truffleruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tlrasor","download_url":"https://codeload.github.com/tlrasor/ubuntu-truffleruby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlrasor%2Fubuntu-truffleruby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"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":["docker","dockerfile","rbenv","ruby","truffleruby","ubuntu"],"created_at":"2024-11-09T03:31:32.994Z","updated_at":"2026-04-29T01:01:27.862Z","avatar_url":"https://github.com/tlrasor.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"ubuntu-truffleruby\n------\n\nThe one-stop truffleruby docker image, partner.\n\n![cowboy](https://media.giphy.com/media/cdNSp4L5vCU7aQrYnV/giphy.gif)\n\n# Features:\n\n* ubuntu 18.04 base image\n* non-root `appuser` with rbenv installed in profile\n* truffleruby installed via rbenv\n\n## Installation\n\n```bash\ndocker pull tlrasor/ubuntu-truffleruby\n```\n\n## Quickness\n\n```bash\ndocker run -it tlrasor/ubuntu-truffleruby ruby\n```\n\nYou will be placed into the home directory of the appuser. This is a safe place to put apps without having to deal with root permissions.\n\n## Suggested Usage\n\nUse this image as a base image and copy in your app to the home dir\n\n```Dockerfile\nFROM tlrasor/ubuntu-truffleruby\nCOPY . $HOME/app\nWORKDIR $HOME/app\n\n# need root for chown here, might not be necessary depending on your use case\nUSER root\nRUN chown -R appuser:appgroup $HOME/app\nUSER appuser\n\nRUN echo \"truffleruby-19.2.0.1\" \u003e $HOME/app/.ruby-version\n```\n\nNow your project will run with truffle.\n\n* See [rbenv documentation](https://github.com/rbenv/rbenv/blob/master/README.md) for how to install rubies\n* See [truffleruby documentation](https://github.com/oracle/truffleruby/blob/master/README.md) for truffle knowledge\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/tlrasor/ubuntu-truffleruby/fork\u003e)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## License\n\n[Unlicense](https://unlicense.org/)\n\n## Contributors\n\n- [Travis Rasor](https://github.com/tlrasor) - creator and maintainer\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlrasor%2Fubuntu-truffleruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftlrasor%2Fubuntu-truffleruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlrasor%2Fubuntu-truffleruby/lists"}