Skip to content
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/nixpkgs
base: bdf8162b9496
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1cf2c15f18ee
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 10, 2020

  1. Fix missing default-policy.json in skopeo

    We started having issues with `pkgs.dockerTools.pullImage`, were it
    would fail with:
    
    ```
    FATA[0000] Error loading trust policy: open /etc/containers/policy.json: no such file or directory
    ```
    
    It turns out that since `skopeo` was bumped to `0.1.40`, it was
    accidentally no longer being built with a default policy.
    
    This may happen again, see containers/skopeo#787
    
    (cherry picked from commit a646f4b)
    jcpetruzza authored and adisbladis committed Mar 10, 2020
    Copy the full SHA
    1cf2c15 View commit details
    Browse the repository at this point in the history