about summary refs log tree commit diff
path: root/nixos/tests/hocker-fetchdocker
AgeCommit message (Collapse)AuthorFilesLines
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-08-23nixosTests.hocker-fetchdocker: mark as brokenFlorian Klink1-0/+1
This test tries to download from the official docker registry. I don't know how this could ever work, but let's mark it as broken for now.
2020-08-23nixosTests.hocker-fetchdocker: port to pythonFlorian Klink1-4/+4
2019-09-01nixos: remove dependencies on local-fs.targetFlorian Klink1-2/+2
Since https://github.com/NixOS/nixpkgs/pull/61321, local-fs.target is part of sysinit.target again, meaning units without DefaultDependencies=no will automatically depend on it, and the manual set dependencies can be dropped.
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2017-12-02hocker: Don't check package and wrap the binaries with PATH to nixParnell Springmeyer1-5/+0
2017-12-01fetchdocker: Integration test exercising hocker and fetchdockerParnell Springmeyer3-0/+65
This change adds a simple integration test exercising the fetchdocker Nix code and hocker utilities for the simple `hello-world` docker container. We exercise: - Fetching the docker image configuration json - Fetching the docker image layers - Building a compositor script - Loading the `hello-world` docker image into docker using the compositor script and `docker load` - Running that loaded container