-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please provide a latest-dev version #125
Comments
Hey @rjbs, thanks for the issue! Let's see how we can get this sorted. Option 1 is probably doable - we can probably watch https://github.com/Perl/perl5/tags for latest dev release and build when that happens. Option 2 however might not be easy for the image builders though. |
Perhaps we can do something with github actions and use a seperate docker hub location? We can perhaps add #60 in there as well. Perhaps call it: docker/perl-devel which includes images with the debug, nightly and development releases? It would be even cooler if docker hub allows sub projects under the perl namespace and we can push it to the hub via actions. |
Really, just getting the monthly build would be great. In doing that, I'd hope we could get a "latest-blead" label, so I could have my actions track that. My take is:
So if you did weekly, or every 10d? Cool, I'd use it. But the blead releases are bigger. Thanks so much! |
So to start, I'll merge #126 in soon and update https://github.com/docker-library/official-images/blob/master/library/perl to add the |
This is really exciting, thanks! |
Hi @rjbs! We're running into an issue for naming Would the alternative |
I went ahead and set |
I am definitely not worried too much about the specific names! |
Documentation on https://github.com/docker-library/docs/tree/master/perl and automation work for the next dev release to follow soon. |
Thank you very much! |
For automated testing against the latest development version of perl, it would be terrific to have either:
Possibly there is some reason this is not easy, I don't know! But thanks for all your work so far.
The text was updated successfully, but these errors were encountered: