Raku / docker

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

Push new 2020.10 image to docker hub #37

Closed m-dango closed 3 years ago

m-dango commented 3 years ago

The current 2010.10 image on docker hub is missing /usr/share/perl6/vendor/bin/ from $PATH, which contains zef, prove6 etc. This issue was fixed in https://github.com/Raku/docker/pull/36. A new image should be pushed to docker hub so that these commands can be run normally.

JJ commented 3 years ago

Let me see if I can handle that. Thanks for the report.

JJ commented 3 years ago

Wait, what current image you mean? I just created a "Rakulang" group in Docker Hub to take care of this. I'm not really sure who's in charge of that image. Is it the Rakudo image?

JJ commented 3 years ago

I have created this organization, let me know your Docker Hub user so that I can add you. Also, you can maybe figure out how to create a repo without linking it to my personal account... I have found no way to link it to this organization. Maybe via webhooks.

JJ commented 3 years ago

Nope, no way to link the organization, despite it being theoretically possible...

JJ commented 3 years ago

OTOH, it's entirely possible that I don't have the privileges to do so.

JJ commented 3 years ago

Closing ~because I have fat fingers~because I don't really see a way for me to fix it. Maybe someone else can reopen and try and fix it.

m-dango commented 3 years ago

It looks like it needs to be changed in the https://github.com/docker-library/official-images repo. I've created PR https://github.com/docker-library/official-images/pull/9100 for this update.

JJ commented 3 years ago

Thanks!