summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2023-09-10 22:05:48 +0100
committerRobert Scott <code@humanleg.org.uk>2023-09-11 21:11:35 +0100
commit680dfee1714545c59edcc8a7755755f5164f5307 (patch)
treeae7e9d0b6c7ad0900f836c9672e457e498843089 /nixos/doc/manual/release-notes
parent38c1400f67f6af73821d5be82f0ddab548e707e2 (diff)
downloadnixpkgs-680dfee1714545c59edcc8a7755755f5164f5307.tar
nixpkgs-680dfee1714545c59edcc8a7755755f5164f5307.tar.gz
nixpkgs-680dfee1714545c59edcc8a7755755f5164f5307.tar.bz2
nixpkgs-680dfee1714545c59edcc8a7755755f5164f5307.tar.lz
nixpkgs-680dfee1714545c59edcc8a7755755f5164f5307.tar.xz
nixpkgs-680dfee1714545c59edcc8a7755755f5164f5307.tar.zst
nixpkgs-680dfee1714545c59edcc8a7755755f5164f5307.zip
23.11 release notes: add note on dockerTools & makeOverridable
Diffstat (limited to 'nixos/doc/manual/release-notes')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index 307aeee6020..952ccc9a5b0 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -249,6 +249,8 @@ The module update takes care of the new config syntax and the data itself (user
 
 - `programs.gnupg.agent.pinentryFlavor` is now set in `/etc/gnupg/gpg-agent.conf`, and will no longer take precedence over a `pinentry-program` set in `~/.gnupg/gpg-agent.conf`.
 
+- `dockerTools.buildImage`, `dockerTools.buildLayeredImage` and `dockerTools.streamLayeredImage` now use `lib.makeOverridable` to allow `dockerTools`-based images to be customized more efficiently at the nix-level.
+
 - `services.influxdb2` now supports doing an automatic initial setup and provisioning of users, organizations, buckets and authentication tokens, see [#249502](https://github.com/NixOS/nixpkgs/pull/249502) for more details.
 
 - `wrapHelm` now exposes `passthru.pluginsDir` which can be passed to `helmfile`. For convenience, a top-level package `helmfile-wrapped` has been added, which inherits `passthru.pluginsDir` from `kubernetes-helm-wrapped`. See [#217768](https://github.com/NixOS/nixpkgs/issues/217768) for details.