about summary refs log tree commit diff
path: root/pkgs/applications/virtualization/rkt
Commit message (Collapse)AuthorAge
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* rkt: add CVEszowoq2020-03-08
| | | | https://www.twistlock.com/labs-blog/breaking-out-of-coresos-rkt-3-new-cves/
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* switch users of "gnupg1" to plain "gnupg"Spencer Baugh2019-05-12
| | | | | | | gnupg is gnupg 2.2. gnupg1 is also gnupg 2.2, just with a few extra symlinks in the bin directory. None of these packages need those symlinks, and it's confusing for them to say they're depending on "gnupg1", so switch their dep to plain "gnupg".
* go_1_12: init at go 1.12Wael M. Nasreddine2019-03-02
|
* rkt: 1.29.0 -> 1.30.0Tim Steinbach2018-04-17
|
* rkt: needs libacl in LD_LIBRARY_PATH at runtimeJörg Thalheim2017-12-26
| | | | Rkt opens libacl at runtime to apply acls to the journal directory.
* rkt: 1.28.1 -> 1.29.0Tim Steinbach2017-10-05
|
* rkt: 1.28.0 -> 1.28.1Tim Steinbach2017-08-04
|
* rkt: 1.27.0 -> 1.28.0Tim Steinbach2017-07-29
|
* rkt: 1.26.0 -> 1.27.0Tim Steinbach2017-06-23
|
* rkt: 1.25.0 -> 1.26.0Tim Steinbach2017-05-25
|
* rkt: 1.24.0 -> 1.25.0Tim Steinbach2017-02-21
|
* rkt: 1.23.0 -> 1.24.0Tim Steinbach2017-02-05
|
* rkt: 1.22.0 -> 1.23.0Tim Steinbach2017-01-23
|
* rkt: 1.21.0 -> 1.22.0Tim Steinbach2017-01-11
|
* rkt: 1.20.0 -> 1.21.0Tim Steinbach2016-12-11
|
* rkt: 1.19.0 -> 1.20.0 (#20697)Tim Steinbach2016-11-26
|
* rkt: 1.18.0 -> 1.19.0Tim Steinbach2016-11-10
|
* rkt: 1.17.0 -> 1.18.0Tim Steinbach2016-11-05
|
* rkt: libsystemd fix (#19658)Derek Gonyeo2016-10-18
| | | | | As of systemd 231, the LD_LIBRARY_PATH fix applied in the installPhase of rkt's build was no longer valid, causing rkt to fail to work. This patch changes the path to point to the new location of libsystemd, which is in ${systemd.lib}.
* rkt: 1.15.0 -> 1.17.0Tim Steinbach2016-10-14
|
* rkt: 1.14.0 -> 1.15.0rushmorem2016-09-23
|
* rkt: 1.12.0 -> 1.14.0 (#18360)Stefan Junker2016-09-06
|
* rkt: 1.11.0 -> 1.12.0 (#17620)Stefan Junker2016-08-09
|
* rkt: fix default stage1 locationStefan Junker2016-07-22
|
* rkt: 1.10.1 -> 1.11.0Stefan Junker2016-07-22
|
* rkt: install stage1 ACIs to expected path (#17079)Stefan Junker2016-07-19
| | | Makes rkt's `--stage1-from-dir` CLI argument work.
* rkt: 1.9.1 -> 1.10.1 (#16895)Stefan Junker2016-07-14
|
* rkt: remove incompatible stage1-hostStefan Junker2016-06-24
|
* rkt: 1.9.0 -> 1.9.1Stefan Junker2016-06-24
|
* rkt: 1.8.0 -> 1.9.0Stefan Junker2016-06-23
|
* rkt: 1.7.0 -> 1.8.0Stefan Junker2016-06-09
|
* rkt: 1.5.1 -> 1.7.0 (#15958)Stefan Junker2016-06-08
|
* rkt: 1.4.0 -> 1.5.1Stefan Junker2016-05-05
|
* rkt: 1.2.0 -> 1.4.0Stefan Junker2016-04-23
|
* rkt: v1.1.0 -> v1.2.0Derek Gonyeo2016-03-22
|
* pkgs/rkt: 1.0.0 -> 1.1.0Stefan Junker2016-03-03
|
* rkt: reset stage1 to rkt's recommended versionCole Mickens2016-02-05
|
* rkt 0.15.0 -> 1.0.0 + trousersCole Mickens2016-02-04
|
* rkt: 0.14.0 -> 0.15.0Louis Taylor2016-01-15
|
* fixup! rkt: align stage1 information with upstream sourceStefan Junker2016-01-04
|
* Revert "rkt: align stage1 information with upstream source"Arseniy Seroka2016-01-04
|
* rkt: align stage1 information with upstream sourceStefan Junker2015-12-28
| | | | | | | | | We rely on the upstream tests and hence should not change the constellation. See: https://github.com/coreos/rkt/blob/v0.14.0/stage1/usr_from_coreos/coreos-common.mk Additionally add the "fly" stage1.
* rkt: bump version 0.13.0 -> 0.14.0, fixes #11885Derek Gonyeo2015-12-23
|
* rkt: bump version 0.12.0 -> 0.13.0Stefan Junker2015-12-15
|
* rkt: v0.11.0 -> 0.12.0Stefan Junker2015-11-28
|
* rkt: v0.10.0 -> 0.11.0Stefan Junker2015-11-17
| | | | | | Also prepare to support multiple stage1 flavors. The 'host' flavor would be preferred to reuse systemd components instead of downloading/unpacking/processing a CoreOS PXE image.
* rkt: bump to v0.10.0Stefan Junker2015-10-25
| | | | | | | | | * bump stage1 base image to v794.1.0 according to upstream release * make use of BUILDDIR environment variable to control output path * make use of the configure option for the stage1 image path and the stage1 base image path * fix homepage URL * add myself to the list of maintianers
* rkt: Don't download stage1 image during build.Ragnar Dahlén2015-09-03
| | | | | | | Second attempt to resolve this issue. Copies stage1 image into expected place manually. This has been improved in rkt master where there is a configure option for specifying the location of this file. Can update when next stable rkt is released.