docker: move default from 24.x to 27.x
24.x is no longer maintained as of February 1, 2024[1]. It did not (yet?) receive a fix for CVE-2024-41110. [1] https://github.com/moby/moby/pull/46772#discussion_r1686464084
This commit is contained in:
parent
2f0c10a073
commit
b381163c0b
@ -227,6 +227,8 @@
|
|||||||
Explicitly set `kubelet.hostname` to `networking.fqdnOrHostName` to get back
|
Explicitly set `kubelet.hostname` to `networking.fqdnOrHostName` to get back
|
||||||
the old default behavior.
|
the old default behavior.
|
||||||
|
|
||||||
|
- Docker now defaults to 27.x, because version 24.x stopped receiving security updates and bug fixes after [February 1, 2024](https://github.com/moby/moby/pull/46772#discussion_r1686464084).
|
||||||
|
|
||||||
- `keycloak` was updated to version 25, which introduces new hostname related options.
|
- `keycloak` was updated to version 25, which introduces new hostname related options.
|
||||||
See [Upgrading Guide](https://www.keycloak.org/docs/25.0.1/upgrading/#migrating-to-25-0-0) for instructions.
|
See [Upgrading Guide](https://www.keycloak.org/docs/25.0.1/upgrading/#migrating-to-25-0-0) for instructions.
|
||||||
|
|
||||||
|
@ -29895,7 +29895,7 @@ with pkgs;
|
|||||||
inherit (callPackage ../applications/virtualization/docker {})
|
inherit (callPackage ../applications/virtualization/docker {})
|
||||||
docker_24 docker_25 docker_26 docker_27;
|
docker_24 docker_25 docker_26 docker_27;
|
||||||
|
|
||||||
docker = docker_24;
|
docker = docker_27;
|
||||||
docker-client = docker.override { clientOnly = true; };
|
docker-client = docker.override { clientOnly = true; };
|
||||||
|
|
||||||
docker-gc = callPackage ../applications/virtualization/docker/gc.nix { };
|
docker-gc = callPackage ../applications/virtualization/docker/gc.nix { };
|
||||||
|
Loading…
Reference in New Issue
Block a user