summary refs log tree commit diff
path: root/pkgs/tools/virtualization
Commit message (Collapse)AuthorAge
* cri-tools: 1.16.1 -> v1.17.0Sascha Grunert2019-12-16
| | | | Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* amazon-ecs-cli: enable on darwingege2512019-12-15
|
* ec2-utils: fix meta.licenseRenaud2019-11-29
| | | | It's licensed under Apache License 2.0 (asl20) and not under the Apple Public License 2.0 (apsl20)
* amazon-ecs-cli: 1.17.0 -> 1.18.0R. RyanTM2019-11-28
|
* Merge pull request #69098 from saschagrunert/cri-toolsSarah Brofeldt2019-11-19
|\ | | | | cri-tools: 1.15.0 -> 1.16.1
| * cri-tools: 1.15.0 -> 1.16.1Sascha Grunert2019-10-02
| | | | | | | | Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* | ec2-utils: init at 0.5.1, include in amazon-image profile (#67347)Jörg Thalheim2019-11-01
|\ \ | | | | | | ec2-utils: init at 0.5.1, include in amazon-image profile
| * | ec2-utils: init at 0.5.1Andrew Childs2019-08-23
| | |
* | | amazon-ecs-cli: 1.16.0 -> 1.17.0 (#71485)R. RyanTM2019-10-23
| | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/amazon-ecs-cli/versions
* | | amazon-ecs-cli: 1.15.1 -> 1.16.0R. RyanTM2019-09-25
| |/ |/| | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/amazon-ecs-cli/versions
* | Merge pull request #67332 from uvNikita/nixos-container/runFranz Pletz2019-09-14
|\ \ | | | | | | nixos-container: use systemd-run instead of nsenter
| * | nixos-container: use systemd-run instead of nsenterNikita Uvarov2019-08-23
| |/ | | | | | | | | This is the first step for unprivileged nixos containers support. Fixes #30019. See also #18825, #57083, and #67130.
* | Merge branch 'master' into stagingVladimír Čunát2019-09-02
|\ \
| * \ Merge pull request #67904 from sigma/pr/govmomi-0.21.0Maximilian Bosch2019-09-01
| |\ \ | | | | | | | | govc: 0.20.0 -> 0.21.0
| | * | govc: 0.20.0 -> 0.21.0Yann Hodique2019-09-01
| | | |
| * | | google-compute-config.nix: use sysctl snippets from gceFlorian Klink2019-09-01
| | | | | | | | | | | | | | | | | | | | We make them available at ${gce}/sysctl.d and add them to environments.etc, like we do with the systemd ones.
| * | | google-compute-engine: patch shebangs in $out/bin, properly patch systemctlFlorian Klink2019-09-01
| |/ /
* / / treewide: remove redundant recvolth2019-08-28
|/ /
* | treewide: name -> pnamevolth2019-08-17
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* cri-tools: 1.14.0 -> 1.15.0Sascha Grunert2019-08-14
| | | | | | | | - Fix go build process to include critest as well. - Fix GitHub repo location to be `kubernetes-sigs` - Add me as maintainer Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* mininet: 2.3.0d4 -> 2.3.0d6Matthieu Coudron2019-08-05
|
* google-compute-engine-oslogin: update /bin/bash substitutionOrivej Desh2019-07-29
|
* google-compute-engine-oslogin: 1.4.3 -> 1.5.3Orivej Desh2019-07-29
|
* distrobuilder: 2018_10_04 -> 2019_10_07Meghea Iulian2019-07-19
|
* amazon-ecs-cli: 1.14.1 -> 1.15.1R. RyanTM2019-07-14
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/amazon-ecs-cli/versions
* treewide: use dontUnpackworldofpeace2019-07-01
|
* buildPerlPackage: name -> (pname, version)volth2019-06-20
|
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* Merge pull request #62701 from dtzWill/update/podman-cni-and-containers-oh-myFranz Pletz2019-06-07
|\ | | | | podman, cni{,-plugins}, cri*: updates
| * cri-tools: nixpkgs-fmtWill Dietz2019-06-04
| |
| * cri-tools: 1.0.0-alpha.0 -> 1.14.0Will Dietz2019-06-04
| |
* | Merge pull request #62699 from dtzWill/update/udocker-1.1.3Will Dietz2019-06-06
|\ \ | | | | | | udocker: 1.1.1 -> 1.1.3
| * | udocker: 1.1.1 -> 1.1.3Will Dietz2019-06-04
| |/ | | | | | | https://github.com/indigo-dc/udocker/releases/tag/v1.1.3
* | Merge pull request #60029 from Ma27/configure-ipv4-for-imperative-containerRobin Gloster2019-06-06
|\ \ | | | | | | nixos-container: allow setting custom local and host address
| * | nixos-container: allow setting custom local and host addressMaximilian Bosch2019-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I have a nixops network where I deploy containers using the `container` backend which uses `nixos-container` intenrally to deploy several containers to a certain host. During that time I removed and added new containers and while trying to deploy those to a different host I realized that it isn't guaranteed that each container gets the same IP address which is a problem as some parts of the deployment need to know which container is using which IP (i.e. to configure port forwarding on the host). With this change you can specify the container's IP like this (and don't have to use the arbitrarily used 10.233.0.0/16 subnet): ``` $ nixos-container create test --config-file test-container.nix \ --local-address 10.235.1.2 --host-address 10.235.1.1 ```
* | | amazon-ecs-cli: 1.14.0 -> 1.14.1R. RyanTM2019-05-31
| |/ |/| | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/amazon-ecs-cli/versions
* | amazon-ecs-cli: 1.13.1 -> 1.14.0R. RyanTM2019-04-29
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/amazon-ecs-cli/versions
* | treewide: Use HTTPS for readthedocs URLsDaniel Schaefer2019-04-22
|/
* govc: 0.16.0 -> 0.20.0 (#58986)Nick Novitski2019-04-08
|
* amazon-ecs-cli: 1.12.1 -> 1.13.1 (#58620)R. RyanTM2019-04-07
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/amazon-ecs-cli/versions
* Merge pull request #55898 from xtruder/pkgs/rootlesskit/initJaka Hudoklin2019-03-26
|\ | | | | feat(roolesskit): init at 0.3.0-alpha.2
| * feat(roolesskit): init at 0.3.0-alpha.2Jaka Hudoklin2019-02-19
| |
* | udocker: Fix build (#57002)Josef Kemetmüller2019-03-07
| | | | | | | | | | | | | | | | The latest changes to support better cross-compilation compatibility have introduced a stricter handling of dependency specifications in python. Since b4acd97, mock and nosetest should be checkInputs, since they are used for testing. Fixes: #56972
* | awless: 0.0.14 -> 0.1.11 (#54121)Scott Dunlop2019-02-24
| |
* | Merge remote-tracking branch 'origin/master' into stagingMatthew Bauer2019-02-09
|\|
| * google-compute-engine: 20181206 -> 20190124 (#55312)R. RyanTM2019-02-06
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/google-compute-engine/versions
* | Merge branch 'master' into stagingVladimír Čunát2019-01-22
|\|
| * udocker: change homepage to documentation on gitbooks.ioRaphael Borun Das Gupta2019-01-19
| | | | | | | | | | as that view, other than the gitbook.com one, is available to readers not logged into GitBook, too.
* | treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj2019-01-16
|/