fmartinou

Results 181 comments of fmartinou

Please remove the WUD state (the JSON file) and restart from scratch because it's likely the previous result that shows up.

> The b(0) means that regex is specifically only looking for version with a " .0 " at the end - I don't want to be informed about every minor...

Hi, I don't see any obvious mistake in your configuration 🤔 . There is maybe a bug when concurrent updates have to be applied using images from different registries. Can...

That's very strange 🤔 . Thanks for the feedback; I'll investigate.

Hi, There are 2 different situations I think: 1. A container is permanently created then a scheduler starts/stops it periodically 2. A scheduler creates/destroys an ephemeral container periodically **For the...

Hi, When the image is referring a sha256 digest and not an image, I try to inspect the image to get the matching tag using the `RepoTags` property. Unfortunately, not...

You're not crazy but... 😂 Here is a simple test you can do: 1. Get rid of all previous vaultwarden images ``` $ docker rmi vaultwarden/server:alpine vaultwarden/server:1.26.0-alpine vaultwarden/server@sha256:d73b431499dfd9c916f5d820eccdb13752366b1fb5ecdbb2d9ed86119ebc9271 ``` 2....

Hi, Thank you for the feedback 👍 . > i can see why you chose to scan and update containers since many users do that (i may be wrong, but...

Are these containers pulled from [lscr.io](https://fleet.linuxserver.io/)? If so, the support of this registry is not automatically enabled because it requires you to provide Github credentials. So you have to configure...

Hi, All docker image references as something like `${registry_fqdn}/${namespace}/${image_name}:${tag}` (eg `docker.io/fmartinou/wud:1.0.0`). For **official images**, the namespace is `library` and can be omitted when using the docker client. That's why, you...