nixos/nix image doesn't have pkgs.iana-etc
contents (/etc/protocols
and /etc/services
)
#7344
Labels
pkgs.iana-etc
contents (/etc/protocols
and /etc/services
)
#7344
Describe the bug
/etc/services
and/etc/protocols
are missing; which means certain binaries we're running in CI aren't working anymore after we moved fromnixos/nix:2.3.11
tonixos/nix:latest
Steps To Reproduce
run docker image and run a service that depends on glibc and does a name lookup. It fails.
Expected behavior
/etc/protocol
and/etc/services
is populated so thatglibc
can do proper name lookupsnix-env --version
outputAdditional context
This worked in the alpine based build. Sounds like a regression when we moved to a nix-based build.
The text was updated successfully, but these errors were encountered: