Sebastiaan van Stijn

Results 642 issues of Sebastiaan van Stijn

carries https://github.com/armon/go-radix/pull/12 closes https://github.com/armon/go-radix/pull/12 relates to https://github.com/moby/libnetwork/pull/2581

I've been meaning to post this proposal (had some notes for this for some time), so decided to post my draft here. The compose-spec currently allows users to define how...

Proposal 💡

- Relates to https://github.com/docker/compose/issues/3874 - Relates to https://github.com/docker/cli/issues/1198 - Relates to https://github.com/docker/buildx/issues/1028 - Relates to https://github.com/docker/bake-action/issues/65 - Relates to https://github.com/docker/compose/issues/2294 - Relates to https://github.com/compose-spec/compose-spec/issues/229 - Relates to https://github.com/docker/compose/issues/4851 - Relates...

I notice I keep running into this, so let me open an issue; When writing table-tests, I usually combine "happy" and "unhappy" tests, which means that for some tests, I'd...

Apps that were installed with `docker app install` show up both as app, and as stack; ```bash docker app ls INSTALLATION APPLICATION LAST ACTION RESULT CREATED MODIFIED REFERENCE myinstallation myotherapp...

The single-file / split-file format currently uses a fixed order for the files that are combined; this approach may not be future-proof / extensible for future enhancements (for example; multiple...

kind/enhancement

Per discussion on https://github.com/docker/docker/pull/28143#discussion_r86945453, we should have a way to detect if labels on an issue were manually corrected. This may be a difficult one, but initial thoughts; - add...

kind/enhancement
areas/operations

### libcontainerd/supervisor: remove unused RWMutex This RWMutex was added in https://github.com/moby/moby/commit/9c4570a958df42d1ad19364b1a8da55b891d850a (https://github.com/moby/moby/pull/20662), and used in the `remote.Client()` method. Commit https://github.com/moby/moby/commit/dd2e19ebd58cd8896d79b4b8db61144b93717b33 (https://github.com/moby/moby/pull/37149) split the code for client and daemon, but did...

area/runtime
status/2-code-review
area/daemon

- follow-up to / depends on https://github.com/moby/moby/pull/43945 (only the last commit is new) ## Add support for custom containerd.toml config When starting containerd as a child process of dockerd, we...

area/runtime
kind/enhancement
impact/changelog
docs/revisit
area/daemon
impact/documentation

learned about this linter through https://github.com/docker/compose/pull/9738 This linter checks for redundant or incorrect "nolint" comments; https://github.com/ashanbrown/nolintlint **- A picture of a cute animal (not mandatory but encouraged)**

status/2-code-review
area/testing