summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/virtualization/docker
AgeCommit message (Collapse)Author
2023-01-24docker: 20.10.21 -> 20.10.23Aaron Jheng
2023-01-22treewide: systemdSupport: use lib.meta.availableOnAdam Joseph
Many packages have some kind of flag indicating whether or not to build with systemd support. Most of these default to `stdenv.isLinux`, but systemd does not build on (and is marked `broken` for) `isStatic`. Only a few packages have the needed `&& !isStatic` in the default value for their parameter. This commit moves the logic for the default value of these flags into `systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using `lib.meta.availableOn`. This provides three benefits: 1. The default values are set correctly (i.e. including `&& isStatic`) 2. The default values are set consistently 3. The way is paved for any future non-Linux systemd platforms (FreeBSD is reported to have experimental systemd support)
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2023-01-13docker-compose: 2.14.2 -> 2.15.1Sandro Jäckel
Diff: https://github.com/docker/compose/compare/v2.14.2...v2.15.1
2022-12-22docker-compose: 2.14.1 -> 2.14.2R. Ryantm
2022-12-17Merge master into staging-nextgithub-actions[bot]
2022-12-16docker-compose: 2.14.0 -> 2.14.1R. Ryantm
2022-12-09Merge branch 'staging-next' into stagingVladimír Čunát
2022-12-09treewide: fix lints and remove a unneeded cmake inputArtturin
2022-12-04Merge remote-tracking branch 'origin/staging-next' into stagingMartin Weinelt
2022-12-04docker: Flip flag conditionsijaketak
2022-12-03Merge staging-next into staginggithub-actions[bot]
2022-12-03docker-compose: 2.13.0 -> 2.14.0Sandro Jäckel
Diff: https://github.com/docker/compose/compare/v2.13.0...v2.14.0
2022-12-01Merge staging-next into staginggithub-actions[bot]
2022-12-01docker: fix darwin buildSandro Jäckel
2022-11-29python3Packages.backports_ssl_match_hostname: dropMartin Weinelt
Backport from one EOL release to another.
2022-11-28Merge pull request #202437 from SuperSandro2000/dockerSandro
2022-11-23docker-compose: 2.12.2 -> 2.13.0Sergey Lukjanov
2022-11-22docker: move inherit into passthruSandro Jäckel
2022-11-22docker: remove with libSandro Jäckel
2022-11-22docker: add overrides options backSandro Jäckel
2022-10-26docker: 20.10.20 -> 20.10.21Maxine Aubrey
2022-10-22docker: 20.10.18 -> 20.10.20Maxine Aubrey
2022-10-21docker-compose: 2.12.0 -> 2.12.2Sandro Jäckel
2022-10-18docker-compose: 2.11.2 -> 2.12.0Sandro Jäckel
2022-09-28docker-compose: 2.11.1 -> 2.11.2R. Ryantm
2022-09-22Merge pull request #188396 from SuperSandro2000/dockerSandro
2022-09-20docker-compose: 2.11.0 -> 2.11.1R. Ryantm
2022-09-15docker-compose: 2.10.2 -> 2.11.0R. Ryantm
2022-09-10docker: 20.10.17 -> 20.10.18Sandro Jäckel
2022-09-09docker: switch to pname+version, cleanup unused inherits, other minor cleanupsSandro Jäckel
2022-09-05docker-buildx: add $out/bin symlinkzowoq
2022-08-28docker-compose: 2.10.1 -> 2.10.2R. Ryantm
2022-08-24docker-compose: 2.10.0 -> 2.10.1Sandro Jäckel
2022-08-23Merge pull request #187427 from r-ryantm/auto-update/docker-buildxSandro
2022-08-19docker-compose: 2.9.0 -> 2.10.0Sandro Jäckel
2022-08-19docker-buildx: 0.9.0 -> 0.9.1R. Ryantm
2022-08-17docker-buildx: 0.8.2 -> 0.9.0R. Ryantm
2022-08-02Merge pull request #177560 from rgo3/fix-buildxsuperherointj
docker-buildx: pass version to ldflags
2022-08-02docker-compose: 2.8.0 -> 2.9.0R. Ryantm
2022-07-29docker-compose: 2.7.0 -> 2.8.0Sandro Jäckel
2022-07-22docker-compose: 2.6.1 -> 2.7.0Sandro Jäckel
2022-06-30docker-buildx: pass version to ldflagsRobin Gögge
With this change `docker buildx version` behaves as expected. Fixes #177540. Signed-off-by: Robin Gögge <r.goegge@gmail.com>
2022-06-25docker-distribution: 2.7.1 -> 2.8.1R. Ryantm
2022-06-23docker-compose: 2.6.0 -> 2.6.1Sandro Jäckel
2022-06-10docker: 20.10.16 -> 20.10.17Maxine Aubrey
- https://github.com/moby/moby/releases/tag/v20.10.17 - https://github.com/containerd/containerd/releases/tag/v1.6.6 - https://github.com/docker/cli/releases/tag/v20.10.17 - https://github.com/opencontainers/runc/releases/tag/v1.1.2
2022-06-06docker-compose: add $out/bin symlinkzowoq
2022-06-06docker-compose: default to v2zowoq
2022-05-30docker-compose_2: 2.5.1 -> 2.6.0Sandro Jäckel
2022-05-25docker: 20.10.15 -> 20.10.16Maxine Aubrey
- https://docs.docker.com/engine/release-notes/#201016 - https://github.com/docker/cli/releases/tag/v20.10.16 - https://github.com/moby/moby/releases/tag/v20.10.16