nixpkgs/pkgs/build-support/docker
Viktor Kronvall b35440bfcf dockerTools: replace --no-clobber with --update=none
Since coreutils v9.2 the `--no-clobber` flag results in a non-zero exit
code when the destination files exist. Using `--update=none` will now
reproduce the old behavior of `--no-clobber`.

However, the `--update=none` flag was introduced in coreutils v9.3 and
thus `mergeImages` will fail if you have an older version than v9.3 in
stdenv after applying this commit.

[coreutils v9.3 changelog](f386722dc0/NEWS (L48))
2023-08-17 01:37:07 +09:00
..
test-dummy dockerTools: Fix test 2021-10-25 12:25:01 +02:00
default.nix dockerTools: replace --no-clobber with --update=none 2023-08-17 01:37:07 +09:00
detjson.py
examples.nix nixosTests.docker-tools: Fix nginx test 2022-12-08 22:29:10 +01:00
nix-prefetch-docker nix-prefetch-docker: handle overrides correctly 2023-04-03 21:12:13 +03:00
nix-prefetch-docker.nix treewide: stdenv.lib -> lib 2021-01-24 01:49:49 +01:00
stream_layered_image.py dockerTools.streamLayeredImage: resolve duplicate env vars 2021-03-25 23:29:54 +00:00
tarsum.go
tarsum.nix tarsum: init 2021-08-05 08:54:41 +10:00