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: 5e1d1418095b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c1908bf80284
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 11, 2020

  1. dockerTools: Always set imageTag attribute

    The image tag can be specified or generated from the output hash.
    Previously, a generated tag could be recovered from the evaluated
    image with some string operations.
    
    However, with the introduction of streamLayeredImage, it's not
    feasible to compute the generated tag yourself.
    
    With this change, the imageTag attribute is set unconditionally,
    for the buildImage, buildLayeredImage, streamLayeredImage functions.
    roberth committed Jul 11, 2020
    Copy the full SHA
    8c0459f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Merge pull request #92934 from hercules-ci/dockerTools-set-imageTag

    dockerTools: Always set imageTag attribute
    roberth committed Jul 16, 2020
    Copy the full SHA
    c1908bf View commit details
    Browse the repository at this point in the history