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”