Commit Graph

281 Commits

Author SHA1 Message Date
R. Ryantm
530f45d413 docker-buildx: 0.11.0 -> 0.11.1 2023-07-09 01:21:33 +00:00
R. Ryantm
accffe6c93 docker-compose: 2.19.0 -> 2.19.1 2023-07-06 03:18:10 +00:00
R. Ryantm
7a2247587d docker-compose: 2.18.1 -> 2.19.0 2023-06-23 22:42:50 +00:00
Batuhan Apaydın
6a964f9965
docker-buildx: 0.10.5 -> 0.11.0
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
2023-06-14 21:35:04 +03:00
Batuhan Apaydın
983762e335
docker-buildx: 0.10.4 -> 0.10.5
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
2023-05-26 10:04:48 +03:00
R. Ryantm
4c60cb50ca docker-compose: 2.17.3 -> 2.18.1 2023-05-19 03:24:52 +00:00
R. Ryantm
2c225b16dc docker-distribution: 2.8.1 -> 2.8.2 2023-05-16 12:40:19 +00:00
R. Ryantm
6c798c9c0e docker-compose: 2.17.2 -> 2.17.3 2023-04-21 18:20:06 +00:00
Aroun
136e3dbdae docker: add pointer to related nix option
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-04-07 18:33:16 +05:30
R. Ryantm
0cbb794503 docker-compose: 2.17.0 -> 2.17.2 2023-03-28 17:54:25 +00:00
R. Ryantm
dafa42afff docker-compose: 2.16.0 -> 2.17.0 2023-03-25 00:09:14 +00:00
Sandro
d352699fa1
Merge pull request #221023 from developer-guy/feature/add-developer-guy-docker-buildx 2023-03-21 22:33:13 +01:00
Batuhan Apaydın
ab234dc5e9
docker-buildx: doCheck false
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
2023-03-18 15:27:03 +03:00
Batuhan Apaydın
4d5c24f72d
docker-buildx: add developer-guy to maintainers list
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
2023-03-18 15:27:03 +03:00
Batuhan Apaydın
c54a718a9f
docker-buildx: 0.9.1 -> 0.10.4
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
2023-03-18 15:26:32 +03:00
Martin Weinelt
9ab46b47e8 docker-compose_1: Use SRI hash
To allow awsebcli to use its changeversion function to uniformly
overwrite the hash.
2023-03-03 23:59:29 +01:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
R. Ryantm
418cc13dd1 docker-compose: 2.15.1 -> 2.16.0 2023-02-15 11:56:07 +00:00
Aaron Jheng
45e91634e4
docker: 20.10.21 -> 20.10.23 2023-01-24 04:54:26 +00:00
Adam Joseph
42815b4a0c treewide: systemdSupport: use lib.meta.availableOn
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-22 00:27:19 -08:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
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-21 12:00:00 +00:00
Sandro Jäckel
d11f7fadff
docker-compose: 2.14.2 -> 2.15.1
Diff: https://github.com/docker/compose/compare/v2.14.2...v2.15.1
2023-01-13 18:05:34 +01:00
R. Ryantm
72c4d57057 docker-compose: 2.14.1 -> 2.14.2 2022-12-22 09:40:40 +00:00
github-actions[bot]
30b97b0e83
Merge master into staging-next 2022-12-17 00:02:17 +00:00
R. Ryantm
5e4c049862 docker-compose: 2.14.0 -> 2.14.1 2022-12-16 12:56:43 +00:00
Vladimír Čunát
9c497bb8d6
Merge branch 'staging-next' into staging 2022-12-09 10:27:46 +01:00
Artturin
c55b931644 treewide: fix lints and remove a unneeded cmake input 2022-12-09 01:16:08 +02:00
Martin Weinelt
2c56dc4832 Merge remote-tracking branch 'origin/staging-next' into staging 2022-12-04 22:07:03 +01:00
ijaketak
cddddb0b18 docker: Flip flag conditions 2022-12-04 14:56:32 +09:00
github-actions[bot]
1ac9e3255b
Merge staging-next into staging 2022-12-03 06:02:18 +00:00
Sandro Jäckel
9ca48eb5bd
docker-compose: 2.13.0 -> 2.14.0
Diff: https://github.com/docker/compose/compare/v2.13.0...v2.14.0
2022-12-03 00:44:50 +01:00
github-actions[bot]
64abc3b33d
Merge staging-next into staging 2022-12-01 00:03:04 +00:00
Sandro Jäckel
3e52056bb3
docker: fix darwin build 2022-12-01 00:17:50 +01:00
Martin Weinelt
243defc46a python3Packages.backports_ssl_match_hostname: drop
Backport from one EOL release to another.
2022-11-29 01:34:59 +01:00
Sandro
b7b60a35cf
Merge pull request #202437 from SuperSandro2000/docker 2022-11-28 01:33:47 +01:00
Sergey Lukjanov
b449bc1ee8 docker-compose: 2.12.2 -> 2.13.0 2022-11-23 15:23:12 -08:00
Sandro Jäckel
eb127e2ead docker: move inherit into passthru 2022-11-22 23:13:56 +01:00
Sandro Jäckel
ac45880256 docker: remove with lib 2022-11-22 23:13:56 +01:00
Sandro Jäckel
ffcfa322b9 docker: add overrides options back 2022-11-22 23:13:50 +01:00
Maxine Aubrey
19c8e17fb8
docker: 20.10.20 -> 20.10.21 2022-10-26 17:39:37 +02:00
Maxine Aubrey
73e9a9f68c
docker: 20.10.18 -> 20.10.20 2022-10-22 12:38:33 +02:00
Sandro Jäckel
337c1ee89e
docker-compose: 2.12.0 -> 2.12.2 2022-10-21 23:19:57 +02:00
Sandro Jäckel
edb08aac6b
docker-compose: 2.11.2 -> 2.12.0 2022-10-18 23:25:51 +02:00
R. Ryantm
40f9a7c719 docker-compose: 2.11.1 -> 2.11.2 2022-09-28 09:01:37 +00:00
Sandro
41d2b55bd0
Merge pull request #188396 from SuperSandro2000/docker 2022-09-22 17:37:56 +02:00
R. Ryantm
00c49ccce9 docker-compose: 2.11.0 -> 2.11.1 2022-09-20 14:43:15 +00:00
R. Ryantm
7f99c8a3bc docker-compose: 2.10.2 -> 2.11.0 2022-09-15 08:02:38 +00:00
Sandro Jäckel
7d0ad48142
docker: 20.10.17 -> 20.10.18 2022-09-10 01:16:04 +02:00
Sandro Jäckel
22221a40d4
docker: switch to pname+version, cleanup unused inherits, other minor cleanups 2022-09-09 14:26:32 +02:00
zowoq
c9752932df docker-buildx: add $out/bin symlink 2022-09-05 07:29:40 +10:00