Preparing a new set of bugs
Block or Report
Block or report ndeloof
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
1,840 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2022
Created 17 commits in 4 repositories
Created 1 repository
Created a pull request in moby/moby that received 5 comments
wsContainersAttach attach to stdin/out/err streams as requested
- What I did
attach/ws API applies stdlin/stdout/stderr parameters to select streams to attach to (as documented)
closes #43272
- How I did it
set …
+4
−4
•
5
comments
Opened 21 other pull requests in 6 repositories
docker/compose
10
merged
2
open
- recreate container after image has been rebuilt/pulled
- use docker/cli RunExec and RunStart to handle all the interactive/tty/* terminal logic
- don't fail trying to remove container with no candidate
- Bump Buildx to v0.8.0
- add support for device_cgroup_rules
- build full compose model from resources, then filter by services
- use plain text progress when ansi=never is set
- map --interactive to StdinOpen
- filter containers after project has been rebuilt from resources
- don't try to start dependencies when there are none
- support cache_from|to|no|pull
- report external volume name not found
moby/moby
2
open
1
closed
compose-spec/compose-spec
1
closed
1
open
compose-spec/compose-go
1
open
1
merged
docker/cli
1
merged
docker/docker.github.io
1
open
Reviewed 44 pull requests in 9 repositories
docker/compose
14 pull requests
- Remove DEPRECATED text, since it's just the default
- Bump github.com/spf13/cobra from 1.3.0 to 1.4.0
- ps: un-deprecate --filter, and enhance docs
- fix generated YAML missing an "examples" section, and update cli-docs-tool to v0.4.0
- add run with dependencies e2e test
- build full compose model from resources, then filter by services
- publish a draft release with auto generate release notes
- Fix json format for version command
- don't failed when trying to stop or rm services with no containers ru…
- Add -i and -t to run and exec
- CONTRIBUTING.md file. Update slack sign-up link
-
Support COMPOSE_IGNORE_ORPHANS for
compose run - Bump github.com/containerd/containerd from 1.6.0 to 1.6.1
- Bump compose-go 1.1.0
moby/moby
9 pull requests
- api: document MountPoint fields (swagger, godoc and docs)
- cleanup swagger multi-examples
- [20.10 backport] update containerd binary to v1.5.10
- vendor: github.com/containerd/containerd v1.5.10
- [20.10] update to go 1.16.15 to address CVE-2022-24921
- update to go 1.17.8 to address CVE-2022-24921
- distribution: retry downloading schema config on retryable error
- Header to explicit raw-stream implementation being used
- postImagesCreate does actually produce JSON sequence (rfc7464).
docker/docker-ce-packaging
6 pull requests
- [20.10 backport] rpmlint: fix "E: description-line-too-long"
- rpmlint: fix "E: description-line-too-long"
- [master] CentOS 7: use go-proxy to work around old git version
- [20.10 backport] CentOS 7: use go-proxy to work around old git version
- [20.10 backport] update to go 1.16.15 to address CVE-2022-24921
- [master] update to go 1.16.15 to address CVE-2022-24921
docker/cli
5 pull requests
compose-spec/compose-spec
3 pull requests
containerd/containerd
3 pull requests
docker/docker.github.io
2 pull requests
compose-spec/compose-go
1 pull request
docker/containerd-packaging
1 pull request
Created an issue in docker/compose that received 3 comments
[proposal] docker compose config --parameters to list compose file variables
Archived project Docker app offered an interesting feature regarding compose file variable interpolation. To avoid relying on uncontrolled environm…
3
comments