Merge pull request #12131 from steveeJ/rkt
fixup! rkt: align stage1 information with upstream source
This commit is contained in:
commit
0fa58f4e01
|
@ -2,11 +2,11 @@
|
||||||
, fetchurl, fetchFromGitHub }:
|
, fetchurl, fetchFromGitHub }:
|
||||||
|
|
||||||
let
|
let
|
||||||
coreosImageRelease = "835.9.0";
|
coreosImageRelease = "794.1.0";
|
||||||
coreosImageSystemdVersion = "225";
|
coreosImageSystemdVersion = "222";
|
||||||
|
|
||||||
# TODO: track https://github.com/coreos/rkt/issues/1758 to allow "host" flavor.
|
# TODO: track https://github.com/coreos/rkt/issues/1758 to allow "host" flavor.
|
||||||
stage1Flavours = [ "coreos" ];
|
stage1Flavours = [ "coreos" "fly" ];
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
version = "0.14.0";
|
version = "0.14.0";
|
||||||
|
@ -21,8 +21,8 @@ in stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
stage1BaseImage = fetchurl {
|
stage1BaseImage = fetchurl {
|
||||||
url = "http://stable.release.core-os.net/amd64-usr/${coreosImageRelease}/coreos_production_pxe_image.cpio.gz";
|
url = "http://alpha.release.core-os.net/amd64-usr/${coreosImageRelease}/coreos_production_pxe_image.cpio.gz";
|
||||||
sha256 = "51dc10b4269b9c1801c233de49da817d29ca8d858bb0881df94dc90f7e86ce70";
|
sha256 = "05nzl3av6cawr8v203a8c95c443g6h1nfy2n4jmgvn0j4iyy44ym";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ autoconf automake go file git wget gnupg1 squashfsTools cpio ];
|
buildInputs = [ autoconf automake go file git wget gnupg1 squashfsTools cpio ];
|
||||||
|
|
Loading…
Reference in New Issue