Commit Graph

15 Commits

Author SHA1 Message Date
Jan Tojnar
83c2ad80ca doc: re-format 2019-09-18 22:12:54 +02:00
worldofpeace
cd518845e2 doc/stdenv: document meson variables 2019-09-17 21:30:09 -04:00
Graham Christensen
abf82a18fb doc/functions/dockertools.xml: clarify that "Commands" means shell commands
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2019-08-15 09:47:05 -04:00
Graham Christensen
8adaae2df2 dockertools.buildLayeredImage: default layer count up to 100 2019-08-12 19:59:40 -04:00
Graham Christensen
2e6a16f2bd dockerTools: document extraCommands 2019-08-12 19:56:57 -04:00
Jan Tojnar
a3f2131eb6 doc: Use prompt more often 2019-06-17 13:25:50 +02:00
Jan Tojnar
3c14bda7f5 doc: fix spurious whitespace 2019-06-17 12:28:26 +02:00
Jaka Hudoklin
c087b608e8 Merge pull request #58360 from xtruder/pkgs/dockerTools/nix-prefetch-docker
dockerTools: add nix-prefetch-docker script
2019-04-06 14:44:19 +02:00
Jaka Hudoklin
c1f0d19785 dockerTools: add nix-prefetch-docker script 2019-04-06 14:16:40 +02:00
Jaka Hudoklin
468df177c4 dockerTools: add finalImageName parameter for pullImage 2019-03-26 19:35:14 +01:00
Wael Nasreddine
a7f4fd0014 doc: format the documentation (#57102) 2019-03-08 21:07:11 -08:00
Jörg Thalheim
dadc7eb329 treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Alexandre Esteves
9e7625983b Fix typos in docker tools docs 2019-01-30 16:37:43 +00:00
Graham Christensen
c07ba7c856 nixpkgs docs: Reformat 2018-10-02 15:59:59 -04:00
Graham Christensen
8bf342ffb8 nixpkgs docs: move dockertool to its own file 2018-10-02 14:13:12 -04:00