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: 107215c1d0cf
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 01dacc84d41b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 15, 2019

  1. dockerTools.buildImage: preserve layers ordering at image repacking

    This patch preserves the ordering of layers of a parent image when the
    new image is packed.
    
    It is currently not the case: layers are stacked in the reverse order.
    
    Fixes #55290
    nlewo committed Feb 15, 2019
    Copy the full SHA
    da7cd82 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Merge pull request #55859 from nlewo/dockerTools-fix-55290

    dockerTools.buildImage: preserve layers ordering at image repacking
    lheckemann committed Feb 18, 2019
    Copy the full SHA
    01dacc8 View commit details
    Browse the repository at this point in the history