Skip to content

Commit 0f8974c

Browse files
authored
Merge pull request nlewo#172 from lheckemann/workaround-layer-reproducibility-binary-cache-issue
buildImage: don't allow substitutes
2 parents b7467d7 + b356355 commit 0f8974c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ let
487487
in pkgs.runCommand "image-${baseNameOf name}.json"
488488
{
489489
inherit imageName meta;
490+
allowSubstitute = false;
490491
passthru = {
491492
inherit fromImage imageTag;
492493
# provide a cheap to evaluate image reference for use with external tools like docker

0 commit comments

Comments
 (0)