Jérôme Petazzoni
Jérôme Petazzoni
Hey, thanks a lot! I looked at the AWS CLI v2, and apparently it cannot be installed with pip, which makes it a bit annoying to manage on my setup....
:+1: I'll defer to @BretFisher but I think this is interesting! (I didn't check the formatting, the second slide seems a bit long maybe?)
FWIW, I've been experimenting with this a little bit (but, since I don't know Nix very well, the way I did it was extremely naive: just use the name of...
Hi @ShuP1, The difficulty would be to decide what to use as a healthcheck. For instance, for redis, it could be `redis-cli ping`, for MariaDB something like `mysql -e status`,...
For a bit of perspective - if I remember correctly, the initial versions of Docker back in 2013 _did_ store the layers separately, and used AUFS to merge all the...
Hi @nicolaferraro, I think one way to do that would be to write Nix derivations for these Java packages, as explained in the [nixpkg manual](https://nixos.org/manual/nixpkgs/stable/#sec-language-java). If the Nix derivations get...
Hi @glittershark, it looks like you could use [this recipe](https://docs.docker.com/registry/recipes/nginx/) to use an authentication proxy (in this case, NGINX) in front of Nixery. I hope this helps!
@xeijin I'm trying to reproduce this bug; but the SVG files that I have here seem to convert fine. Could you confirm that the bug still occurs for you, and...
The kubeconfig file seems incomplete. Well, I just did a big upgrade to support Kubernetes 1.26; feel free to try again and let me know if that works better!
You'll need to change: - the `docker run` parameters (change the left-hand side of the port map) - the client configuration file