Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scriptkitties/docker-perl6
A Docker image containing Rakudo Perl 6
https://github.com/scriptkitties/docker-perl6
docker docker-image docker-image-builder perl rakudo
Last synced: 17 days ago
JSON representation
A Docker image containing Rakudo Perl 6
- Host: GitHub
- URL: https://github.com/scriptkitties/docker-perl6
- Owner: scriptkitties
- License: lgpl-3.0
- Created: 2018-01-29T08:22:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T15:28:46.000Z (almost 7 years ago)
- Last Synced: 2024-11-13T11:53:01.669Z (3 months ago)
- Topics: docker, docker-image, docker-image-builder, perl, rakudo
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
README
= scriptkitties/perl6
A docker image containing https://perl6.org[Perl 6].
== Usage
To get the docker image, `pull` it using `docker`:[source,sh]
----
$ docker pull scriptkitties/perl6:latest
----There are also versioned releases available, which follow the versioning of the
Perl 6 releases. To get these, replace the `latest` tag with the release
number:[source,sh]
----
$ docker pull scriptkitties/perl6:2018.01
----== Building the image
If you want to build this image yourself, the easiest way is to use the
`build.sh` script supplied in the root of the repository. To build the latest
Perl 6 release, run it without arguments:[source,sh]
----
$ sh ./build.sh
----If you want a specific release, pass this as an argument:
[source,sh]
----
$ sh ./build.sh 2018.01
----== License
All code supplied in this repository is distributed under the LGPL version 3.