Anil Madhavapeddy
Anil Madhavapeddy
See https://github.com/ocurrent/ocaml-dockerfile/pull/31 -- the difficult bit is persisting the `scl`. If we had that, it would also unlock better Rust support in our CI for RHEL7
PR welcome for this.
I'm a fan of doas of course. +1 from me :-)
Not an entirely trivial thing to fix, since following the `COPY` with a `git branch -D` will create another layer.
@gasche wrote: > (I was going to say that this gives the property that the ocaml part of image names coincides with switch names, but in fact we don't have...
> I don't understand why we are deliberately using moving-target switches for the purpose of CI. Can you explain? With Docker, if you want a particular reproducible hash, then you...
On naming, I think a reasonable convention (which is currently used) is that `5.0` or `4.12` represent the latest version (that is, they track the `5.0` or `4.12` branch in...
With respect to older distributions and out of date tags, that needs to be fixed by pushing 'deprecated' containers to those tags: see https://github.com/ocaml/infrastructure/issues/7 and https://github.com/ocurrent/docker-base-images/issues/57. We shouldn't let the...
This looks like its trying to use SSLv3, which is unsupported. Any idea how to get your setup to use TLS 1.0 instead (most really should by default). > On...
It should be possible to make a Mac mpkg directly by tarring up an .opam tree, if that's not too distasteful. It would be useful for generating other binaries too....