Hi, I have installed hassio docker on ubuntu 16 & 18 many times. The past couple weeks everytime I try to install it I get a ‘invalid reference format’.
Im not sure what is causing it I couldnt find anyhting on google and I have searched a few times over the past week. I have installed other containers no problem, nothing has changed in my enviornment lately either. I run ubuntu 18 server (tried 16 as well) vm on a dell r720.
This doesnt bring my house down thankfully, I run home assistant docker (non-hassio). But I do have a couple family members and few friends I help with often. I normally have a hassio vm to test with when I need to, I just leave it powered off. I deleted this vm a couple weeks ago, thinking Id just rebuild it. But I havent been able to…any ideas would be greatly appreciated…I will paste some info below:
EDIT: Forgot to mention it does oddly create the hassio directory, but not anything inside that…maybe a permission issue but I did change the sec on /usr/share/hassio
[email protected]:/home/da# curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s
[Info] Install supervisor Docker container
invalid reference format
[email protected]:/home/da# curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s
--------------
[email protected]:/home/da# docker -v
Docker version 18.09.0, build 4d60db4
--------------
[email protected]:/home/da# docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
[email protected]:/home/da#
--------------
[email protected]:/home/da# docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
[email protected]:/home/da#
--------------
this is the command I run to install hassio normally...as root.
curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s
--------------
even though hassio wont install, home assistant docker will (i tried while troubleshooting). I use this command to install home assistant.
sudo docker run -d --name **=** "homeassistant" -v /home/homeassistant/.homeassistant:/config -v /etc/localtime:/etc/localtime:ro --net **=** host homeassistant/home-assistant
---------------
`Also, I do install the dependencies required first.`