Skip to content

Commit

Permalink
Use newer dockerhub nixos/nix image as base image (#28)
Browse files Browse the repository at this point in the history
Use the current latest of nixos/nix container image as the base image
for the Dockerfile template.

I heard that the r10e-docker build had an issue on macOS/M3 when the
older base image was used, and switching to this latest version resolved
the issue.

Thank @wmagda for reporting the issue and finding the fix.
  • Loading branch information
syncom authored Feb 1, 2024
1 parent fcef174 commit 4804a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/r10e-docker/files/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The following information is from https://hub.docker.com/r/nixos/nix/tags
FROM nixos/nix:2.9.0@sha256:13b257cd42db29dc851f9818ea1bc2f9c7128c51fdf000971fa6058c66fbe4b6 as image_builder
FROM nixos/nix:2.20.1@sha256:bbd436fac4b50712fb065c3cb1d74702aa9d731cc6cc702dbba20a9ccb2d8769 as image_builder

#########################################################
# Step 1: Prepare nixpkgs for reproducible (r10e) builds
Expand Down

0 comments on commit 4804a22

Please sign in to comment.