arion-compose v0.1.3.0 Release Notes
Release Date: 2020-05-03 // almost 5 years ago-
๐ 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
Previous changes from v0.1.2.0
-
๐ 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