I hereby claim:
- I am r2r-dev on github.
- I am r2r_dev (https://keybase.io/r2r_dev) on keybase.
- I have a public key ASB0umpHcykU7yGOqEQX59Izy7q7yDBWLEB0_Fgi39iauwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| rules_k8s+variables+jsonnet | |
| https://github.com/borg286/better_minig/blob/7a56c859eda2f6a7213c850d6090d7d12b9b569f/go/examples/routeguide/server/BUILD.bazel | |
| nix hydra on k8s | |
| https://github.com/njkli/charts | |
| complex deployments + aspects | |
| https://github.com/dbentley/cnrm-gcpnext19-demo/tree/dbentley/tiltfile_maybe | |
| sonarqube bazel instrumentation |
| { pkgs, lib }: let | |
| system = import <nixpkgs/nixos/lib/eval-config.nix> { | |
| modules = [{ | |
| imports = [ | |
| <nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-base.nix> | |
| ]; | |
| boot.initrd.network.enable = true; | |
| boot.devSize = "500m"; | |
| boot.initrd.kernelModules = [ "e1000" ]; | |
| boot.initrd.extraUtilsCommands ='' |