{"id":25840375,"url":"https://github.com/nekketsuuu/rill-dockerfiles","last_synced_at":"2026-03-06T05:16:58.355Z","repository":{"id":191398553,"uuid":"88691472","full_name":"nekketsuuu/rill-dockerfiles","owner":"nekketsuuu","description":"[Deprecated] Dockerfiles for the Rill Programming Language","archived":false,"fork":false,"pushed_at":"2017-10-12T18:25:44.000Z","size":4,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-08-29T18:39:10.078Z","etag":null,"topics":["dockerfile","rill"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/nekketsuuu/rill/","language":null,"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/nekketsuuu.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}},"created_at":"2017-04-19T02:29:53.000Z","updated_at":"2023-08-29T18:39:22.873Z","dependencies_parsed_at":"2023-08-29T18:51:00.815Z","dependency_job_id":null,"html_url":"https://github.com/nekketsuuu/rill-dockerfiles","commit_stats":null,"previous_names":["nekketsuuu/rill-dockerfiles"],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekketsuuu%2Frill-dockerfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekketsuuu%2Frill-dockerfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekketsuuu%2Frill-dockerfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekketsuuu%2Frill-dockerfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nekketsuuu","download_url":"https://codeload.github.com/nekketsuuu/rill-dockerfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241317597,"owners_count":19943202,"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":["dockerfile","rill"],"created_at":"2025-03-01T04:45:47.875Z","updated_at":"2026-03-06T05:16:58.313Z","avatar_url":"https://github.com/nekketsuuu.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"**Depricated**: The official repository of [Rill](https://github.com/yutopp/rill) came to distribute Dockerfile. Use the official images.\n\n## About\n\nThis repository contains some [Docker](https://www.docker.com/) container definitions for [the Rill programming language](https://github.com/yutopp/rill).\n\n## Containers\n\n| Rill Version | Command | Memo |\n|--------------|---------|------|\n| [2c2e05e](https://github.com/yutopp/rill/commit/2c2e05e5a772d5f6f9d2ce49b861fae283d15082) | `docker pull nekketsuuu/rill:2c2e05e` | Compatible with [進捗大陸01](https://yutopp.github.io/shinchoku-tairiku-web/01) |\n\n## Usage\n\n``` bash\ndocker run -it --rm nekketsuuu/rill bash  # Note: Sometimes `sudo` is required.\n```\n\nIn the container, you can use `rillc`. For example,\n\n``` bash\n# In the container...\nrillc ~/rill/examples/fizzbuzz.rill -o a.out\n./a.out\n```\n\n### Container as a Compiler\n\nYou can use this container as the Rill compiler by the following function on bash.\n\n``` bash\nrillc () {\n    local args=\"$@\" ;\n    docker run --rm -u \"$(id -u):$(id -g)\" -v \"$(pwd):/code\" nekketsuuu/rill:latest bash -c \"cd /code \u0026\u0026 rillc $args\"\n}\n```\n\nExample:\n\n``` bash\ncd rill/examples \u0026\u0026 rillc fizzbuzz.rill -o a.out\n```\n\n## Local Build\n\nTo build a docker container locally, run\n\n``` bash\ndocker build -t rill .\ndocker run -it --rm rill bash\n```\n\n## Contributing\n\nFeel free to make an issue or a pull-request!\n\n## Maintainer\n\n[nekketsuuu](https://github.com/nekketsuuu)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekketsuuu%2Frill-dockerfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnekketsuuu%2Frill-dockerfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekketsuuu%2Frill-dockerfiles/lists"}