Djordje Lukic

Results 17 issues of Djordje Lukic

### Description Some of the operations with containerd could leak a lease if the daemon is forcefully killed while working. Add a check at startup that lists and removes all...

status/0-triage
kind/feature
containerd-integration

### Description Trying to exec into a container that doesn't have `/etc/group` shows an error but then just lingers there for 10 seconds: ### Reproduce ```console root@b4f40d17b559:/go/src/github.com/docker/docker# ID=$(docker run -d...

area/runtime
status/0-triage
kind/bug
area/performance

### Description While working on https://github.com/moby/moby/pull/46634 I found that deleting an image that was built with a `--cache-from=IMG` will break `IMG`s history. This is due to the fact that we...

status/0-triage
kind/bug
area/images
containerd-integration

### Description With this `.dockerignore` file: ``` file ``` And this Dockerfile: ```dockerfile FROM scratch COPY file . ``` When I try to build the image I get this error:...

area/frontend

**Describe the bug** When loading a yaml with reference dirs, unmarshalling will fail if any yaml file in the reference dir is invalid, even if not used. **To Reproduce** First,...

bug

### Description dockerd has two limits for max concurrent downloads/uploads: ``` --max-concurrent-downloads int Set the max concurrent downloads (default 3) --max-concurrent-uploads int Set the max concurrent uploads (default 5) ```...

kind/feature
containerd-integration

**Is your feature request related to a problem? Please describe.** Making tapes for LLM TUIs is not easy with the current set of commands, I would like to have a...

enhancement