ubergeek77 / Lemmy-Easy-Deploy

Deploy Lemmy the easy way!
MIT License
133 stars 14 forks source link

No images for amd64 #88

Closed Soulism-dev closed 2 months ago

Soulism-dev commented 6 months ago

Did you check the FAQ & Troubleshooting section for answers to common questions and issues?

Yes

Describe the issue

When trying to run Lemmy-Easy-Deploy, I get an error saying there are no Lemmy Backend images available for amd64 architecture

Finding the best available Backend image, please wait...
! ghcr.io/ubergeek77/lemmy:0.19.3 is not available for amd64
! Checking backup image at dessalines/lemmy:0.19.3...
ERROR: A Lemmy Backend image for your architecture is not available (amd64)
If you are confident that this image exists for 'amd64', please report this as an issue:
    https://github.com/ubergeek77/Lemmy-Easy-Deploy/issue

As far as I know, there should be backend images for amd64. I'm running this on a mostly-default Oracle Cloud VM with Ubuntu. The only previous issue I had with Lemmy-Easy-Deploy was that my user wasn't added to the Docker group, but I fixed that easily. I previously had issues trying to set up Lemmy with Docker where Docker would try to autolaunch D-Bus and fail, if that's relevant at all.

Diagnostic Information

Run ./deploy.sh -d and paste the output below:


ubuntu@lemmy-soulism-net-v1:~/lemmy-easy/Lemmy-Easy-Deploy$ ./deploy.sh -d

==== Docker Information ==== Detected runtime: docker (Docker version 24.0.2, build cb74dfc) Detected compose: docker compose (Docker Compose version v2.18.1) Runtime state: OK

==== System Information ==== OS: Linux KERNEL: 5.4.0-1100-oracle (x86_64) HOSTNAME: OK SHELL: bash MEMORY: total used free shared buff/cache available Mem: 970M 211M 101M 1.8M 658M 598M Swap: 0B 0B 0B

DISTRO:

NAME="Ubuntu" PRETTY_NAME="Ubuntu 18.04.6 LTS" VERSION_CODENAME=bionic UBUNTU_CODENAME=bionic

==== Lemmy-Easy-Deploy Information ==== Version: 1.3.3

IMAGE CREATED STATUS

Integrity: 2cd5fe103e2d1d703edd5b2368a302e2aa56f005044b5aa182dfcb50e4803b02 ./deploy.sh 92c95dfc886792b8df2e9fffb540fc71a35c3bc6fd6c7662134da1545a79457a ./templates/Caddy-Dockerfile.template c1202e70662dd2228da36a35a0f38ec8fc81bec8964d7315d02e8671a58dd7d7 ./templates/Caddyfile.template 2537678c7971df36c1ed95f4228d3cfcb15bb4a28a60d939eaf8dd75b5d64a36 ./templates/cloudflare.snip c494a610bcb4cd1cfc0a4fe4fb0f6d437b2a84a0ad1625daee240e6dd6f1c910 ./templates/compose-email-volumes.snip c9cb4c5fee12930e17798a02ae1bd12e2dc69e149a394c24511bc9d4e6b776d4 ./templates/compose-email.snip 09b990908d667411c9089b6848cf63d30ad3e76b1e560747833c3cc241ab95a4 ./templates/docker-compose.yml.template 1c202b1b6e87c65b2fcda6035c9fe3f8631d76662907ffd38f24b14686e30647 ./templates/lemmy-email.snip c834cdce9eaf77f38155b404724fdfe66845575386ee516987452aa715642a6f ./templates/lemmy.hjson.template

Custom Files: No custom files

==== Settings ==== CLOUDFLARE: No CADDY_DISABLE_TLS: false CADDY_HTTP_PORT: 80 CADDY_HTTPS_PORT: 443 LEMMY_TLS_ENABLED: true ENABLE_EMAIL: false SMTP_PORT: 25 ENABLE_POSTFIX: false POSTGRES_POOL_SIZE: 5

==== Generated Files ==== No files generated

ubuntu@lemmy-soulism-net-v1:~/lemmy-easy/Lemmy-Easy-Deploy$

ubergeek77 commented 2 months ago

I believe this may have been either an intermittent network issue, or perhaps 0.19.3 images weren't ready yet.

My images are up to date for 0.19.3 for all architectures, and I now have 0.19.4 images as well.

Please let me know if you continue to have issues with ARM images!