docker-nixpkgs icon indicating copy to clipboard operation
docker-nixpkgs copied to clipboard

docker images from nixpkgs [maintainer=@zimbatm]

Results 21 docker-nixpkgs issues
Sort by recently updated
recently updated
newest added

Any plan to support aarch64 nix images? Workaround: In [pkgs.nix](https://github.com/nix-community/docker-nixpkgs/blob/debbce24255ddc862decf9b643584b077efa82e4/pkgs.nix), change `x86_64-linux` to `aarch64-linux` and build (`nix-build -A nix-flakes`)

It's critical for the cases where some directories are mounted, and I definitely don't want to root them. Previously I was able to run dockerized nix-shell with mounted directories as...

I tried to run different images on a macbook and got errors about a problem with the Exec format. I didn't inspect the image layout so I don't know if...

On my system I currently cannot use the `nixpkgs/curl` container: ```bash $ docker run nixpkgs/curl curl https://nixos.org curl: (6) getaddrinfo() thread failed to start ``` Can you reproduce this, too,...

In my CI, I like to pin the docker image with for instance `nixpkgs/nix-flakes@sha256:4ff08e134a935c3e94b04cbffb96680e1beed887335ee67dd1570fca8bf8f094` it looks like that image disappears every day after the CI round and is replaced with...

would that be ok to add an iamge with a static nix ? `nix build .#pkgsStatic.nix` works fine here. Sadly, I am interested in nixUnstable which fails to build on...

It'd be cool to have a single image with - `nix` (like [`nixpkgs/nix`](https://github.com/nix-community/docker-nixpkgs/tree/master/images/nix)) - `podman` Such a docker image could be used to build other docker images in GitLab CI/CD...

This pull request implements several improvements for devcontainers: - improve patching of vscode binaries, by not overriding `LD_LIBRARY_PATH`, but by using `entrypoint` that does patchelf on vscode node binary. See...

Trying to use these images in GitHub Actions gives an error, see e.g. https://github.com/Infinisil/github-actions-docker/runs/1271863329: ``` /usr/bin/docker exec de645264c246e9831bfdda7ede83a62ed2d14583037ddb6b317acabd8fdfb1fa sh -c "cat /etc/*release | grep ^ID" OCI runtime exec failed: exec...