Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/docker
base: ed065ff4bdc1
Choose a base ref
...
head repository: NixOS/docker
compare: ded762e17ff4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 2, 2018

  1. Check and garbage collect the Nix store after the installation.

    First, run "nix-collect-garbage --delete-old" to clean out all unnecessary
    files, then "nix-store --verify --check-contents" the result.
    peti committed Nov 2, 2018
    Copy the full SHA
    22f17e0 View commit details
    Browse the repository at this point in the history
  2. Run "apk add" with "--no-cache" option.

    Suggested by @domenkozar in #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.
    peti committed Nov 2, 2018
    Copy the full SHA
    ded762e View commit details
    Browse the repository at this point in the history