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,601 contributions in the last year
Less
More
Activity overview
Contribution activity
April 2022
Created 16 commits in 4 repositories
Created a pull request in docker/compose that received 3 comments
add support for build secrets
What I did
add support for build-time secrets.
also let compose-go (re)build volume string to be used by engine bind API when we can't use mount
Re…
+74
−31
•
3
comments
Opened 13 other pull requests in 4 repositories
docker/compose
7
merged
1
open
- project name MUST be lowercase
- don't ignore error
-
pullto respect pull_policy - if command is ran with a compose file, apply the compose model
-
include services declared by
linksas implicit dependencies - inspect image ID after pull to se com.docker.compose.image
- use project we just created to start services
- get Tty from container to know adequate way to attach to
compose-spec/compose-go
2
merged
1
open
moby/moby
1
open
compose-spec/compose-spec
1
merged
Reviewed 27 pull requests in 4 repositories
docker/cli
14 pull requests
- update golang to 1.18.1
- [20.10 backport] update go to 1.17
- [20.10] vendor: docker/docker 20.10.14, docker/distribution v2.8.1, image-spec v1.0.2
- docs: deprecated: add entry for "fluent-async-connect" log-opt
- cli/command/image: remove use of docker/docker/pkg/urlutil
- Add Djordje Lukic and Nicolas De Loof to maintainers
- [20.10 backport] e2e: update docker-compose to 1.29.2
-
[20.10 backport] Fix incorrect pointer inputs to
json.Unmarshal - fix race condition in TestRemoveForce
- re-organize --help output
- cli/command: remove unused args from ResolveDefaultContext()
- client: local changes after engine update
- update status of deprecated features for 22.04 (docs, and some code)
- cli/command: fix documentation of CopyToFile mentioning ioutil
docker/compose
9 pull requests
- Fix cannot setup IPAM gateway
- add support for ppc64le for docker compose
- create also a checksums.txt file, add --binary
- if command is ran with a compose file, apply the compose model
- Remove Image during ensureImageExists so it does not impact config-hash
- Fix panic with down command when -p flag specified
- Fix search/replace typo in --no-TTY documentation
- use ssh config when building from compose up
- now we use directly the Docker CLI to run autoremove flag should be p…
moby/moby
3 pull requests
compose-spec/compose-go
1 pull request
Created an issue in moby/moby that received 2 comments
Mount API to support creating host path if missing
Description
docker/compose uses the mount API to create volumes, but has to rely on the legacy bind when missing host path must be created, as mount …
2
comments