Changelog History
-
v0.1.3.0 Changes
May 03, 2020๐ Changed
useHostStore
now uses an image derived from theimage.*
options. You may need to enableenableRecommendedContents
because with this change, files like/bin/sh
aren't added by default anymore.โฌ๏ธ Drop obsolete NixOS 19.03, 19.09 and 20.03 from CI.
โ Added
๐ NixOS-based containers can now run on Podman when it is configured to provide a docker socket. See the installation docs.
๐ Support
service.dns
, for overriding the DNS servers used by containers.๐ Support
service.labels
, which is useful for autodiscovery among other things.โ Add a tested example for Traefik with label-based routing.
โ Add a
flake.nix
and an experimental flake exampleโ Add a warning when systemd
DynamicUser
is used but not available to the container.CI with NixOS 21.05
-
v0.1.2.0 Changes
March 05, 2020๐ Support use of prebuilt
docker-compose.yaml
. Separates build and execution without duplicating evaluation.Avoid storing tarballs (wasting store space) by using
dockerTools.streamLayeredImage
if available.๐ง Project name is now configurable via the
project.name
option๐ Support --no-ansi, --compatibility, --log-level options
-
v0.1.1.1 Changes
March 20, 2020- ๐ Fix ambiguous import of
lines
- ๐ Improve base version constraint
- ๐ Fix warnings
- ๐ Fix ambiguous import of
-
v0.1.1.0 Changes
March 19, 2020- ๐ Support Nixpkgs 20.03
- ๐ Fixes for macOS
-
v0.1.0.0 Changes
October 04, 2019- ๐ First released version. Released on an unsuspecting world.