pleroma/ci
Mark Felder a658cf70b9 Pin to otp25
The 1.15.7 image by default uses OTP26 now, but we really want otp25
2024-01-26 17:38:40 +00:00
..
elixir-1.12 Reorganize ci scripts 2024-01-21 03:58:53 +00:00
elixir-1.15-otp25 Pin to otp25 2024-01-26 17:38:40 +00:00
postgres-with-rum-13 Reorganize ci scripts 2024-01-21 03:58:53 +00:00
README ci-base: Document building and pushing a new image 2022-09-03 18:19:58 +02:00

README

## Dependencies

Assuming an AMD64 Alpine system, you're going to need the following packages
- `qemu qemu-openrc qemu-arm qemu-aarch64` for binfmt
- `docker-cli-buildx` for building the images

## Setting up

```
docker login git.pleroma.social:5050
doas rc-service qemu-binfmt start
```