Raku / docker

Docker files for Rakudo Star
Artistic License 2.0
34 stars 22 forks source link

Update download URL to rakudostar.com #25

Closed tianon closed 5 years ago

tianon commented 5 years ago

This fixes the current build failure.

Given that https://rakudostar.com/files/star/ includes nice sha256.txt files, it's probably worth considering embedding the release SHA256 checksum in the Dockerfile itself too (as an additional verification), but that's a bit of a separate thing (and creates more maintenance overhead, so I want to make sure it's something desirable before I just open a PR for something like that :smile: :+1:).

tianon commented 5 years ago

Travis also has an experimental "Cron" feature that you might want to consider enabling to catch build failures like this sooner: https://docs.travis-ci.com/user/cron-jobs/

tianon commented 5 years ago

Friendly ping @hoelzro