Skip to content
This repository has been archived by the owner on Apr 12, 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/nixpkgs-channels
base: d64a36a2e7c2
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 39d3dd40a422
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on May 13, 2019

  1. nixos/tests/docker-tools: verify order of layers in stacked images

    (cherry picked from commit 5ef1223)
    nlewo committed May 13, 2019
    Copy the full SHA
    bf8a0be View commit details
    Browse the repository at this point in the history
  2. dockerTools: Fix the layer order

    The layer order was not correct when a parent image was used: parent
    image layers were above the new created layer.
    
    This commits simplifies the code related to layer ordering. In
    particular, layers in `layer-list` are ordered from bottom-most to
    top-most. This is also the order of layers in the `rootfs.diff_ids`
    attribute of the image configuration.
    
    (cherry picked from commit a5a5820)
    nlewo committed May 13, 2019
    Copy the full SHA
    39d3dd4 View commit details
    Browse the repository at this point in the history