Skip to content

Commit

Permalink
Add note why
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed May 21, 2024
1 parent 90c753b commit 3a9490c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ Usage is written in README.md in each images directory.
| ----------------------------------------------- | ---------------------------- | ----------------------------------------------------------------------------------------------------------- |
| [ubuntu-nix-systemd](images/ubuntu-nix-systemd) | `task try:systemd USER=user` | [dotfiles](https://github.com/kachick/dotfiles/blob/f81983534aeb9f0db80932f5ae73bd59793b8af4/README.md#L47) |
| [ubuntu-nix-sudoer](images/ubuntu-nix-sudoer) | `task try:sudoer USER=user` | `podman run --user=user --rm -it ghcr.io/kachick/ubuntu-nix-sudoer:latest` |

## Motivation

- I want to avoid using alpine and busybox for base images. Nix official images uses it.
- [nixos/nix](https://hub.docker.com/r/nixos/nix/tags)
- [nixpkgs/nix](https://hub.docker.com/r/nixpkgs/nix) => https://github.com/nix-community/docker-nixpkgs/blob/bfac57f18680c9b2927b9c85a17e5b4cd89c27f2/lib/buildCLIImage.nix#L2

0 comments on commit 3a9490c

Please sign in to comment.