docker-base-images icon indicating copy to clipboard operation
docker-base-images copied to clipboard

Generate various Docker ocaml images

Results 26 docker-base-images issues
Sort by recently updated
recently updated
newest added

Taking a Fedora 40 image such as this one: https://images.ci.ocaml.org/job/2024-05-02/131216-ocluster-build-e4bdb0 ```shell docker run --rm -it ocurrent/opam-staging@sha256:2183cb377106178781bf86fe05b2b0d5e937bffac769db81765dc03ffbfc30b4 ``` Then, attempting to install OCaml 4.07.1 like this: ``` cat /etc/fedora-release curl -LO...

AFAIU, @mtelvers currently polls the build graph manually to monitor for failed image builds, and then triage the response. It would save some cycles if we could automate this with...

Base image builder regularly errors on this transient issue: ``` failed to solve with frontend dockerfile.v0: failed to solve with frontend gateway.v0: rpc error: code = Unknown desc = ocurrent/opam-staging@sha256:90f036ba79b70d23d08aad99dcaaf9594bc953c9b9a16dd0aa7cee4894939512:...

bug

Currently we build the images on a weekly schedule, rebuilding all of them at once, which creates a large spike of demand on the cluster. It may be preferable to...

enhancement

Ubuntu supports RISCV. However, they do not always create a Docker base image. This is notable in #258 and #275 where 23.10 and 24.04 are both missing the RISCV image....

See https://github.com/ocurrent/ocaml-dockerfile/pull/201

Is there any specific reason why `docker-base-images` is not formatted? @talex5

This code is untested, but I’m hoping something like that works. Feel free to modify this PR as you wish. Fixes #249