From ac8b0ac8d003451437dac90244e2f78882602729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20N=C3=BCtzi?= Date: Tue, 16 Dec 2025 01:11:51 +0100 Subject: [PATCH] fix: improve images --- nixos/tests/gitlab/runner/podman-runner/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/tests/gitlab/runner/podman-runner/default.nix b/nixos/tests/gitlab/runner/podman-runner/default.nix index 7398f26f0eed..bb71e44fbd9a 100644 --- a/nixos/tests/gitlab/runner/podman-runner/default.nix +++ b/nixos/tests/gitlab/runner/podman-runner/default.nix @@ -204,6 +204,7 @@ let in { # The Nix image. + # Similar to https://github.com/nix-community/docker-nixpkgs/blob/main/images/nix/default.nix. nix = pkgs.dockerTools.buildLayeredImage { name = imageNames.nix; tag = "latest"; @@ -226,7 +227,7 @@ let maxLayers = 2; }; - # This is the analog image to `local/nix` but alpine based. + # This is the analog image to `local/nix` but Alpine based. alpine = let # Update with: @@ -262,7 +263,7 @@ let maxLayers = 3; }); - # This is the analog image to `local/nix` but ubuntu based. + # This is the analog image to `local/nix` but Ubuntu based. ubuntu = let # Update with: