Watchtower logs say no credentials for storjlabs

I am running my storagenode on a raspberry pi 3 B. I have freshly installed the watchtower & storagenode according to documentation.

The following command gives me these logs. What’s wrong with that “no credentials found”?
$ sudo docker logs watchtower

time=“2020-11-09T13:04:52Z” level=debug msg=“Checking containers for updated images”
time=“2020-11-09T13:04:52Z” level=debug msg=“Retrieving running containers”
time=“2020-11-09T13:04:52Z” level=debug msg=“Pulling storjlabs/watchtower:latest for /watchtower”
time=“2020-11-09T13:04:52Z” level=debug msg=“No credentials for storjlabs in /config.json”
time=“2020-11-09T13:04:52Z” level=debug msg="Got auth value: "
time=“2020-11-09T13:04:52Z” level=debug msg=“Got image name: storjlabs/watchtower:latest”
time=“2020-11-09T13:04:52Z” level=debug msg=“No authentication credentials found for storjlabs/watchtower:latest”
time=“2020-11-09T13:04:55Z” level=debug msg=“No new images found for /watchtower”
time=“2020-11-09T13:04:55Z” level=debug msg=“Pulling storjlabs/storagenode:latest for /storagenode”
time=“2020-11-09T13:04:55Z” level=debug msg=“No credentials for storjlabs in /config.json”
time=“2020-11-09T13:04:55Z” level=debug msg="Got auth value: "
time=“2020-11-09T13:04:55Z” level=debug msg=“Got image name: storjlabs/storagenode:latest”
time=“2020-11-09T13:04:55Z” level=debug msg=“No authentication credentials found for storjlabs/storagenode:latest”
time=“2020-11-09T13:04:57Z” level=debug msg=“No new images found for /storagenode”
time=“2020-11-09T13:04:57Z” level=debug msg=“Scheduled next run: 2020-11-10 06:33:05 +0000 UTC”

What did your watchtower start command look like?

sudo docker run -d --restart=always --name watchtower -v /var/run/docker.sock:/var/run/docker.sock storjlabs/watchtower storagenode watchtower --stop-timeout 300s --debug

I wanted to see the debug stuff so I would have more logs, besides that it’s entirely from the official documentation

Ok your start command looks fine, I don’t normally run my watchtower in debug mode so that is why your seeing what your seeing. Long as its pulling the correct image its fine. I would switch to the auto updater soon though and getting rid of docker all together and just use the binaries instead.