diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-09-03 00:05:29 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-09-03 18:19:58 +0200 |
commit | 80a2528fd10ca2d07b8d96258a19bd9a8ea747ec (patch) | |
tree | bba6fdf5fe739039adef33378e7a22c13f62cfaf /ci/README | |
parent | 21ab7369cad6504be2f815aec888b38023d7a17a (diff) | |
download | pleroma-80a2528fd10ca2d07b8d96258a19bd9a8ea747ec.tar.gz |
ci-base: Document building and pushing a new image
Diffstat (limited to 'ci/README')
-rw-r--r-- | ci/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ci/README b/ci/README new file mode 100644 index 000000000..3785adef1 --- /dev/null +++ b/ci/README @@ -0,0 +1,12 @@ +## 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 +``` |