|
…
|
||
|---|---|---|
| .. | ||
| 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 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.
Quick reference
-
Maintained by:
the Raku Community -
Where to get help:
the Docker Community Slack, Server Fault, Unix & Linux, or Stack Overflow
Supported tags and respective Dockerfile links
WARNING: THIS IMAGE IS NOT SUPPORTED ON THE ppc64le ARCHITECTURE
Quick reference (cont.)
-
Where to file issues:
https://github.com/Raku/docker/issues -
Published image artifact details:
repo-info repo'srepos/rakudo-star/directory (history)
(image metadata, transfer size, etc) -
Image updates:
official-images repo'slibrary/rakudo-starlabel
official-images repo'slibrary/rakudo-starfile (history) -
Source of this description:
docs repo'srakudo-star/directory (history)
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.
- Project homepage: https://rakudo.org/
- Raku Language Specification: https://github.com/Raku/roast
- Raku Language Documentation: https://docs.raku.org/
How to use this image
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!"'
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.
