-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e5b98c871ecb
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ea6f55f83b94
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 1 file changed
- 1 contributor
Commits on Mar 13, 2018
-
dockerTools: dereference hard links in tar archives
This is to improve image creation reproducibility. Since the nar format doesn't support hard link, the tar stream of a layer can be different if a dependency of a layer has been built locally or if it has been fetched from a binary cache. If the dependency has been build locally, it can contain hard links which are encoded in the tar stream. If the dependency has been fetched from a binary cache, the tar stream doesn't contain any hard link. So even if the content is the same, tar streams are different.
Configuration menu - View commit details
-
Copy full SHA for 346996c - Browse repository at this point
Copy the full SHA 346996cView commit details -
dockerTools: add --sort=name options on all tar calls
This is to go to a reproducible image build. Note without this options image are identical from the Docker point of view but generated docker archives could have different hashes.
Configuration menu - View commit details
-
Copy full SHA for ac0c491 - Browse repository at this point
Copy the full SHA ac0c491View commit details
Commits on Mar 21, 2018
-
Merge pull request #36906 from nlewo/pr/docker-reproducible
Improve Docker image build reproducibility
Configuration menu - View commit details
-
Copy full SHA for ea6f55f - Browse repository at this point
Copy the full SHA ea6f55fView commit details
There are no files selected for viewing