-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker: add clientOnly / docker-client #124561
Conversation
Result of 1 package built successfully:
4 suggestions:
Result of 1 package built successfully:
4 suggestions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
passthru.tests
is wrong when clientOnly
is true
.
For testing, we should add an option to the docker module not to add cfg.package
to the systemPackages
. We can then parameterize the docker test and run it with docker-client
in systemPackages
.
I may get to this at some point but as we'll testing the client via the podman test I think that will suffice for now. |
Currently the docker client is only available on non-linux platforms as `docker`, this makes the client available on linux and other platforms as `docker-client`.
Currently the docker client is only available on non-linux platforms as
docker
,this makes the client available on linux and other platforms as
docker-client
.Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)