Robert Hensing

Results 359 issues of Robert Hensing

Check the `super` version and try to add some overrides. (If not already configured for compatibility by NixOS/Nixpkgs itself) https://twitter.com/ProgrammerDude/status/1142869595642048512

The way docker compose builds images, as part of services, is actually one of its pain points. Changes: - provide a composition level attrsOf option to build images independently of...

enhancement

First commit should be decent, but didn't add much value to us without the second, which turns not to work very well with docker over ssh yet anyway, so, to...

`arion` needs to move to a command line scheme where all top-level commands are parsed by Arion itself. The escape hatch `docker-compose` subcommand can stay, but then at least the...

enhancement
tech debt

Quite feasible to support the NixOps interface for keys outside the store. Related: #52 #51

enhancement

We've been deploying over ssh which is nice and simple, but not as easy as it should. More importantly, knowing how deployment is done will help with other features like...

enhancement

Local docker compose v3 deployment emulates secrets with bind mounts. This will not work for remote docker. We can work around this by creating volumes for each service that has...

enhancement

Doing some translation seems quite feasible. The goal is to have an alternative to, say, minikube. So really just for local development. I can think of these approaches - *big...

enhancement
help wanted

- services outlive the `arion` command and may use the store - `arion logs` and friends are slower than necessary because of evaluation can be solved by having a known-good...

enhancement

Discovered in #17 [Error message](https://github.com/hercules-ci/arion/blob/e92a0dce060166df4a587204b290fd8f887830f9/tests/arion-test/default.nix#L24) This seems to be an upstream Nix bug triggered by the test VM's filesystem mount structure - Nix wants to hard link but the source...

tech debt