Mark Elvers
Mark Elvers
This PR adds support for [Docker Compose V2](https://docs.docker.com/compose/reference/). > Compose V2 supports the `compose` command as part of the Docker CLI. > Compose V2 integrates compose functions into the Docker...
**What I did** Updated `Makefile` to use `docker buildx` to build the ECS sidecar images for both AMD64 and ARM64. **Related issue** ECS Fargate supports both AMD64 and ARM64. Running...
Following the blog at https://medium.com/@yostane/using-the-at-09-ble-module-with-the-arduino-3bc7d5cb0ac2 I was unable to get past even the simplest AT test. I thought my module was faulty!!! It turns out that mySerial.available() is called too...
This PR addresses the segmentation fault exception in `Sqlite3.Backup.init` at line 1677 `Sqlite3_backup_val(v_res) = res;`
DIG/CURL plugin for https://github.com/ocurrent/ocurrent-observer to address https://github.com/ocaml/infrastructure/issues/42
We currently have the staging docs pipeline running at `docs-staging.sw.ocaml.org` but are serving the static files generated from `docs-data.ocamllabs.io`. Please can we have a DNS CNAME entry in ocaml.org for...
staging.docs.ci.ocaml.org is unreachable over SSH and HTTPS. Please can it be rebooted?
Despite our earlier attempts to resolve this by providing a reverse DNS entry for watch.ocaml.org, Google still rejects emails from our IP address. The reason given in the error report...
IPv6 does not work as expected with `docker service deploy`. Using this trivial `docker-compose.yml` as an example. ``` version: "3.9" services: caddy: image: caddy ports: - "80:80" volumes: - /etc/caddy:/etc/caddy:ro...
Consider switching from Docker Swarm to Docker Compose. Currently, the applications this deployer manages are deployed using Ansible. Ansible runs `docker stack create` to define the stack based on the...