Laura Brehm

Results 17 issues of Laura Brehm

**What I did:** I got a bit curious from what we discussed regarding a PoC using Cucumber, so I started playing around with it! It needs a ton of refactoring/reorganizing...

**- What I did** Cherry picked commits from @rumpl's https://github.com/rumpl/moby/tree/containerd-classic-builder, and some changes for consistency. **- How I did it** **- How to verify it** **- Description for the changelog**...

area/builder
status/2-code-review
area/builder/classic-builder
containerd-integration

**- What I did** Implement `GetContainerLayerSize` using the containerd snapshotter Upstreams: - https://github.com/rumpl/moby/pull/19 - https://github.com/rumpl/moby/pull/46 **- How I did it** **- How to verify it** After https://github.com/moby/moby/pull/44804 is merged, run:...

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

**- What I did** Implement `docker diff` with containerd store **- How I did it** Upstream: - https://github.com/rumpl/moby/pull/91 **- How to verify it** (run a container and create a file)...

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

**- What I did** Introduce a "hooks" mechanism for CLI plugins, which allows plugins to declare interest in being invoked after the execution of a docker CLI command. This works...

It's not uncommon, in certain scenarios, to use parens inside args. An example can be seen in the [Traefik docs here](https://doc.traefik.io/traefik/providers/docker/#constraints) (click `CLI` and look at the example), where it's...

**- What I did** Add exported functions to get/set values from `ConfigFile.Features` map introduced in https://github.com/docker/cli/commit/c5016c6d5ba4d8c6a4e258a926d46fe420b476f2. **- How I did it** Carefully. **- How to verify it** ```console go test...

kind/enhancement
status/2-code-review
area/testing
area/api

### Description This relates to https://github.com/docker/cli/pull/4376#discussion_r1535685827. When evaluating configured plugin hooks, the CLI should probably take aliases into account.

status/0-triage
area/plugins

**- What I did** Very hacky/WIP code that changes the plugin lib code to automatically instrument CLI plugins the same way we instrument CLI commands. ```terminal $ DOCKER_CLI_OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4321 ./build/docker compose...

**- What I did** WIP PR for discussion that adds support for the device-code flow OAuth login, when authenticating against the official registry. I'll follow up with another PR to...