11# Docker Images
22
33<div style =" float : right ;" >
4+ <a href =" https://github.com/neomutt/docker/actions/workflows/debian.yml " ><img src =" https://github.com/neomutt/docker/actions/workflows/debian.yml/badge.svg " /></a >
45<a href =" https://github.com/neomutt/docker/actions/workflows/fedora.yml " ><img src =" https://github.com/neomutt/docker/actions/workflows/fedora.yml/badge.svg " /></a >
56<a href =" https://github.com/neomutt/docker/actions/workflows/ubuntu.yml " ><img src =" https://github.com/neomutt/docker/actions/workflows/ubuntu.yml/badge.svg " /></a >
67</div >
@@ -13,27 +14,33 @@ To speed up the builds, we create Docker images containing a full development
1314environment.
1415
1516The main tests are done in an Ubuntu 24.04 environment.
16- We also perform regular tests under Fedora.
17+ We also perform regular tests under Debian and Fedora.
1718
1819## Building
1920
2021The images are built by more GitHub Actions:
2122
23+ - [ debian.yml] ( .github/workflows/debian.yml ) -- Debian bookworm, trixie, forky
24+ (testing), sid (unstable)
2225- [ fedora.yml] ( .github/workflows/fedora.yml ) -- Fedora 42, 43, 44 (rawhide)
2326- [ ubuntu.yml] ( .github/workflows/ubuntu.yml ) -- Ubuntu 24.04
2427
2528Stable releases are built ** monthly** (1<sup >st</sup > of the month at 3am):
26- Fedora 42, 43, Ubuntu 24.04.
29+ Debian bookworm, trixie and Fedora 42, 43, Ubuntu 24.04.
2730
2831Development releases are built ** weekly** (every Monday at 3am):
29- Fedora 44 (rawhide).
32+ Debian forky (testing), sid (unstable) and Fedora 44 (rawhide).
3033
3134All images are also rebuilt on push and can be triggered manually.
3235
3336The builds are defined by Dockerfiles:
3437
3538| Dockerfile | Description |
3639| :------------------------------------------------------- | :--------------------- |
40+ | [ debian.bookworm/Dockerfile] ( debian.bookworm/Dockerfile ) | Debian bookworm (12) |
41+ | [ debian.trixie/Dockerfile] ( debian.trixie/Dockerfile ) | Debian trixie (13) |
42+ | [ debian.forky/Dockerfile] ( debian.forky/Dockerfile ) | Debian forky (testing) |
43+ | [ debian.sid/Dockerfile] ( debian.sid/Dockerfile ) | Debian sid (unstable) |
3744| [ fedora.42/Dockerfile] ( fedora.42/Dockerfile ) | Fedora 42 |
3845| [ fedora.43/Dockerfile] ( fedora.43/Dockerfile ) | Fedora 43 |
3946| [ fedora.44/Dockerfile] ( fedora.44/Dockerfile ) | Fedora 44 (rawhide) |
0 commit comments