Cannot pull the homarr beta
I'm using openmediavault. With the old homarr, everything was working without issues. Now I'm trying to use the new homarr, for some reason, it's not working while pulling. It seems like there's not image but i'm not sure.
Here the errors when trying to start
My current docker compose
Solution:Jump to solution
There is no latest image on the new artifactory yet as we haven't released anything else then the beta. As mentioned by the two above you can either use image tag
v1.0.0-beta.5
when you want to update versions manually or set it to beta
when you want to pull from time to time to get the newest beta release4 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
your docker compose should look like this:
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:v1.0.0-beta.5
Use homarr:beta instead
Solution
There is no latest image on the new artifactory yet as we haven't released anything else then the beta. As mentioned by the two above you can either use image tag
v1.0.0-beta.5
when you want to update versions manually or set it to beta
when you want to pull from time to time to get the newest beta release