Matt Bentley

Results 90 comments of Matt Bentley

Hmm interesting; haven't seen much in the way of other reports of this error. What docker engine version are you running and what version is the v2 registry you're pushing...

Since your v1 is just using http, you need to use the V1_USE_HTTP option. Check the README for instructions on how to use that as it also involves making sure...

Ah so I misinterpreted what you meant by: >I'm using the FQDN of the v1 registry, without https:// With you running such a new engine, it looks like you're hitting...

This seems to happen for me as well with Jenkins 1.624 and GitHub Pull Request Builder 1.26.2, not sure if the Jenkins version has anything to do with it. If...

I also see the same behavior on Windows 11 23H2 build `22631.2861`. I am running Ferdium 6.6.0. It seems that if I open Ferdium, close it, and re-open it, it...

This looks to be a duplicate of https://github.com/ivan-lednev/better-search-views/issues/16

I also have the use case where it would be helpful to be able to set a default browser per service. For example, I have my personal Gmail and work...

I also have a reverse proxy, nginx in my case. There is a pretty [detailed example in the nginx docs](http://nginx.org/en/docs/http/websocket.html) for how to configure websocket proxying but if anyone is...

Are you sure that it's using `101:102`? At the moment, I don't have and user/group configuration as acng is currently running as root, actually: ``` # docker top apt-cacher-ng UID...

Ah ok. In this case, the container isn't currently using that UID & GID. Typically the systemd service unit would use those but the container isn't but at the end...