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: 645522a97177
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6b21029d3939
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Mar 8, 2020

  1. nixosTests.docker-tools: add bulk-layer test

    A regression test for #78744.
    
    (cherry picked from commit baa78de)
    Signed-off-by: Domen Kožar <domen@dev.si>
    nlewo authored and domenkozar committed Mar 8, 2020
    Copy the full SHA
    c34efec View commit details
    Browse the repository at this point in the history
  2. nixosTests.docker-tools: Port to Python

    tfc authored and domenkozar committed Mar 8, 2020
    Copy the full SHA
    f85b4f1 View commit details
    Browse the repository at this point in the history
  3. buildLayeredImage: Allow empty store, no paths to add

    This is useful when buildLayeredImage is called in a generic way
    that should allow simple (base) images to be built, which may not
    reference any store paths.
    
    (cherry picked from commit 6dab1b5)
    Signed-off-by: Domen Kožar <domen@dev.si>
    roberth authored and domenkozar committed Mar 8, 2020
    Copy the full SHA
    6b21029 View commit details
    Browse the repository at this point in the history