Unverified Commit 99535261 authored by teutat3s's avatar teutat3s
Browse files

docker: move default from 27.x to 28.x

27.x is no longer maintained as of May 2, 2025[1].

[1] https://github.com/moby/moby/pull/49910
parent 6752826f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@

- [Broadcast Box](https://github.com/Glimesh/broadcast-box), a WebRTC broadcast server. Available as [services.broadcast-box](options.html#opt-services.broadcast-box.enable).

- Docker now defaults to 28.x, because version 27.x stopped receiving security updates and bug fixes after [May 2, 2025](https://github.com/moby/moby/pull/49910).

- [Draupnir](https://github.com/the-draupnir-project/draupnir), a Matrix moderation bot. Available as [services.draupnir](#opt-services.draupnir.enable).

- [postfix-tlspol](https://github.com/Zuplu/postfix-tlspol), MTA-STS and DANE resolver and TLS policy server for Postfix. Available as [services.postfix-tlspol](#opt-services.postfix-tlspol.enable).
+1 −1
Original line number Diff line number Diff line
@@ -12136,7 +12136,7 @@ with pkgs;
    docker_28
    ;
  docker = docker_27;
  docker = docker_28;
  docker-client = docker.override { clientOnly = true; };
  docker-gc = callPackage ../applications/virtualization/docker/gc.nix { };