Home Assistant 7.1 Docker image keeps exiting on startup

7.1 keeps exiting on startup with Docker. I have removed all the images and re-downloaded but this doesnt help either. When I revert back to 6.6 all is good.

ee6554787e96 homeassistant/raspberrypi3-homeassistant:stable “/init” 15 seconds ago Exited (129) 6 seconds ago home-assistant

so adding that allowed the container to start up but now there is no internet connectivity past local connectivity so some of my integrations wont work along with nabu.casa

sudo docker run --init -d --name=“home-assistant” --privileged -e “TZ=America/Chicago” -v /home/pi/:/config --network=host --device /dev/ttyUSB0 --device /dev/ttyUSB1 homeassistant/raspberrypi3-homeassistant:stable

I should add reverting back to 6.6 brings the Internet back and all integrations working. The only difference would be I am running the above command without privileged on 6.6

You can also see I have network connectivity but Home-assistant doesnt think so.

docker exec -it homeassistant /bin/bash

bash-5.1# ping google.com

PING google.com (142.250.138.101): 56 data bytes

64 bytes from 142.250.138.101: seq=0 ttl=103 time=30.042 ms

64 bytes from 142.250.138.101: seq=1 ttl=103 time=31.918 ms

64 bytes from 142.250.138.101: seq=2 ttl=103 time=27.824 ms

64 bytes from 142.250.138.101: seq=3 ttl=103 time=30.415 ms

64 bytes from 142.250.138.101: seq=4 ttl=103 time=28.201 ms

^C

google.com ping statistics —

5 packets transmitted, 5 packets received, 0% packet loss

round-trip min/avg/max = 27.824/29.680/31.918 ms

bash-5.1# ping 192.168.1.254

PING 192.168.1.254 (192.168.1.254): 56 data bytes

64 bytes from 192.168.1.254: seq=0 ttl=254 time=9.016 ms

64 bytes from 192.168.1.254: seq=1 ttl=254 time=4.786 ms

64 bytes from 192.168.1.254: seq=2 ttl=254 time=5.121 ms