lewo

Results 31 issues of lewo

This fetcher relies on Skopeo to fetch image metadatas, download the image in order to get its sha256 and to prefetch it. To use it: ``` niv add alpine --type...

Sometimes, the `url` of a package can disappear or the content can be updated in place (the `sha` is then no longer valid). It would be nice to have a...

Instead of the custom `nixpkgs.json` and `nixpkgs.nix` files, we could use [Niv](https://github.com/nmattia/niv) to generate such files. This would allow use to update the nixpkgs revision/hash with a single command (`niv...

P3
type: feature request

Currently, a kernel upgrade is not well supported since the old kernel is still running after the kernel upgrade applied by `terraform apply`. So, when the kernel on a host...

enhancement

Currently, `nix flake check` fails with: ``` $ nix flake check error: flake attribute 'packages.aarch64-linux.nix2container' is not a derivation ``` How could we expose the nix2container attribute set?

A simple parser parse the user netrc file and generate a list of credentials that can be used by Coursier. Fixes #483

cla: yes

With the latest release, when loading a library that return warning messages, the kernel fails. ``` In []: require(RDatalake) Loading required package: RDatalake Error in if (w$call != "eval(parse(text =...

This build flag allows to publish an image on a case insensitive FS. Otherwise, hash can differs as detailled in https://github.com/nlewo/nix2container/issues/37 Fixes !37 @nktpro it would be nice if you...

Ideally, tests dependencies should not be included in the image. To test the image, we could, for instance, copy a bash script in the image at test time and executed...

It would be nice to be able to run the Hydra API, either by mocking it or by starting `hydra-server`. This would be useful for dev and for testing purposes.