Merge pull request #13155 from Valodim/patch-2
Reduce maxLayers to 70 in docker build
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
channelName ? "nixpkgs",
|
||||
channelURL ? "https://nixos.org/channels/nixpkgs-unstable",
|
||||
extraPkgs ? [ ],
|
||||
maxLayers ? 100,
|
||||
maxLayers ? 70,
|
||||
nixConf ? { },
|
||||
flake-registry ? null,
|
||||
uid ? 0,
|
||||
|
||||
Reference in New Issue
Block a user