It’s giving the following error on ARM64:
Pulling lemmy (dessalines/lemmy:0.12.1)... 0.12.1: Pulling from dessalines/lemmy ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries
Should I just wait for it to be built?
Okay I managed to get a successful arm build. Use this for lemmy:
0.12.2-rc.1
Thanks, now the images can be pulled. However I get an error with the lemmy_lemmy-ui_1 container:
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace thread 'main' panicked at 'Failed to load settings file: LemmyError { inner: No such file or directory (os error 2) }', crates/utils/src/settings/mod.rs:12:34
The other containers don’t show any error, but the website doesn’t load. Should I open a bug on github?
That’s not lemmy ui, its lemmy. And that means you’re missing the lemmy.hjson file. Open up an issue on github with the install guide you are following, as well as the logs.
I’ll try to redo the build, drone seems to be failing the ARM builds rn.
Why pulling from dessalines/lemmy ?
Just asking, never cloned this repository to mount my own instance.
Oh, I checked that https://github.com/dessalines/lemmy redirects to the current repo, so must be the old link.
This is with the docker-compose.yml config, set to pull the 0.12.1 build. But apparently it’s not yet live.