docker: 18.06.1 -> 18.09

This commit is contained in:
Tim Steinbach 2018-11-08 08:40:24 -05:00
parent e854a7a72f
commit ff2b0316b4
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA
2 changed files with 7 additions and 7 deletions

View File

@ -197,10 +197,10 @@ rec {
# Get revisions from
# https://github.com/docker/docker-ce/tree/v${version}/components/engine/hack/dockerfile/install/*
docker_18_06 = dockerGen rec {
version = "18.06.1-ce";
rev = "e68fc7a215d7133c34aa18e3b72b4a21fd0c6136"; # git commit
sha256 = "1bqd6pv5hga4j1s8jm8q5qdnfbjf8lw1ghdk0bw9hhqkn7rcnrv4";
docker_18_09 = dockerGen rec {
version = "18.09.0";
rev = "4d60db472b2bde6931072ca6467f2667c2590dff"; # git commit
sha256 = "0py944f5k71c1cf6ci96vnqk43d5979w7r82cngaxk1g6za6k5yj";
runcRev = "69663f0bd4b60df09991c08812a60108003fa340";
runcSha256 = "1l37r97l3ra4ph069w190d05r0a43s76nn9jvvlkbwrip1cp6gyq";
containerdRev = "468a545b9edcd5932818eb9de8e72413e616e86e";

View File

@ -16238,10 +16238,10 @@ with pkgs;
};
inherit (callPackage ../applications/virtualization/docker {})
docker_18_06;
docker_18_09;
docker = docker_18_06;
docker-edge = docker_18_06;
docker = docker_18_09;
docker-edge = docker_18_09;
docker-proxy = callPackage ../applications/virtualization/docker/proxy.nix { };