nils måsén

Results 390 comments of nils måsén

It seems like you would be better off using https://github.com/crazy-max/diun instead. The core of watchtower is implemented using communication with the docker service, requiring to pull the images. You could...

In the manifest (image meta data) there is a `Created` field that shows when the tag was updated. The problem is of course that if you only check if that...

I meant the image's `Created` field. It shows when the image/tag was created and could be used to judge how long ago the image was last updated. And this is...

I don't see anything about # in the docs, but I think it would be `0 0 10 1-7 * SUN`.

Seems like there was some kind of temporary network error. During your first session, it only warned you that it could not perform a "cheap" check for updates, falling back...

@UniverseXXX and @hoorna what part do you mean is the same? Do you also get the `invalid character 'S' looking for beginning of value` reason? I don't see how docker-compose...

The message is a bit cryptic, but what it means is that the repository responds with something that is not valid JSON. Instead of starting with `{`, it starts with...

Since #1528 was opened for the 404 errors, let's use it for those errors, since it seems to be something different from the original issue here.

@notDavid it's closed because the issue is fixed in our code base. If you want to test it before it's released you can use the `containrrr/watchtower:latest-dev`, but since it's bleeding...

@lordraiden It's not an error, but rather a warning. If you don't care about the warning you can turn it off. It means that watchtower gets an invalid response from...