EdwinKM
EdwinKM
As Docker Hub continues to impose more restrictions on pull limits, this ticket caught my attention. The solution proposed by Stitch10925 seems solid. Simply allow us to configure our own...
That said, the current implementation with labels can also be useful when creating a custom image based on an existing one (e.g., to add a script or modify something) while...
I’ve spent some time on this issue. The Docker Registry image can be set up as a [pull-through cache](https://docs.docker.com/docker-hub/image-library/mirror/#run-a-registry-as-a-pull-through-cache). But this only works for [one](https://github.com/rpardini/docker-registry-proxy?tab=readme-ov-file#why-not-use-dockers-own-registry-which-has-a-mirror-feature) upstream registry. The solution from...
@fmartinou ok, LSCR seems unrelated to this patch. If i use `image: lscr.io/linuxserver/sabnzbd:4.4.1` it will not work either. Validated with WUD version `fmartinou/whats-up-docker:feature__451_customizable_registry_url` and `getwud/wud:8.0.1` Assume it is [missing configuration](https://github.com/getwud/wud/tree/main/docs/configuration/registries/lscr)...
Not the maintainer, but this is actually how WUD is designed to work. WUD actively checks all tags in the registry and compares them against what’s running locally. It assumes...
Can I download this feature as a Docker image somewhere to test it with my local Docker Registry (behind a reverse proxy)? In the previous version, I could use image:...
@Maximilian-Nesslauer Does not seem to work. Probably a mistake on my side. All containers with "wud.registry.lookup.url" in the compose are down. It is commented in the started containers. But WUD...
no, i was expected the breaking change. It should start with this config (or missing the "wud.registry.lookup.image" line)? even if i disable WUD (wud.watch=true) for traefik and WUD itself it...
validated even with inspect: ``` docker inspect traefik --format '{{json .Config.Labels}}' |grep -i lookup ``` only "wud.registry.lookup.image" is present. Also note. The new property is "wud.registry.lookup.image" but the error is...
i am the only one running that feature. I would not suggest to use illogical label names for this one case.