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 12:18:23 -0600
committerAndrew Brooks <andrewgrantbrooks@gmail.com>2023-02-06 12:18:23 -0600
commit298c543e55284a3be8e8785302883fb873e005af (patch)
tree7e74eafaa0350d98d8b95c4bf4e51066810c6a7c /nixos/tests/docker-tools.nix
parentc66cabe33ea1f969ef9562feeef0a015b83a60b1 (diff)
dockerTools: Specify 'latest' tag for repeated layer test image
Diffstat (limited to 'nixos/tests/docker-tools.nix')
-rw-r--r--nixos/tests/docker-tools.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/docker-tools.nix b/nixos/tests/docker-tools.nix
index 06100f9d78426..44b583ebcea55 100644
--- a/nixos/tests/docker-tools.nix
+++ b/nixos/tests/docker-tools.nix
@@ -39,6 +39,7 @@ let
     in pkgs.dockerTools.buildImage {
       fromImage = repeatedRootfsDiffs;
       name = "repeated-layer-test";
+      tag = "latest";
       copyToRoot = pkgs.bash;
       # A runAsRoot script is required to force previous layers to be unpacked
       runAsRoot = ''