summary refs log tree commit diff
path: root/pkgs/tools/virtualization
Commit message (Collapse)AuthorAge
* nixos-container: Pass through several Nix flagsEelco Dolstra2020-06-30
| | | | | Since nixos-container calls nix-env / nix-build, it's useful to support various evaluation-related options.
* Bump linode-cli versionDaniel KT2020-06-23
| | | | | linode-cli version -> 2.15.0 linode api version -> 4.67.0
* govc: 0.22.1 -> 0.23.0R. RyanTM2020-06-14
|
* Merge pull request #85673 from Mic92/nixos-shellJörg Thalheim2020-05-24
|\
| * nixos-shell: init at 0.1.1Jörg Thalheim2020-04-21
| |
* | Merge pull request #88492 from flokli/current-system-systemctlFlorian Klink2020-05-21
|\ \ | | | | | | tree-wide: use systemctl of running system
| * | google-compute-engine: run systemctl of the currently running systemdFlorian Klink2020-05-21
| | |
* | | Merge pull request #88507 from ↵Florian Klink2020-05-21
|\ \ \ | | | | | | | | | | | | | | | | r-ryantm/auto-update/google-compute-engine-oslogin google-compute-engine-oslogin: 20200325.00 -> 20200507.00
| * | | google-compute-engine-oslogin: add test passthruFlorian Klink2020-05-21
| | | |
| * | | google-compute-engine-oslogin: 20200325.00 -> 20200507.00R. RyanTM2020-05-21
| |/ /
* / / google-compute-engine-oslogin: Remove myself as maintaineradisbladis2020-05-21
|/ /
* | Merge pull request #87893 from aanderse/govcAaron Andersen2020-05-16
|\ \ | | | | | | govc: 0.21.0 -> 0.22.1
| * | govc: 0.21.0 -> 0.22.1Aaron Andersen2020-05-15
| | |
* | | cri-tools: switch to buildGoModulezowoq2020-05-14
|/ /
* | cri-tools: install completionzowoq2020-05-06
| |
* | Merge master into staging-nextFrederik Rietdijk2020-05-05
|\ \
| * | linode-cli: pin linode openapi versionDaniel KT2020-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pull linode openapi spec from a fixed version in github, and so the sha256 hash will not break on each new release of the api spec. Replaced the hash for the openapi spec with a working hash. Attempting to install linode-cli was failing, with the following message: hash mismatch in fixed-output derivation '/nix/store/px3cdbcb84bvw6xslr1k6hszyxpdis6j-openapi.yaml': wanted: sha256:1l2fahdcmv7sp1qkwr5nv2vls8fypvlybwylqfzhyjmn7jqkw4hq got: sha256:03ngzbq24zazfqmfd7xjmxixkcb9vv1jgamplsj633j7sjj708s0 cannot build derivation '/nix/store/49xrq47id66kwszyaqg1qapknc3i8mmx-linode-cli-2.14.1.drv': 1 dependencies couldn't be built
| * | vpsfree-client: init at 0.11.0 (#86046)zimbatm2020-05-02
| | |
* | | Merge staging-next into stagingFrederik Rietdijk2020-05-01
|\| |
| * | google-compute-engine-oslogin: 1.5.3 -> 20200325.00Florian Klink2020-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Google moved their oslogin guest tools to another repository. Point src to there, and bump to the latest version There's now a Makefile, so we can avoid having our own custom installPhase, and we also get manpages. I successfully ran the oslogin tests, so assuming the google cloud metadata server still behaves like in our test, logins should work. I saw a nscd segfault, not sure if it's caused by this or was already the case before. It'd be great if someone could test this on an actual VM.
* | | treewide: use $out instead of $bin with buildGoPackagezowoq2020-04-28
|/ /
* | cri-tools: update maintainerszowoq2020-04-24
| |
* | Merge pull request #83936 from saschagrunert/cri-toolsMario Rodas2020-04-21
|\ \ | |/ |/| cri-tools: v1.17.0 -> v1.18.0
| * cri-tools: v1.17.0 -> v1.18.0Sascha Grunert2020-04-01
| | | | | | | | Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* | linode-cli: remove deprecated perl version, init python version at 2.14.1Ryan Mulligan2020-04-15
| |
* | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
| |
* | Merge master into staging-nextFrederik Rietdijk2020-04-03
|\ \
| * | google-compute-engine-oslogin: fix bash referencezimbatm2020-04-01
| |/ | | | | | | | | | | This is the bash that is being called when logging into the VM. This fixes prompt escaping issues and also restores tab completion to the logged-in user.
* / buildPython*: use pnameFrederik Rietdijk2020-03-30
|/
* amazon-ecs-cli: 1.18.0 -> 1.18.1Thibault Gagnaux2020-03-27
|
* Revert "nixos-container: use systemd-run instead of nsenter"Maximilian Bosch2020-03-26
| | | | | | | | | | | | | | | | | This reverts commit 7cb100b6833e020d4a4b25c3766cfde507e763e6. See also #83432. This appears to break at least the `container`-backend of `nixops`: when running `switch-to-configuration` within `nixos-container run`, the running `systemd`-instance gets reloaded which appears to kill the `systemd-run` command and causes `nixos-container run` to hang. The full issue is reported in the original PR[1]. [1] https://github.com/NixOS/nixpkgs/pull/67332#issuecomment-604145869 (cherry picked from commit 7f1ba606ac632c50efd33c435aa59e69d4f58acc)
* Merge pull request #79736 from Ma27/minor-imperative-container-fixesDanylo Hlynskyi2020-02-22
|\ | | | | nixos-container: minor fixes
| * nixos/nixos-container: use custom path if specified by `--nixos-path`Maximilian Bosch2020-02-11
| |
| * nixos/nixos-container: ensure that the state-dir is cleaned up if a build failsMaximilian Bosch2020-02-11
| |
* | Fixed typoSarah Zhang2020-02-12
|/
* nixos-{rebuild,container}: Use flakeref#attrpath syntaxEelco Dolstra2020-02-05
| | | | This makes them consistent with the 'nix' command line.
* nixos-container: Add flake supportEelco Dolstra2020-02-05
| | | | | | | | | | E.g. to create a container that runs the NixOS homepage: $ nixos-container create homepage --flake nixos-homepage And to upgrade it: $ nixos-container update homepage
* 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
|\ \