-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 776f084cf1bc
head repository: NixOS/nixpkgs-channels
compare: e1b7493cfedb
Commits on Nov 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3ffda36 - Browse repository at this point
Copy the full SHA 3ffda36View commit details
Commits on Dec 5, 2018
-
Fixes several security issues. See https://jenkins.io/blog/2018/12/05/security-updates/.
Configuration menu - View commit details
-
Copy full SHA for 33e6c84 - Browse repository at this point
Copy the full SHA 33e6c84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93ba7aa - Browse repository at this point
Copy the full SHA 93ba7aaView commit details -
dockerTools.buildImage: support using a layered image in fromImage
Docker images used to be, essentially, a linked list of layers. Each layer would have a tarball and a json document pointing to its parent, and the image pointed to the top layer: imageA ----> layerA | v layerB | v layerC The current image spec changed this format to where the Image defined the order and set of layers: imageA ---> layerA |--> layerB `--> layerC For backwards compatibility, docker produces images which follow both specs: layers point to parents, and images also point to the entire list: imageA ---> layerA | | | v |--> layerB | | | v `--> layerC This is nice for tooling which supported the older version and never updated to support the newer format. Our `buildImage` code only supported the old version, so in order for `buildImage` to properly generate an image based on another image with `fromImage`, the parent image's layers must fully support the old mechanism. This is not a problem in general, but is a problem with `buildLayeredImage`. `buildLayeredImage` creates images with newer image spec, because individual store paths don't have a guaranteed parent layer. Including a specific parent ID in the layer's json makes the output less likely to cache hit when published or pulled. This means until now, `buildLayeredImage` could not be the input to `buildImage`. The changes in this PR change `buildImage` to only use the layer's manifest when locating parent IDs. This does break buildImage on extremely old Docker images, though I do wonder how many of these exist. This work has been sponsored by Target.
Configuration menu - View commit details
-
Copy full SHA for c88337c - Browse repository at this point
Copy the full SHA c88337cView commit details -
rWrapper: use runCommand, local build only
This seems more appropriate for a wrapper generator.
Configuration menu - View commit details
-
Copy full SHA for d2b467a - Browse repository at this point
Copy the full SHA d2b467aView commit details -
rstudioWrapper: use runCommand, local build only
This seems more appropriate for a wrapper generator.
Configuration menu - View commit details
-
Copy full SHA for 21d83e5 - Browse repository at this point
Copy the full SHA 21d83e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 851a529 - Browse repository at this point
Copy the full SHA 851a529View commit details
Commits on Dec 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 73dc9b4 - Browse repository at this point
Copy the full SHA 73dc9b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7a266d - Browse repository at this point
Copy the full SHA f7a266dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce728ce - Browse repository at this point
Copy the full SHA ce728ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b5963e - Browse repository at this point
Copy the full SHA 6b5963eView commit details -
- handles unicode filenames correctly (since 0.1.10) - switch to hopefully more reliable permantent URL for the default bundle (in 0.1.11)
Configuration menu - View commit details
-
Copy full SHA for d01082a - Browse repository at this point
Copy the full SHA d01082aView commit details
Commits on Dec 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5256cfd - Browse repository at this point
Copy the full SHA 5256cfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c9abf6 - Browse repository at this point
Copy the full SHA 0c9abf6View commit details -
Merge pull request #51528 from grahamc/buildImage-on-layered-image
dockertools buildImage: support new-style image specs
Configuration menu - View commit details
-
Copy full SHA for f7e67be - Browse repository at this point
Copy the full SHA f7e67beView commit details -
Merge pull request #51646 from worldofpeace/vivaldi/correct-hash
vivaldi: correct hash
Configuration menu - View commit details
-
Copy full SHA for 57c69ff - Browse repository at this point
Copy the full SHA 57c69ffView commit details -
Merge pull request #51634 from jokogr/u/pylint-2.2.2
pylint: 2.1.1 -> 2.2.2
Configuration menu - View commit details
-
Copy full SHA for b89978c - Browse repository at this point
Copy the full SHA b89978cView commit details -
Merge pull request #51581 from joachifm/rWrapper-local-runCommand
Implement R wrappers as local-only runCommand
Configuration menu - View commit details
-
Copy full SHA for f0dbbdf - Browse repository at this point
Copy the full SHA f0dbbdfView commit details -
Merge pull request #51565 from alyssais/jenkins
jenkins: 2.138.3 -> 2.150.1 (security!)
Configuration menu - View commit details
-
Copy full SHA for 1915bbf - Browse repository at this point
Copy the full SHA 1915bbfView commit details -
Merge pull request #50809 from sorki/wireguard_containers_wont_modprobe
wireguard: don't modprobe if boot.isContainer is set
Configuration menu - View commit details
-
Copy full SHA for 0eb2f4b - Browse repository at this point
Copy the full SHA 0eb2f4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc8c73d - Browse repository at this point
Copy the full SHA fc8c73dView commit details -
Merge pull request #51640 from das-g/tectonic-0.1.11
tectonic: 0.1.9 -> 0.1.11
Configuration menu - View commit details
-
Copy full SHA for 0ba6752 - Browse repository at this point
Copy the full SHA 0ba6752View commit details -
Merge pull request #51585 from veprbl/pr/tradcpp_aarch64_support
tradcpp: improved aarch64 support
Configuration menu - View commit details
-
Copy full SHA for dca1fe7 - Browse repository at this point
Copy the full SHA dca1fe7View commit details -
Merge pull request #51623 from taku0/flashplayer-32.0.0.101
flashplayer: 31.0.0.153 -> 32.0.0.101 [Critical security fix]
Configuration menu - View commit details
-
Copy full SHA for 4065217 - Browse repository at this point
Copy the full SHA 4065217View commit details -
Merge pull request #51592 from NixOS/yegortimoshenko-patch-1
yed: 3.18.1.1 -> 3.18.2
Configuration menu - View commit details
-
Copy full SHA for fc7eef5 - Browse repository at this point
Copy the full SHA fc7eef5View commit details -
Merge pull request #51648 from vbgl/ocaml-camlimages-5.0.1
ocamlPackages.camlimages: 5.0.0 -> 5.0.1
Configuration menu - View commit details
-
Copy full SHA for e1b7493 - Browse repository at this point
Copy the full SHA e1b7493View commit details
There are no files selected for viewing