Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
31ce1ce97f
docker-compose: 2.29.3 -> 2.29.7
2024-09-23 12:14:36 +00:00
OTABI Tomoya
997b4694d0
docker-compose: 2.29.2 -> 2.29.3 ( #341583 )
2024-09-21 15:43:21 +09:00
R. Ryantm
89bc5a229a
docker-compose: 2.29.2 -> 2.29.3
2024-09-13 12:45:50 +00:00
R. Ryantm
0b134745fb
docker-buildx: 0.16.2 -> 0.17.0
2024-09-13 08:56:10 +00:00
Ali Afsharzadeh
755657b2b4
docker_27: 27.1.1 -> 27.2.0
2024-09-02 08:29:18 +03:30
Pol Dellaiera
835b107055
Merge pull request #335124 from r-ryantm/auto-update/docker-compose
...
docker-compose: 2.29.1 -> 2.29.2
2024-08-17 10:48:24 +02:00
Felix Buehler
b0290d872d
docker: remove 'with lib;'
2024-08-16 16:09:03 +02:00
R. Ryantm
4144cce4db
docker-compose: 2.29.1 -> 2.29.2
2024-08-16 13:31:49 +00:00
Sandro
6d08aaedf5
Merge pull request #332969 from teutat3s/docker-tag-25.0.6
2024-08-09 14:11:27 +02:00
teutat3s
5797eda8d8
docker_25: fix cli hash for 25.0.6
2024-08-07 12:27:06 +02:00
R. Ryantm
6dd3876cb3
docker-buildx: 0.16.1 -> 0.16.2
2024-08-04 20:22:17 +00:00
Pyrox
ed607c1291
docker-compose_1: drop
...
it's been unmaintained for several years now, so there's no reason to
continue maintaining it at this point. Users should migrate to compose
v2, which is maintained in-tree as just docker-compose
2024-07-29 13:48:24 -04:00
Sandro
f22c61e419
Merge pull request #330109 from teutat3s/default-docker-27
...
docker: move default from 24.x to 27.x, docker_24 mark as vulnerable, docker_{25,26}: bump
2024-07-29 13:48:20 +02:00
Jörg Thalheim
5356420466
treewide: remove unused with statements from maintainer lists
...
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Sandro Jäckel
e2963b7913
docker_26: 26.1.4 -> 26.1.5
2024-07-26 21:17:17 +02:00
Sandro Jäckel
e0ff5b5448
docker_25: 25.0.5 -> 25.0.6
2024-07-26 21:13:44 +02:00
Sandro Jäckel
8ae868da82
docker_24: add known CVEs
2024-07-26 21:13:18 +02:00
Sandro
76ec13cde7
Merge pull request #329326 from r-ryantm/auto-update/docker-buildx
2024-07-26 21:00:42 +02:00
Sandro
56389851a6
Merge pull request #329714 from guoard/docker-compose-2.29.1
2024-07-26 21:00:30 +02:00
Ali Afsharzadeh
7bd60590b5
docker-compose: 2.29.0 -> 2.29.1
2024-07-24 21:53:14 +03:30
Ali Afsharzadeh
5c875cce95
docker_27: 27.0.3 -> 27.1.1
2024-07-24 21:03:01 +03:30
R. Ryantm
fea5949d9d
docker-buildx: 0.16.0 -> 0.16.1
2024-07-23 03:41:35 +00:00
Ali Afsharzadeh
956984062a
docker-compose: 2.28.1 -> 2.29.0
2024-07-17 19:12:40 +03:30
Pol Dellaiera
93e0550137
Merge pull request #327702 from guoard/patch-1
...
docker_27: 27.0.2 -> 27.0.3
2024-07-16 21:22:35 +02:00
Ali Afsharzadeh
9003bc834a
docker_27: 27.0.2 -> 27.0.3
2024-07-16 20:47:39 +03:30
R. Ryantm
5117c868ce
docker-buildx: 0.15.1 -> 0.16.0
2024-07-13 17:30:54 +00:00
R. Ryantm
cfd26b1370
docker_27: 27.0.2 -> 27.0.3
2024-07-03 01:59:18 +00:00
h7x4
95c9f120e4
Merge pull request #319195 from r-ryantm/auto-update/docker-buildx
...
docker-buildx: 0.14.1 -> 0.15.1
2024-07-02 19:57:10 +02:00
Ali Afsharzadeh
cd2550ea1b
docker_27: init at 27.0.2
2024-06-28 11:33:12 +03:30
R. Ryantm
9ce12446c1
docker-compose: 2.27.2 -> 2.28.1
2024-06-27 05:57:54 +00:00
R. Ryantm
fabf0ce864
docker-compose: 2.27.1 -> 2.27.2
2024-06-20 14:55:28 +00:00
R. Ryantm
f814553d48
docker-buildx: 0.14.1 -> 0.15.1
2024-06-20 11:33:55 +00:00
Paul Meyer
e3eac43948
Merge pull request #280911 from katexochen/distribution/3
...
docker-distribution: 2.8.3 -> 3.0.0-alpha.1
2024-06-19 14:35:40 +02:00
Gerg-L
28f442f860
docker: migrate to buildGoModule
2024-06-18 22:52:28 -04:00
Paul Meyer
4b74b465e4
docker-distribution: rename to distribution
2024-06-17 21:12:45 +02:00
Paul Meyer
228706acb6
docker-distribution: 2.8.3 -> 3.0.0-alpha.1
2024-06-17 21:10:08 +02:00
ali afsharzadeh
3a5a6aac5f
docker_26: 26.1.3 -> 26.1.4
2024-06-13 08:54:14 +03:30
Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Peder Bergebakken Sundt
b8affc04a5
Merge pull request #315501 from r-ryantm/auto-update/docker-buildx
...
docker-buildx: 0.14.0 -> 0.14.1
2024-06-05 03:29:38 +02:00
Bastien Riviere
40c9def80e
remove 'babariviere' as a maintainer
2024-06-02 18:49:26 +02:00
Pol Dellaiera
5c798ccecd
Merge pull request #314301 from r-ryantm/auto-update/docker-compose
...
docker-compose: 2.27.0 -> 2.27.1
2024-06-02 13:52:21 +02:00
éclairevoyant
aa22306b95
Merge pull request #316432 from teutat3s/maintain-pkgs
...
maintainers: add teutat3s to matrix team + several packages
2024-06-01 18:05:26 +00:00
teutat3s
1dc3b9bcfd
docker: add teutat3s to maintainers
2024-06-01 15:47:51 +02:00
isabel
63aceac766
treewide: remove unused occurence of fetchFromGitHub argument
2024-05-30 05:56:07 +00:00
R. Ryantm
170e38c3c7
docker-buildx: 0.14.0 -> 0.14.1
2024-05-29 03:19:31 +00:00
R. Ryantm
682e77dc8f
docker-compose: 2.27.0 -> 2.27.1
2024-05-24 14:37:33 +00:00
Thomas Gerbet
6ca18af3b3
Merge pull request #311475 from teutat3s/docker-26.1.2
...
docker_26: 26.0.0 -> 26.1.3
2024-05-21 19:58:23 +02:00
teutat3s
0234bac73c
docker_26: 26.0.0 -> 26.1.3
...
https://docs.docker.com/engine/release-notes/26.0/
https://docs.docker.com/engine/release-notes/26.1/
2024-05-21 10:58:14 +02:00