89 Commits

Author SHA1 Message Date
Mizux Seiha
5ed34077c7 tools/docker: fix cmake install
while debian-12 provide cmake 3.25.1 this one still not support SYSTEM option in FetchContent
2025-12-22 14:10:33 +01:00
Corentin Le Molgat
0814f8f29f ci: migrate rockylinux base image
> The Docker team curates the Official Images program,
and there are currently some technical constraints preventing
Rocky Linux from publishing updates here. For the most
up-to-date container images, please refer to the Rocky Linux
Docker Hub repository for now.

ref: https://hub.docker.com/_/rockylinux
2025-10-16 14:09:54 +02:00
Corentin Le Molgat
888479c8f1 tools/docker: fix images 2025-06-03 17:25:06 +02:00
Corentin Le Molgat
6275619174 dotnet: Remove EOL .Net Core 3.1 in release artifacts
Please target .Net 8.0 or above...

ref: https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core
2025-06-02 17:53:48 +02:00
Corentin Le Molgat
77c21707ad ci/tools: Simplify alpine .Net 8.0 SDK install 2025-06-02 17:18:38 +02:00
Corentin Le Molgat
658775eb13 tools/docker: Fix alpine dotnet build 2025-06-02 16:02:55 +02:00
Corentin Le Molgat
6a10e3a7c7 tools/docker: target and fix dotnet 8.0 support 2025-06-02 11:10:58 +02:00
Corentin Le Molgat
66014c7ed3 tools/docker: Add Fedora-42 2025-06-02 11:10:26 +02:00
Laurent Perron
5ac50d5ed5 changed dotnet source on docker files 2024-12-28 19:56:32 +01:00
Corentin Le Molgat
5f1d9d4569 backport tools/docker from main
* Remove Debian 10
* Fix Debian 11, 12, 13
* Remove Fedora 37, 38, 39
* Add Fedora 40, 41
* Remove Ubuntu 23.04, 23.10
* Add Ubuntu 24.10
2024-11-12 14:57:39 +01:00
Corentin Le Molgat
897c2bbf57 tools/docker: update almalinux and rockylinux 2024-09-09 10:17:23 +02:00
Corentin Le Molgat
205ec8c275 tools/docker: Add almalinux-9 and rockylinux-9 2024-08-30 13:49:21 +02:00
Corentin Le Molgat
737da16360 tools/docker: remove centos-7
note: repositories are unavailable
2024-08-30 13:34:30 +02:00
Mizux Seiha
d82c1263b1 ci: Fix ubuntu dotnet-sdk 2024-05-30 10:52:46 +02:00
Corentin Le Molgat
8add230039 backport tools/docker ubuntu 24.04 from main 2024-05-30 10:52:45 +02:00
Corentin Le Molgat
2b0085be7d backport ci/cd/release stuff from main 2024-05-30 10:51:54 +02:00
Corentin Le Molgat
8dfe45a762 tools/docker: add mypy package 2023-10-27 08:13:15 +02:00
Corentin Le Molgat
4a28412e6c tools/docker: replace ubuntu 22.10 by ubuntu 23.10 2023-10-27 08:07:07 +02:00
Corentin Le Molgat
85ca95f038 tools/docker: remove centos-8 (eol) 2023-07-26 14:34:16 +02:00
Corentin Le Molgat
33b21a1ab4 tools/docker: Cleanup fedora support
* Remove EOL release (33 to 36)
* Add Fedora-39
2023-07-24 18:22:59 +02:00
Corentin Le Molgat
4a519a0b88 tools/docker: Remove ubuntu-18.04 support
* default python 3.6 is too old
2023-07-24 18:22:59 +02:00
Corentin Le Molgat
ab287aa3ad tools/docker: add Ubuntu-23.04 archive 2023-07-21 16:43:45 +02:00
Corentin Le Molgat
502d6c2951 tools: Bump CMake 3.25.2 -> 3.26.4 2023-07-18 14:44:00 +02:00
Corentin Le Molgat
f955f8293d release: Fix images and cpp_test 2023-03-02 17:41:20 +01:00
Corentin Le Molgat
6b1bd25cf7 tools/docker: cleanup 2023-02-07 10:31:14 +01:00
Corentin Le Molgat
b44a6cd79a tools/docker: Add Fedora37 and Fedora38 support 2023-02-07 10:31:14 +01:00
Corentin Le Molgat
4e845f8950 tools/docker: Fix alpine python 2023-02-06 08:48:45 +01:00
Mizux Seiha
590471becf cmake bump to 3.25.2
dev Note:

