docs/rakudo-star
..
README-short.txt
README.md
content.md
github-repo
license.md
logo.png
maintainer.md
metadata.json

README.md

Note: this is the "per-architecture" repository for the s390x 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.

Quick reference

Supported tags and respective Dockerfile links

WARNING: THIS IMAGE IS NOT SUPPORTED ON THE s390x ARCHITECTURE

Quick reference (cont.)

What is Rakudo Star?

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.

wikipedia.org/wiki/Rakudo

logo

How to use this image

Simply running a container with the image will launch a Raku REPL:

$ docker run -it s390x/rakudo-star
> say 'Hello, Raku!'
Hello, Raku!

You can also provide raku command line switches to docker run:

$ docker run -it s390x/rakudo-star raku -e 'say "Hello!"'

Contributing/Getting Help

Many Raku developers are present on #raku on Libera.Chat

Issues for Rakudo are tracked in on GitHub.

License

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.