Zak B. Elep
Zak B. Elep
There's already some doc from @jberger's https://mojolicious.io/blog/2017/12/12/day-12-more-than-a-base-class/ so maybe distilling from that would be helpful.
Result of `nixpkgs-review pr 186388` run on aarch64-darwin [1](https://github.com/Mic92/nixpkgs-review) 1 package built: dagger
I was exploring integrating dokken with drone and encountered this as well. The solution seems to be indicated in *where* dokken makes its sandboxes: ``` -----> Starting Kitchen (v1.23.2) ----->...
Thanks @J0WI, I think you've brought this up before in https://github.com/Perl/docker-perl/pull/24#issuecomment-439660780 I'll try taking a look at this again this weekend.
So I've taken a look, and so far a few things need to happen here: - A way to get stable/oldstable Perl release versions reliably: asking on `#p5p` I was...
Thanks @tianon, yeah this might be more doable using Travis CI cron jobs; I've been thinking about adding CI for a while now so this might push it further.
Yes, this is worth revisiting now that perl5 itself is now hosted here; we can probably look at https://github.com/Perl/perl5/releases to get update info (and probably have some additional tooling there...
Thanks, probably high time to revisit this - we can have a GH action that can be scheduled or triggered to produce the PR needed for updating against a new...
Yes, the conflicts are from the lone commit regenerating Dockerfiles, which can be dropped. I think we just need to check on whether users are (usually) customizing `ENTRYPOINT` (or not,)...
@sdt yes, though as https://github.com/Perl/docker-perl/issues/44#issuecomment-398443096 notes we can't rely on `--init` for running outside of Docker, such as in k8s. @mohawk2 right, we've had a doc for this since https://github.com/docker-library/docs/pull/1550,...