Skip to content

Commit

Permalink
docker-edge: 17.06 -> 17.07
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus authored and fpletz committed Aug 30, 2017
1 parent 5d4a54c commit 693d240
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
15 changes: 15 additions & 0 deletions pkgs/applications/virtualization/docker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ rec {
};
};

# Get revisions from
# https://github.com/docker/docker-ce/blob/v${version}/components/engine/hack/dockerfile/binaries-commits

docker_17_06 = dockerGen rec {
version = "17.06.1-ce";
rev = "874a7374f31c77aca693d025101b2de1b20b96c2"; # git commit
Expand All @@ -180,4 +183,16 @@ rec {
tiniRev = "949e6facb77383876aeff8a6944dde66b3089574";
tiniSha256 = "0zj4kdis1vvc6dwn4gplqna0bs7v6d1y2zc8v80s3zi018inhznw";
};

docker_17_07 = dockerGen rec {
version = "17.07.0-ce";
rev = "87847530f7176a48348d196f7c23bbd058052af1"; # git commit
sha256 = "0zw9zlzbd7il33ch17ypwpa73gsb930sf2njnphg7ylvnqp8qzsp";
runcRev = "2d41c047c83e09a6d61d464906feb2a2f3c52aa4";
runcSha256 = "0v5iv29ck6lkxvxh7a56gfrlgfs0bjvjhrq3p6qqv9qjzv825byq";
containerdRev = "3addd840653146c90a254301d6c3a663c7fd6429";
containerdSha256 = "0as4s5wd57pdh1cyavkccpgs46kvlhr41v07qrv0phzffdhq3d5j";
tiniRev = "949e6facb77383876aeff8a6944dde66b3089574";
tiniSha256 = "0zj4kdis1vvc6dwn4gplqna0bs7v6d1y2zc8v80s3zi018inhznw";
};
}
5 changes: 3 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13815,10 +13815,11 @@ with pkgs;
};

inherit (callPackage ../applications/virtualization/docker { })
docker_17_06;
docker_17_06
docker_17_07;

docker = docker_17_06;
docker-edge = docker_17_06;
docker-edge = docker_17_07;

docker-proxy = callPackage ../applications/virtualization/docker/proxy.nix { };

Expand Down

0 comments on commit 693d240

Please sign in to comment.