Skip to content

Commit

Permalink
fix: make architecture explicit in pullImage
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 21, 2022
1 parent 5369447 commit f95165a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/from-image.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
alpine = nix2container.pullImage {
imageName = "alpine";
imageDigest = "sha256:115731bab0862031b44766733890091c17924f9b7781b79997f5f163be262178";
sha256 = "sha256-UHUcZBsoZ+DpAxroGPHkJ848sI9BF3iUia8RvUkfEC0=";
arch = "amd64";
sha256 = "sha256-o4GvFCq6pvzASvlI5BLnk+Y4UN6qKL2dowuT0cp8q7Q=";
};
in
nix2container.buildImage {
Expand Down

0 comments on commit f95165a

Please sign in to comment.