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: 78f09c9102ac
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b28d151ac9b9
Choose a head ref
  • 5 commits
  • 3 files changed
  • 4 contributors

Commits on May 1, 2018

  1. Configuration menu
    Copy the full SHA
    f5c0b3f View commit details
    Browse the repository at this point in the history
  2. nixos/docker-registry: cleanup module definition & enhance testcase

    The following changes have been applied:
    
    - the property `http.headers.X-Content-Type-Options` must a list of
      strings rather than a serialized list
    - instead of `/etc/docker/registry/config.yml` the configuration will be
      written with `pkgs.writeText` and the store path will be used to run
      the registry. This reduces the risk of possible impurities by relying
      on the Nix store only.
    - cleaned up the property paths to easy readability and reduce the
      verbosity.
    - enhanced the testcase to ensure that digests can be deleted as well
    - the `services.docker-registry.extraConfig` object will be merged with
      `registryConfig`
    
    /cc @ironpinguin
    Ma27 committed May 1, 2018
    Configuration menu
    Copy the full SHA
    593dc45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afd3136 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Configuration menu
    Copy the full SHA
    fe9096e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37871 from Ma27/docker-registry-enhancements

    nixos/docker-registry: add configuration options to support image deletions
    globin committed May 2, 2018
    Configuration menu
    Copy the full SHA
    b28d151 View commit details
    Browse the repository at this point in the history