pleroma/ci
2023-12-13 13:08:00 +04:00
..
postgres_rum Gitlab CI: Switch to our own docker hub 2023-12-13 13:08:00 +04:00
build_and_push.sh CI: Use own package as base 2021-12-26 18:05:42 +01:00
Dockerfile Bump minimum Elixir to 1.12 2023-05-31 21:12:13 +00:00
README ci-base: Document building and pushing a new image 2022-09-03 18:19:58 +02:00

## 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
```