Paweł Gronowski
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...
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...
**- 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...
- 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...
- 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...
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...
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...
**- 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...
- 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...
**- 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...