dockerTools: use more familiar terminology to describe test image

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
Andrew Brooks 2023-02-06 11:15:33 -06:00 committed by GitHub
parent eb38ad04ef
commit c66cabe33e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 =