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: 1095c414a67f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d35dcb128047
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on May 2, 2018

  1. dockerTools.pullImage: Skopeo pulls images by digest

    Skopeo is used to pull images from a Docker registry (instead of a
    Docker deamon in a VM).
    
    An image reference is specified with its name and its digest which is
    an immutable image identifier (unlike image name and tag).
    
    Skopeo can be used to get the digest of an image, for instance:
    $ skopeo inspect docker://docker.io/nixos/nix:1.11 | jq -r '.Digest'
    nlewo authored and globin committed May 2, 2018
    Configuration menu
    Copy the full SHA
    7368487 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d35dcb1 View commit details
    Browse the repository at this point in the history