aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-06 13:00:32 +0000
committerFuwn <[email protected]>2021-05-06 13:00:32 +0000
commitf96b33ca15772e341471427259ffebd566dc7650 (patch)
treeddde69d93b8abed4ce7b4cb200f3f5817695d104
parentrefactor(make): use cargo-make task naming conventions (diff)
downloadwhirl-f96b33ca15772e341471427259ffebd566dc7650.tar.xz
whirl-f96b33ca15772e341471427259ffebd566dc7650.zip
docs(docker): sha256 notes
-rw-r--r--docker.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/docker.nix b/docker.nix
index 56af61e..1164bd8 100644
--- a/docker.nix
+++ b/docker.nix
@@ -15,6 +15,12 @@ let
imageName = "alpine";
imageDigest = "sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748";
# https://nixos.wiki/wiki/Docker
+ #
+ # The above article didn't even work for me, ROFL.
+ # `nix-build docker.nix` threw an error about the sha256 being
+ # incorrect, but it also spat our the expected sha256...
+ #
+ # so I just replaced it...
sha256 = "1z6fh6ry14m5cpcjfg88vn2m36garmgdagr4vfc3pm1z3kph639n";
finalImageTag = "alpine";
finalImageName = "3.13.5";