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-12 23:16:06 +0100
committerGitHub <noreply@github.com>2023-09-12 23:16:06 +0100
commit9e64f794d110632ecd3d3d14fb815438c76eaf83 (patch)
tree96bc26a56521ebb706c8646485302ed3f026f154 /nixos/doc/manual/release-notes
parentac08ee94ac593bda4dcc276f1f99c59bdba49362 (diff)
parent680dfee1714545c59edcc8a7755755f5164f5307 (diff)
downloadnixpkgs-9e64f794d110632ecd3d3d14fb815438c76eaf83.tar
nixpkgs-9e64f794d110632ecd3d3d14fb815438c76eaf83.tar.gz
nixpkgs-9e64f794d110632ecd3d3d14fb815438c76eaf83.tar.bz2
nixpkgs-9e64f794d110632ecd3d3d14fb815438c76eaf83.tar.lz
nixpkgs-9e64f794d110632ecd3d3d14fb815438c76eaf83.tar.xz
nixpkgs-9e64f794d110632ecd3d3d14fb815438c76eaf83.tar.zst
nixpkgs-9e64f794d110632ecd3d3d14fb815438c76eaf83.zip
Merge pull request #208944 from risicle/ris-dockertools-makeoverridable
dockerTools: use makeOverridable for buildImage family of functions
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 a2041db2a87..1c7333e3e9c 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -253,6 +253,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.