You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/docker
renovate[bot] b569c7df17
Update docker/dockerfile Docker tag to v1.8 (#4824)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4 months ago
..
federation Update asonix/pictrs Docker tag to v0.5.16 (#4813) 4 months ago
Dockerfile Update docker/dockerfile Docker tag to v1.8 (#4824) 4 months ago
README.md
docker-compose.yml Update asonix/pictrs Docker tag to v0.5.16 (#4813) 4 months ago
docker_db_backup.sh
docker_update.sh
lemmy.hjson
nginx.conf
test_deploy.sh

README.md

Building Lemmy Images

Lemmy's images are meant to be built on linux/amd64, but they can be executed on both linux/amd64 and linux/arm64.

To do so we need to use a cross toolchain whose goal is to build from amd64 to arm64.

Namely, we need to link the lemmy_server with pq and openssl shared libraries and a few others, and they need to be in arm64, indeed.

The toolchain we use to cross-compile is specifically tailored for Lemmy's needs, see the image repository.

References