{"id":19713520,"url":"https://github.com/shalomb/p6-rakudo-docker","last_synced_at":"2026-04-13T05:50:54.090Z","repository":{"id":101380310,"uuid":"95708345","full_name":"shalomb/p6-rakudo-docker","owner":"shalomb","description":"Build scripts to build Rakudo/Perl 6 docker images","archived":false,"fork":false,"pushed_at":"2018-02-16T12:17:48.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T20:33:27.646Z","etag":null,"topics":["debian","docker-image","dockerfile","p6-rakudo-docker","perl6","rakudo","zef"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shalomb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-06-28T20:20:37.000Z","updated_at":"2017-07-06T02:28:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"acc9e4a8-7922-494b-b9e0-4ecaa541b340","html_url":"https://github.com/shalomb/p6-rakudo-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shalomb/p6-rakudo-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shalomb%2Fp6-rakudo-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shalomb%2Fp6-rakudo-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shalomb%2Fp6-rakudo-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shalomb%2Fp6-rakudo-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shalomb","download_url":"https://codeload.github.com/shalomb/p6-rakudo-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shalomb%2Fp6-rakudo-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31741541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T05:13:27.074Z","status":"ssl_error","status_checked_at":"2026-04-13T05:13:25.150Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["debian","docker-image","dockerfile","p6-rakudo-docker","perl6","rakudo","zef"],"created_at":"2024-11-11T22:23:12.042Z","updated_at":"2026-04-13T05:50:54.041Z","avatar_url":"https://github.com/shalomb.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# p6-rakudo-docker\n\n# SYNOPSIS\n\nBuild scripts to build and manage Rakudo/Perl 6 docker images.\n\n# USAGE\n\n    ./build -v \u003cversion\u003e -r [rakudo|rakudo-star]\n             [-d \u003cdebian_release\u003e] [-f \u003cimage_name\u003e] [-t \u003ctag\u003e]\n\n      -r  - Type of rakudo build.\n            'rakudo-star' is one of the Rakduo stable releases.\n            'rakudo' is one of the monthly builds.\n      -v  - Version of Rakudo to build e.g. 2017-06\n      -n  - Name to be given to the image. e.g. myfoo/rakudo-star\n      -t  - Tag to apply to the image. e.g. latest\n      -f  - Parent image (FROM) to use as base\n      -d  - Debian release to use. e.g. 'jessie', 'stretch', 'buster', etc\n            This chooses an appropriate parent image as well as set the release\n            within the container environment.\n\n      e.g.\n        $ ./build -r rakudo -v 2017-06\n        ...\n\n        $ docker images | grep -iE 'IMAGE ID|rakudo'\n        REPOSITORY      TAG             IMAGE ID      CREATED     SIZE\n        shalomb/rakudo  2017.06         98cd7c20843b  3 mins ago  378MB\n        shalomb/rakudo  20170628T181702 98cd7c20843b  3 mins ago  378MB\n        shalomb/rakudo  latest          98cd7c20843b  3 mins ago  378MB\n        shalomb/rakudo  20170628T181505 9d18b25a2a8c  4 hours ago 374MB\n        shalomb/rakudo  20170628T181253 d38edd736744  4 hours ago 369MB\n        ...\n\n     ./run shalomb/rakudo:2017.06 perl6 -e '.say for 0..10'\n\n# DESCRIPTION\nThese scripts cater to the build and management of a catalogue of \nRakudo / Perl 6 docker images of different versions.\n\n`./build` builds a [Rakudo](http://rakudo.org/) Debian-based docker image with\nthe [zef](https://github.com/ugexe/zef) module manager and a few other utilities\nto make the image usable with Debian (and related) expectations - e.g. beside a\nregular Debian host install. (Alpine Linux may be cool but it is deficient\nfor non-production use-cases where you often need access to the wider GNU/Linux\necosystem).\n\nAs `./build` takes a rakudo version to build - it is possible to create/maintain\ndocker images for different versions of Rakudo - making switching between\nversions trivial. This can be useful in learning, dev/test, etc environments.\n\n`./run` instantiates a docker instance that is run in the same PID space as the\nhost with appropriate volumes mounted making interactions with the host\ntransparent. i.e. running a containerized rakudo against code on the host\nis as trivial as\n\n    (docker host) $ ./run shalomb/rakudo:2017.06 perl6 $PWD/../path/to/script.p6\n\n# TODO\n\n* Manage zef module installations on a shared volume?\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshalomb%2Fp6-rakudo-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshalomb%2Fp6-rakudo-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshalomb%2Fp6-rakudo-docker/lists"}