Skip to content

Commit c0703b9

Browse files
committed
Update README
1 parent 3d28c41 commit c0703b9

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Dockerfile to test MT.
1818
|fedora40|fedora:40|*5.38.2*|8.3.15|*8.0.40*|3.2.2|-|
1919
|fedora41|fedora:41|*5.40.0*|*8.3.15*|*8.4.3*|3.2.2|-|
2020
|cloud6 (\*1)|centos:7|*5.28.2*|*7.4.33*|*5.7.44*|1.0.2k|-|
21-
|cloud7 (\*1)|rockylinux:9|5.38.2|8.2.27|MariaDB 10.5.22|3.2.2|-|
21+
|cloud7 (\*1)|rockylinux/rockylinux:9|5.38.2|8.2.27|MariaDB 10.5.22|3.2.2|-|
2222

2323
\*1 These images are not used in the MT cloud, but the well-known modules should have the same version (except for those used only in tests).
2424

@@ -30,7 +30,7 @@ Dockerfile to test MT.
3030
|centos8|centos:8|5.26.3|*8.0.30*|8.0.26|1.1.1k|2021-12|
3131
|fedora32 (\*2)|fedora:32|*5.30.3*|7.4.19|8.0.24|1.1.1k|-|
3232
|rawhide|fedora:rawhide|5.40.0|8.4.3|8.0.40|3.2.2|-|
33-
|rockylinux|rockylinux:9|5.32.1|8.1.31|8.0.36|3.2.2|-|
33+
|rockylinux|rockylinux/rockylinux:9|5.32.1|8.1.31|8.0.36|3.2.2|-|
3434
|bookworm|debian:bookworm-slim|5.36.0|8.2.26|*MariaDB 10.11.6*|3.0.15|-|
3535
|sid|debian:sid|5.40.0|8.4.2|MariaDB 11.4.4|3.3.2|-|
3636
|noble|ubuntu:noble|5.38.2|8.3.6|8.4.3|3.0.13|-|
@@ -50,3 +50,15 @@ Dockerfile to test MT.
5050
|addons8|movabletype/test:cloud7|vsftpd 3.0.5, proftpd 1.3.8b, pureftpd 1.0.50, slapd 2.6.6|
5151
|chromiumdriver|movabletype/test:bullseye|chromedriver 120.0.6099.224|
5252
|playwright|movabletype/test:bullseye|node 22.12.0, playwright 1.49.1|
53+
54+
## How to update
55+
56+
```
57+
$ perl bin/update_dockerfile.pl
58+
$ perl bin/build_all.pl (with or without --no-cache)
59+
$ perl bin/check_all.pl
60+
$ perl bin/test_readme.pl
61+
$ perl bin/push_all.pl
62+
63+
then, make a pull request, review, and merge it to mirror the uploaded images.
64+
```

0 commit comments

Comments
 (0)