about summary refs log tree commit diff
path: root/nixos/tests/docker-tools.nix
diff options
context:
space:
mode:
authorAndrew Brooks <andrewgrantbrooks@gmail.com>2023-02-06 11:15:33 -0600
committerGitHub <noreply@github.com>2023-02-06 11:15:33 -0600
commitc66cabe33ea1f969ef9562feeef0a015b83a60b1 (patch)
tree797f3a5ce4a8a69996e050f9c1fd14b7c4304d61 /nixos/tests/docker-tools.nix
parenteb38ad04efae0ebcd7217c4ccace3da0102d85af (diff)
dockerTools: use more familiar terminology to describe test image
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
Diffstat (limited to 'nixos/tests/docker-tools.nix')
-rw-r--r--nixos/tests/docker-tools.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/docker-tools.nix b/nixos/tests/docker-tools.nix
index 09741858c82ea..06100f9d78426 100644
--- a/nixos/tests/docker-tools.nix
+++ b/nixos/tests/docker-tools.nix
@@ -3,7 +3,7 @@
 import ./make-test-python.nix ({ pkgs, ... }:
 let
   # nixpkgs#214434: dockerTools.buildImage fails to unpack base images
-  # containing duplicate rootfs diffs when those duplicate tarballs
+  # containing duplicate layers when those duplicate tarballs
   # appear under the manifest's 'Layers'. Docker can generate images
   # like this even though dockerTools does not.
   repeatedLayerTestImage =