Rakudo is a compiler for the Raku programming language.
3.3K
Note: this is the "per-architecture" repository for the ppc64le builds of the rakudo-star official image -- for more information, see "Architectures other than amd64?" in the official images documentation and "An image's source changed in Git, now what?" in the official images FAQ.
Maintained by:
the Raku Community
Where to get help:
the Docker Community Slack, Server Fault, Unix & Linux, or Stack Overflow
Dockerfile linksWARNING: THIS IMAGE IS NOT SUPPORTED ON THE ppc64le ARCHITECTURE
Where to file issues:
https://github.com/Raku/docker/issues
Supported architectures: (more info)
amd64, arm64v8
Published image artifact details:
repo-info repo's repos/rakudo-star/ directory (history)
(image metadata, transfer size, etc)
Image updates:
official-images repo's library/rakudo-star label
official-images repo's library/rakudo-star file (history)
Source of this description:
docs repo's rakudo-star/ directory (history)
Rakudo Star is a Raku (formerly known as Perl 6) distribution designed for use by early adopters of the language. It includes a virtual machine (the JVM or MoarVM), the Rakudo compiler, and a suite of modules that users may find useful. This image includes the MoarVM backend for the compiler.

Simply running a container with the image will launch a Raku REPL:
$ docker run -it ppc64le/rakudo-star
> say 'Hello, Raku!'
Hello, Raku!
You can also provide raku command line switches to docker run:
$ docker run -it ppc64le/rakudo-star raku -e 'say "Hello!"'
Many Raku developers are present on #raku on Libera.Chat
Issues for Rakudo are tracked in on GitHub.
View license information for the software contained in this image.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Some additional license information which was able to be auto-detected might be found in the repo-info repository's rakudo-star/ directory.
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
Content type
Image
Digest
Size
118.6 MB
Last updated
over 9 years ago
docker pull ppc64le/rakudo-star