| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docker-buildx: 0.31.0 -> 0.31.1 | R. Ryantm | 2026-02-05 | 1 | -2/+2 |
| * | docker_29: 29.1.5 -> 29.2.0•••https://docs.docker.com/engine/release-notes/29/ | teutat3s | 2026-01-30 | 1 | -6/+6 |
| * | docker-buildx: 0.30.1 -> 0.31.0 (#482511) | Fabián Heredia Montiel | 2026-01-28 | 1 | -2/+2 |
| |\ | |||||
| | * | docker-buildx: 0.30.1 -> 0.31.0 | R. Ryantm | 2026-01-22 | 1 | -2/+2 |
| * | | docker-compose: 5.0.1 -> 5.0.2 (#482157) | Paul Meyer | 2026-01-23 | 1 | -3/+3 |
| |\ \ | |||||
| | * | | docker-compose: 5.0.1 -> 5.0.2 | R. Ryantm | 2026-01-21 | 1 | -3/+3 |
| | |/ | |||||
| * / | treewide: apply nixfmt 1.2.0 | Dyego Aurélio | 2026-01-22 | 1 | -1/+1 |
| |/ | |||||
| * | docker_29: 29.1.3 -> 29.1.5•••https://docs.docker.com/engine/release-notes/29/ | teutat3s | 2026-01-16 | 1 | -3/+3 |
| * | docker-compose: 5.0.0 -> 5.0.1 | R. Ryantm | 2026-01-06 | 1 | -3/+3 |
| * | Merge master into staging-next | nixpkgs-ci[bot] | 2025-12-24 | 2 | -1/+28 |
| |\ | |||||
| | * | docker_25: add version-specific system plugin dir patch for CLI v25 (#472607) | Aleksana | 2025-12-24 | 2 | -1/+28 |
| | |\ | |||||
| | | * | docker_25: add version-specific system plugin dir patch for CLI v25 | John Ott | 2025-12-19 | 2 | -1/+28 |
| * | | | Merge master into staging-next | nixpkgs-ci[bot] | 2025-12-24 | 2 | -4/+8 |
| |\| | | |||||
| | * | | docker-compose: fix version reporting (#472525) | Norbert Melzer | 2025-12-23 | 1 | -1/+5 |
| | |\ \ | |||||
| | | * | | docker-compose: fix version reporting | Norbert Melzer | 2025-12-20 | 1 | -1/+5 |
| | | |/ | |||||
| | * / | docker_29: 29.1.2 -> 29.1.3•••https://docs.docker.com/engine/release-notes/29/ | teutat3s | 2025-12-21 | 1 | -3/+3 |
| | |/ | |||||
| * | | Merge remote-tracking branch 'origin/staging-next' into staging | K900 | 2025-12-14 | 3 | -10/+45 |
| |\| | |||||
| | * | docker-compose: fix loading buildx plugin (#468812) | Sandro | 2025-12-14 | 3 | -10/+45 |
| | |\ | |||||
| | | * | docker-compose: fix loading buildx plugin | John Ott | 2025-12-11 | 3 | -10/+45 |
| * | | | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-12-14 | 1 | -1/+0 |
| |\| | | |||||
| | * | | maintainers: remove periklis•••No nixpkgs activity in the past year. Has not responded in issues they were pinged in for two years, per Aleksanaa (I have not verified this myself): https://github.com/NixOS/nixpkgs/issues?q=sort%3Acreated-desc%20is%3Aissue%20involves%3Aperiklis. I also removed "with lib;" from meta where I saw it. | Michael Daniels | 2025-12-11 | 1 | -1/+0 |
| | |/ | |||||
| * | | Merge branch 'staging-next' into staging | Wolfgang Walther | 2025-12-10 | 4 | -11/+11 |
| |\| | |||||
| | * | treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> | Ihar Hrachyshka | 2025-12-10 | 4 | -11/+11 |
| * | | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-12-10 | 1 | -9/+4 |
| |\| | |||||
| | * | docker-compose: 2.39.4 -> 5.0.0 (#448898) | Sandro | 2025-12-10 | 1 | -9/+4 |
| | |\ | |||||
| | | * | docker-compose: 2.39.4 -> 5.0.0 | R. Ryantm | 2025-12-10 | 1 | -9/+4 |
| * | | | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-12-08 | 1 | -7/+30 |
| |\| | | |||||
| | * | | docker_28: 28.5.1 -> 28.5.2•••https://docs.docker.com/engine/release-notes/28/ Fixes the following CVEs: CVE-2025-31133 CVE-2025-52565 CVE-2025-52881 | teutat3s | 2025-12-08 | 1 | -5/+5 |
| | * | | docker_29: init at 29.1.2 | teutat3s | 2025-12-08 | 1 | -2/+25 |
| | |/ | |||||
| * | | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-12-04 | 1 | -2/+2 |
| |\| | |||||
| | * | docker-buildx: 0.29.1 -> 0.30.1 | R. Ryantm | 2025-11-19 | 1 | -2/+2 |
| * | | treewide: Remove redundant `versionCheckProgramArg = "--version";` with:•••```shell git grep -l -e 'versionCheckProgramArg = "--version";' -e 'versionCheckProgramArg = \[ "--version" \];' | while read f; do sed -i '/versionCheckProgramArg/d' "$f" sed -i '/^$/N;/\n$/D' "$f" done ``` | Jonathan Davies | 2025-11-20 | 1 | -1/+0 |
| |/ | |||||
| * | docker_28: 28.4.0 -> 28.5.1 (#451486) | Sandro | 2025-10-16 | 1 | -3/+3 |
| |\ | |||||
| | * | docker_28: 28.4.0 -> 28.5.1 | teutat3s | 2025-10-13 | 1 | -3/+3 |
| * | | docker-tini: unset patches of original tini package | Robert Rose | 2025-10-13 | 1 | -0/+2 |
| * | | docker-buildx: 0.29.0 -> 0.29.1 | R. Ryantm | 2025-10-09 | 1 | -2/+2 |
| * | | docker-buildx: 0.28.0 -> 0.29.0 (#447609) | Fabián Heredia Montiel | 2025-10-08 | 1 | -2/+2 |
| |\ \ | |/ |/| | |||||
| | * | docker-buildx: 0.28.0 -> 0.29.0 | R. Ryantm | 2025-09-30 | 1 | -2/+2 |
| * | | Merge master into staging-next | nixpkgs-ci[bot] | 2025-09-28 | 1 | -3/+3 |
| |\| | |||||
| | * | docker-compose: 2.39.1 -> 2.39.4 | R. Ryantm | 2025-09-24 | 1 | -3/+3 |
| * | | docker-tini: bump for CMake 4 compat•••diff: https://github.com/krallin/tini/compare/v0.19.0...369448a167e8b3da4ca5bca0b3307500c3371828 Changes since last tag are small and CMake 4 commit doesn't backport cleanly so let's bump. | Luna Nova | 2025-09-23 | 1 | -5/+5 |
| * | | docker-tini: s/init/tini/ in pname•••docker-tini's pname was docker-init which was confusing since there's a top level docker-init package, and the attr here is docker-tini | Luna Nova | 2025-09-23 | 1 | -1/+1 |
| |/ | |||||
| * | docker_28: 28.3.3 -> 28.4.0•••https://github.com/moby/moby/compare/v28.3.3...v28.4.0 https://github.com/docker/cli/compare/v28.3.3...v28.4.0 https://github.com/moby/moby/milestone/208?closed=1 https://github.com/docker/cli/milestone/151?closed=1 | teutat3s | 2025-09-12 | 1 | -8/+8 |
| * | docker_25: 25.0.12 -> 25.0.13•••https://github.com/moby/moby/milestone/207?closed=1 Upstream did not tag a new release for docker/cli, and there are no new commits in the 25.0 branch: https://github.com/docker/cli/compare/43987fca488a535d810c429f75743d8c7b63bf4f...25.0 https://github.com/moby/moby/compare/v25.0.12...v25.0.13 | teutat3s | 2025-09-12 | 1 | -2/+2 |
| * | docker-buildx: 0.27.0 -> 0.28.0 (#440032) | Fabián Heredia Montiel | 2025-09-11 | 1 | -2/+2 |
| |\ | |||||
| | * | docker-buildx: 0.27.0 -> 0.28.0 | R. Ryantm | 2025-09-04 | 1 | -2/+2 |
| * | | docker: use `env` | Pol Dellaiera | 2025-09-03 | 1 | -2/+3 |
| * | | docker: remove unused parameters | Pol Dellaiera | 2025-09-03 | 1 | -2/+0 |
| * | | docker: use `optionals` when dealing with list attributes | Pol Dellaiera | 2025-09-03 | 1 | -12/+14 |
| * | | docker: remove obsolete `rec` | Pol Dellaiera | 2025-09-03 | 1 | -42/+51 |