git ls-files -z | xargs -0 sed -i -e 's;CMake 3\.2[0-9]\.[0-9]\+;CMake 3.25.2;g'
git ls-files -z | xargs -0 sed -i -e 's;cmake-3\.2[0-9]\.[0-9];cmake-3.25.2;g'
git ls-files -z | xargs -0 sed -i -e 's;/v3\.2[0-9]/cmake-3\.2[0-9]\.[0-9];/v3.25/cmake-3.25.2;g'
2023-02-02 19:02:56 +01:00
Corentin Le Molgat
daed241ba8 tools/docker: Add ubuntu-22.10 2022-09-30 14:25:26 +02:00
Corentin Le Molgat
683303e96e tools/docker: Add debian-sid 2022-09-30 14:25:26 +02:00
Mizux Seiha
44a118e8fa tools/docker: Fix ubuntu-22.04 2022-08-22 15:50:00 +02:00
Corentin Le Molgat
f76a7c5ffb tools/docker: Add python targets 2022-06-02 18:12:48 +02:00
Corentin Le Molgat
f058079f1a tools/docker: cleanup
tools/docker: Fix ubuntu-22.04 .Net
2022-06-02 18:12:46 +02:00
Corentin Le Molgat
18fbbe2c8a tools/docker: Add Archlinux
* already in use in CI
2022-05-30 13:03:45 +02:00
StefanBruens
fbf9c3352f CI: Use zypper refresh to update repository metadata (#3315)
`update` updates packages, which is not intended here.

Also call refresh just once.

Fixes #3314.
2022-05-30 11:00:17 +02:00
Corentin Le Molgat
1b3c2e3b38 tools/docker: Fix alpine-edge .Net 2022-05-27 15:19:45 +02:00
Corentin Le Molgat
cc3fa1974e tools/docker: deep refactor (#3200) 2022-04-11 13:37:36 +02:00
Corentin Le Molgat
4ed047e57e tools/docker: Bring back Debian-10 (#3209) 2022-03-30 16:34:21 +02:00
Corentin Le Molgat
54179bd846 tools/docker: Migrate Ubuntu 21.10 -> 22.04 (#3199) 2022-03-30 16:34:21 +02:00
Corentin Le Molgat
ff8ad08039 tools/docker: Clean Ubuntu Dockerfile (#3184) 2022-03-23 14:26:18 +01:00
Corentin Le Molgat
fb25414efe tools/docker: Fix Ubuntu 18.04 and 20.04 2022-03-04 13:45:43 +01:00
Corentin Le Molgat
2739444e6b tools/docker: Fix opensuse-leap 2022-03-04 13:28:14 +01:00
Corentin Le Molgat
9207b6e9a6 tools/docker: Remove debian-10 support
no easy support for gcc 10+
2022-03-04 13:11:46 +01:00
Mizux Seiha
58e8ad5aa2 tools/docker: Remove ubuntu-21.04 tests 2022-03-02 15:26:40 +01:00
Mizux Seiha
8969175665 tools/docker: Fix dotnet-sdk
migration from 5.0 to 6.0
2022-03-02 09:54:07 +01:00
Mizux Seiha
6c0bb9a2d9 tools/docker: Fix test Dockerfiles 2022-03-02 09:54:07 +01:00
Mizux Seiha
bd43b83fa2 tools/docker: Add tests for Fedora 35 2022-03-02 09:54:07 +01:00
Mizux Seiha
f38477fd59 tools/docker: Add tests for ubuntu 21.10 2022-03-02 09:54:07 +01:00
Corentin Le Molgat
54d01887a5 tools: Fix centos base image 2022-02-25 13:16:49 +01:00
Mizux Seiha
ca616f15e3 tools/docker: Add opensuse-leap jobs 2021-10-07 13:51:33 +02:00