Paweł Gronowski

Results 122 issues of Paweł Gronowski

I couldn't reproduce the flakiness on my Windows machine, but noticed that the run command itself takes a very long time to start. Maybe the removal in such case can...

platform/windows
status/2-code-review
area/testing

Resolve checks if the manifest size is below a reasonable maximum size. This fixes a bug which makes the Resolve fail for blobs over 4MiB due to the check being...

needs-ok-to-test

**- What I did** Implemented `docker import` for containerd integration **- How I did it** Write the blob to the content store, calculate the uncompressed data digest and create a...

status/1-design-review
area/images
area/daemon
containerd-integration

- Upstreams: https://github.com/rumpl/moby/pull/13 **- What I did** Implement `docker tag` for containerd image store. **- How I did it** See individual commits. **- How to verify it** ```bash $ docker...

area/api
area/images
area/daemon
containerd-integration

- fixes: https://github.com/moby/moby/issues/44900 - related to: https://github.com/moby/moby/pull/42276 https://github.com/moby/moby/pull/42276 replaced the function we used to check whether AppArmor is supported on the host from the one in `runc/libcontainer/apparmor` to `containerd/pkg/apparmor`. In...

area/security/apparmor
area/runtime
status/2-code-review

Upstreams: - https://github.com/rumpl/moby/pull/126 Make images without tag show correctly in the `docker image ls` output. Before: ```bash $ docker pull docker.io/library/busybox@sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627cdocker.io/library/busybox@sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c $ docker image ls REPOSITORY TAG IMAGE ID CREATED...

status/2-code-review
area/images
containerd-integration

When working on images prune for containerd branch I noticed that the logic for parsing the filter value as boolean is duplicated in multiple places and each package has its...

area/api
status/2-code-review
kind/refactor

**- What I did** Updated shfmt to 3.6.0 Fixed inconsistent indendation in `contrib/dockerize-disk.sh` which wasn't detected by older version. **- How I did it** **- How to verify it** CI...

status/2-code-review
area/testing
area/project

- upstreams: https://github.com/rumpl/moby/pull/2 - upstreams: https://github.com/rumpl/moby/pull/74 - upstreams: https://github.com/rumpl/moby/pull/80 - upstreams: https://github.com/rumpl/moby/pull/15 Implement `docker push` under containerd image store. When pushing manifest lists that reference a content which is not...

area/api
status/2-code-review
area/images
containerd-integration

**- What I did** Removed Dockerfile.e2e. It seems to be unused. **- How I did it** Searched for any usages of this file **- How to verify it** Observe CI...

area/project