about summary refs log tree commit diff
path: root/pkgs/tools/virtualization
Commit message (Collapse)AuthorAge
* 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
|/
* Merge master into staging-nextFrederik Rietdijk2019-01-04
|\
| * google-compute-engine: 20181023 -> 20181206 (#52894)R. RyanTM2019-01-04
| | | | | | | | | | | | 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 master into staging-nextFrederik Rietdijk2019-01-02
|\|
| * Merge pull request #52605 from Scriptkiddi/amazon-ecs-cliJoachim F2019-01-02
| |\ | | | | | | amazon-ecs-cli: init at 1.12.1
| | * amazon-ecs-cli: init at 1.12.1Fritz Otlinghaus2018-12-28
| | |
* | | Merge branch 'master' into stagingJan Tojnar2018-12-24
|\| |
| * | google-compute-engine-oslogin: init at 1.4.3Florian Klink2018-12-21
| |/
* | Merge branch 'staging' into make-perl-pathdvolth2018-12-18
|\|
| * distrobuilder: 2018_06_29 -> 2018_10_04Meghea Iulian2018-12-09
| |
* | lib.makePerlPath -> perlPackages.makePerlPathvolth2018-12-15
|/
* use interactive bash for gceDing Xiang Fei2018-12-05
|
* Merge master into staging-nextFrederik Rietdijk2018-11-22
|\
| * mininet: init at 2.3.0d4 (#41261)Matthieu Coudron2018-11-21
| | | | | | | | | | | | | | Mininet (https://github.com/mininet/mininet) is a popular network emulator that glues several components such as network namespaces, traffic control commands into a set of python bindings. It is then "easy" to describe a topology and run experiments on it.
* | Merge staging-next into stagingFrederik Rietdijk2018-11-20
|\|
| * google-compute-engine: 20181011 -> 20181023 (#50751)R. RyanTM2018-11-19
| | | | | | | | | | | | 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 staging-next into stagingFrederik Rietdijk2018-11-11
|\|
| * google-compute-engine: 20180905 -> 20181011R. RyanTM2018-11-09
| | | | | | | | | | | | | | 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
* | treewide: Fix overrides having wrong versionsPatrick Hilhorst2018-11-06
|/
* buildPerlPackage -> perlPackages.buildPerlPackagevolth2018-10-14
|
* google-compute-engine: 20180510 -> 20180905zimbatm2018-09-26
| | | | The list of corresponding NixOS services are also updated
* python3Packages.google-compute-engine: fix build (#47267)Maximilian Bosch2018-09-24
| | | | | | The dependency `distro` was missing. See https://hydra.nixos.org/build/81330387 Addresses #45960
* google-compute-engine: 20180129 -> 20180510 (#46278)R. RyanTM2018-09-13
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from google-compute-engine
* euca2ools: update homepageMarkus Kowalewski2018-09-07
|
* awsebcli: use python3Robert Schütz2018-09-01
| | | | Its dependency cement is disabled on python2 since 36a4df6.
* cri-tools: add licenseMarkus Kowalewski2018-08-15
|
* treewide: fix build with disallowed aliases (#43872)volth2018-07-21
| | | fixes build with disallowed aliases