H
Homarr2w ago
Edgar

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
500 - Internal Server Error
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LC_ALL=C.UTF-8; export LANGUAGE=; docker compose --file '/srv/dev-disk-by-uuid-asdfadsf-f5fb-45ca-8f22-751b2110d0b7/compose/Homarr/Homarr.yml' --file "/srv/dev-disk-by-uuid-asdfadsf-f5fb-45ca-8f22-751b2110d0b7/compose/Homarr/compose.override.yml" --env-file '/srv/dev-disk-by-uuid-asdfadsf-f5fb-45ca-8f22-751b2110d0b7/compose/global.env' --env-file '/srv/dev-disk-by-uuid-2535d648-f5fb-45ca-8f22-751b2110d0b7/compose/Homarr/Homarr.env' up -d 2>&1': homarr Pulling homarr Error manifest unknown Error response from daemon: manifest unknown
500 - Internal Server Error
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LC_ALL=C.UTF-8; export LANGUAGE=; docker compose --file '/srv/dev-disk-by-uuid-asdfadsf-f5fb-45ca-8f22-751b2110d0b7/compose/Homarr/Homarr.yml' --file "/srv/dev-disk-by-uuid-asdfadsf-f5fb-45ca-8f22-751b2110d0b7/compose/Homarr/compose.override.yml" --env-file '/srv/dev-disk-by-uuid-asdfadsf-f5fb-45ca-8f22-751b2110d0b7/compose/global.env' --env-file '/srv/dev-disk-by-uuid-2535d648-f5fb-45ca-8f22-751b2110d0b7/compose/Homarr/Homarr.env' up -d 2>&1': homarr Pulling homarr Error manifest unknown Error response from daemon: manifest unknown
My current docker compose
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /srv/dev-disk-by-uuid-asdfadsf-f5fb-45ca-8f22-751b2110d0b7/Config/Homarr:/app/data/configs
- /srv/dev-disk-by-uuid-asdfadsf-f5fb-45ca-8f22-751b2110d0b7/homarr/icons:/app/public/icons
- /srv/dev-disk-by-uuid-asdfadsf-f5fb-45ca-8f22-751b2110d0b7/Config/Homarr/data:/data
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- '7575:7575'
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /srv/dev-disk-by-uuid-asdfadsf-f5fb-45ca-8f22-751b2110d0b7/Config/Homarr:/app/data/configs
- /srv/dev-disk-by-uuid-asdfadsf-f5fb-45ca-8f22-751b2110d0b7/homarr/icons:/app/public/icons
- /srv/dev-disk-by-uuid-asdfadsf-f5fb-45ca-8f22-751b2110d0b7/Config/Homarr/data:/data
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- '7575:7575'
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
Jump to solution
4 Replies
Cakey Bot
Cakey Bot2w ago
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?
obeythee
obeythee2w ago
your docker compose should look like this: services: homarr: container_name: homarr image: ghcr.io/homarr-labs/homarr:v1.0.0-beta.5
Yossi
Yossi2w ago
Use homarr:beta instead
Solution
Meierschlumpf
Meierschlumpf2w ago
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

Did you find this page helpful?