Michael Malyshev

Results 64 comments of Michael Malyshev

@tonistiigi I have the exactly the same problem with buildkit 0.23.1 (not sure whether it works on other versions though). I have a buildkitd.toml that looks like this **UPDATE:** well,...

> [@rucoder](https://github.com/rucoder) Is the problem in your case that you are setting the insecure properties to wrong host? If you want to to mirror Docker Hub (TLS) with a local...

I have the same problem: 1. I'm using DNS server to hijack registry-1.docker.io and point it to harbor. it is done to implement a transparent cache for github runners. 2....

I started work here https://github.com/goharbor/harbor/compare/main...rucoder:harbor:rucoder/transparent-proxy-cache I'm planing to com back to it in August **TODO:** 1. UI should allow projects that have '/' in the name e.g. 'lfedge/eve' 2. API...

@deitch are you going to put a lock across "read-modify-write" sequence or just around write? in the later case you may need "read-merge-write" > we don't care quite as much...

> Isn't riscv64 missing? > > --- > > > You can follow this pattern > > I don't think it is a good idea to copy all this lines...

> The change is huge. It should come with an extensive test plan to check for regressions in any component. I also don't understand why we need v2 and a...

> > I also don't understand why we need v2 and a specific RT branch in general. We tested RT before without any extra changes and it was ok. >...

as @OhmSpectator pointed out offline we need to check how consistent our memory settings are. Pillar may use kernel command line arguments to update memory limits, however the only source...