HomarrH
Homarr13mo 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



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'
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
Was this page helpful?