Organisationsocurrentdocker-base-imagespull/349Build History

Build History for pull/349

Builds (4)
Submodule updates - ocaml-dockerfile.8.3.9 - ocaml-version.4.0.1
1f2054
Compose web and Prometheus servers via Eio.Fiber.all Current_web.run and Prometheus_unix.serve now both return fiber bodies. Run them together with Fiber.all instead of sequencing them.
2cab32
Submodule updates - ocaml-dockerfile.8.3.9 - ocaml-version.4.0.1
55ea56
Port to OCurrent on Eio Drop Lwt throughout; use Eio for the engine, web server, capnp-rpc, prometheus and ocluster. Bumps the OCaml floor to 5.0 since Eio needs effects. Wiring changes that follow the ocurrent-deployer Eio port: - src/base_images.ml: Eio_main.run + Switch.run; thread sw/net/clock/fs through; Engine.create takes ~sw ~env and a closure that builds caps; Prometheus_unix.serve and Current_web.run are now Eio-aware. - src/pipeline.ml: Real plugin instance moved into v because Docker and OCluster are now per-engine first-class modules built from caps; notify_status takes ~slack alongside ~channel since Current_slack.post needs the runtime. - src/git_repositories.ml, src/win_ver.ml: drop Lwt operators in favour of Result.bind (let*); Process.exec takes a string list; Capnp_rpc.Std replaces Capnp_rpc_lwt; Cache.create now requires ~caps. - src/s.ml, src/dump.ml: alias Cluster_api = Current_ocluster.Cluster_api so the OCURRENT signature and the Fake module resolve against the new Cluster_api_eio package. Dockerfile: bump build base to ocaml/opam:debian-13-ocaml-5.4 and pin the prometheus / current_* / ocluster eio forks before installing deps.
747822