- 11 Dec, 2021 1 commit
-
-
fpletz authored
-
- 06 Nov, 2021 1 commit
-
-
Domen Kožar authored
Add git to the base image
-
- 27 Aug, 2021 1 commit
-
-
Peter Simons authored
Update Nix to 2.3.15
-
- 26 Aug, 2021 1 commit
-
-
Wael Nasreddine authored
-
- 21 Jun, 2021 1 commit
-
-
Peter Simons authored
update to Nix 2.3.12
-
- 20 Jun, 2021 1 commit
-
-
Pavol Rusnak authored
-
- 18 May, 2021 1 commit
-
-
Peter Simons authored
update to Nix 2.3.11
-
- 17 May, 2021 1 commit
-
-
Pavol Rusnak authored
-
- 05 May, 2021 1 commit
-
-
Mateusz Kowalczyk authored
This is a pre-requisite for builtins.fetchGit to work. This is especially painful to deal with if we're using flakes and flake-compat: we have this nice self-contained set of inputs but to use them in presence of any git dependencies, we have to first install git separately. Fixes #33
-
- 01 May, 2021 2 commits
-
-
Peter Simons authored
Lookup hostnames via /etc/hosts before asking DNS
-
Johannes Maier authored
Changes the order of lookups given in /etc/nsswitch.conf and thus resolves #35.
-
- 29 Dec, 2020 2 commits
-
-
Peter Simons authored
update to Nix 2.3.10
-
Pavol Rusnak authored
-
- 22 Dec, 2020 2 commits
-
-
Peter Simons authored
Download nix for the host architecture instead of x86_64
-
Ivan Babrou authored
This allows building locally for arm64 (see #28 as well).
-
- 20 Oct, 2020 1 commit
-
-
Peter Simons authored
Update the readme to warn users about the missing sandbox.
-
- 08 Oct, 2020 1 commit
-
-
Sebastian Staffa authored
-
- 10 Jun, 2020 2 commits
-
-
Peter Simons authored
Regression test for https://github.com/NixOS/docker/issues/21. Closes https://github.com/NixOS/docker/pull/22.
-
Peter Simons authored
This is the choice the installed Nix profile.sh script makes, too. Fixes https://github.com/NixOS/docker/issues/21.
-
- 08 Jun, 2020 1 commit
-
-
Peter Simons authored
-
- 06 May, 2020 2 commits
-
-
Peter Simons authored
Update to nix 2.3.4
-
Pavol Rusnak authored
This change also includes an addition of ARG instruction, so the installed nix version could be easily changed via docker build --build-arg NIX_VERSION=<version>
-
- 04 Oct, 2019 2 commits
-
-
Peter Simons authored
Checking the sha256 fingerprint of the downloaded archive doesn't accomplish anything for 2 reasons: (1) We download via HTTPS, so the archive is authenticated already. (2) This entire build runs on untrusted hardware, so verifying the input doesn't add any "security" anyway. Nobody knows what hub.docker.com does exactly while building that image.
-
Peter Simons authored
Closes https://github.com/NixOS/docker/pull/10 . Suggested-by:
Harley Laue <losinggeneration@gmail.com>
-
- 27 Jul, 2019 1 commit
-
-
Peter Simons authored
Set content of nsswitch.conf file
-
- 25 Jul, 2019 1 commit
-
-
Łukasz Jan Niemier authored
Fix #7
-
- 21 Jan, 2019 1 commit
-
-
Peter Simons authored
The new version has sandboxed builds enabled by default, which won't work in an unprivileged docker container, so we disable that feature by way of /etc/nix/nix.conf. Closes https://github.com/NixOS/docker/issues/6.
-
- 02 Nov, 2018 3 commits
-
-
Peter Simons authored
This saves 0.02 MiB. :-)
-
Peter Simons authored
Suggested by @domenkozar in https://github.com/NixOS/docker/pull/5. With this change, /var/cache/apk is empty at the time we try to clean it, so we must use --force to prevent the build from failing.
-
Peter Simons authored
First, run "nix-collect-garbage --delete-old" to clean out all unnecessary files, then "nix-store --verify --check-contents" the result.
-
- 15 Oct, 2018 2 commits
-
-
Domen Kožar authored
Bump to Nix 2.1.3
-
Domen Kožar authored
-
- 14 Sep, 2018 2 commits
-
-
Domen Kožar authored
Upgrade to Nix 2.1.1
-
Domen Kožar authored
-
- 22 Jun, 2018 2 commits
-
-
Peter Simons authored
Avoids regressions like https://github.com/NixOS/docker/issues/1.
-
Peter Simons authored
This reverts commit e166d64c. I assumed incorrectly that these settings are unnecessary, but in fact they are required so that users can execute nix commands *directly*, without going through a shell: $ docker run -it --rm nixos/nix nix-channel --list Error response from daemon: OCI runtime create failed: starting container process caused "exec: \"nix-channel\": executable file not found in $PATH": unknown. Fixes https://github.com/NixOS/docker/issues/1. I am sorry about the regression.
-
- 21 Jun, 2018 4 commits
-
-
Peter Simons authored
-
Peter Simons authored
Setting those values in the ONBUILD ENV makes sense, but the interactive environment doesn't need those definitions because /etc/profile.d/nix.sh provides all those variables for us.
-
Peter Simons authored
Without that variable, /etc/profile.d/nix.sh won't do anything.
-
Peter Simons authored
-