nixpkgs/pkgs/build-support/docker
Austin Seipp c36c048c0e dockerTools: mark store-path-to-layer.sh as executable
bcf54ce5bb introduced a treewide change to
use ${stdenv.shell} where-ever possible. However, this broke a script
used by dockerTools, store-path-to-layer.sh, as it did not preserve the
+x mode bit. This meant the file got put into the store as mode 0444,
resulting in a build-time error later on that looked like:

    xargs: /nix/store/jixivxhh3c8sncp9xlkc4ls3y5f2mmxh-store-path-to-layer.sh: Permission denied

However, in a twist of fate, bcf54ce5bb
not only introduced this regression but, in this particular instance,
didn't even fix the original bug: the store-path-to-layer.sh script
*still* uses /bin/sh as its shebang line, rather than an absolute path
to stdenv. (Fixing this can be done in a separate commit.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-02-21 08:30:47 -06:00
..
default.nix dockerTools: mark store-path-to-layer.sh as executable 2019-02-21 08:30:47 -06:00
detjson.py dockerTools: private registry support 2016-01-27 21:13:07 +00:00
examples.nix Merge pull request #52870 from xtruder/pkgs/dockerTools/buildLayeredImage/extraCommands 2019-01-10 19:00:19 +01:00
store-path-to-layer.sh dockerTools.buildLayeredImage: init 2018-09-26 17:54:14 -04:00
tarsum.go dockerTools.tarsum: Fix upstream import 2018-03-26 18:47:31 +02:00