{"id":17682523,"url":"https://github.com/thewalkingtoast/ruby-jemalloc","last_synced_at":"2026-04-30T00:03:04.140Z","repository":{"id":145979025,"uuid":"349556909","full_name":"thewalkingtoast/ruby-jemalloc","owner":"thewalkingtoast","description":"Docker images of common/recent Rubies built with jemalloc which are suitable for either web app or background processing servers.","archived":false,"fork":false,"pushed_at":"2023-07-04T22:02:13.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T19:32:09.929Z","etag":null,"topics":["docker","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/thewalkingtoast.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":"2021-03-19T21:14:31.000Z","updated_at":"2021-10-04T14:06:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc12283c-e3c9-4d15-a94d-a698c0da72e7","html_url":"https://github.com/thewalkingtoast/ruby-jemalloc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thewalkingtoast/ruby-jemalloc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thewalkingtoast%2Fruby-jemalloc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thewalkingtoast%2Fruby-jemalloc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thewalkingtoast%2Fruby-jemalloc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thewalkingtoast%2Fruby-jemalloc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thewalkingtoast","download_url":"https://codeload.github.com/thewalkingtoast/ruby-jemalloc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thewalkingtoast%2Fruby-jemalloc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32448883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"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","ruby"],"created_at":"2024-10-24T09:22:25.307Z","updated_at":"2026-04-30T00:03:04.118Z","avatar_url":"https://github.com/thewalkingtoast.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README #\n\nThis provides an Ubuntu 20.04 base build of Ruby from source (using ruby-build) with jemalloc.\n\nThe default `RUBY_VERSION` is Ruby 2.6.10.\n\n## Building Ruby 2.6\n\n```bash\ndocker build -t mediapingllc/ruby-jemalloc:2.6.10 .\n```\n\n## Building Ruby 2.5\n\n```bash\ndocker build -t mediapingllc/ruby-jemalloc:2.5.9 --build-arg RUBY_VERSION=2.5.9 .\n```\n\n## Building Ruby 2.4\n\n```bash\ndocker build -t mediapingllc/ruby-jemalloc:2.4.10 --build-arg RUBY_VERSION=2.4.10 .\n```\n\n## Using\n\nSample Dockerfile:\n\n```bash\nFROM mediapingllc/ruby-jemalloc:2.6.10\n\nARG RUBY_VERSION=2.6.10\nARG BUNDLER_VERSION=1.17.3\nENV LANG=C.UTF-8\nENV DEBIAN_FRONTEND=noninteractive\n\nRUN apt-get update \u0026\u0026 \\\n    apt-get install -y libmysqlclient-dev \u0026\u0026 \\\n    apt-get auto-remove -y \u0026\u0026 \\\n    rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*;\n\nEXPOSE 3000\n\nWORKDIR /app\n\nCOPY Gemfile /app/\nCOPY Gemfile.lock /app/\n\nRUN gem install bundler \u0026\u0026 \\\n    bundle install --without development test --jobs `expr $(cat /proc/cpuinfo | grep -c \"cpu cores\") - 1` --retry 3;\n\nCOPY . /app\n\n# start the app\nCMD [\"bundle\", \"exec\", \"rails\", \"server\"]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthewalkingtoast%2Fruby-jemalloc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthewalkingtoast%2Fruby-jemalloc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthewalkingtoast%2Fruby-jemalloc/lists"}