소스 검색

update centos 8 versions

Maurits van der Schee 3 년 전
부모
커밋
d07469725f
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    1
      README.md
  2. 2
    2
      docker/centos8/run.sh

+ 1
- 1
README.md 파일 보기

@@ -1194,7 +1194,7 @@ I am testing mainly on Ubuntu and I have the following test setups:
1194 1194
   - (Docker) Ubuntu 18.04 with PHP 7.2, MySQL 5.7, PostgreSQL 10.4 (PostGIS 2.4) and SQLite 3.22
1195 1195
   - (Docker) Debian 10 with PHP 7.3, MariaDB 10.3, PostgreSQL 11.4 (PostGIS 2.5) and SQLite 3.27
1196 1196
   - (Docker) Ubuntu 20.04 with PHP 7.4, MySQL 8.0, PostgreSQL 12.2 (PostGIS 3.0) and SQLite 3.31
1197
-  - (Docker) CentOS 8 with PHP 7.4, MariaDB 10.4, PostgreSQL 12.2 (PostGIS 3.0) and SQLite 3.26
1197
+  - (Docker) CentOS 8 with PHP 7.4, MariaDB 10.5, PostgreSQL 12.5 (PostGIS 3.0) and SQLite 3.26
1198 1198
 
1199 1199
 This covers not all environments (yet), so please notify me of failing tests and report your environment. 
1200 1200
 I will try to cover most relevant setups in the "docker" folder of the project.

+ 2
- 2
docker/centos8/run.sh 파일 보기

@@ -2,7 +2,7 @@
2 2
 echo "================================================"
3 3
 echo " CentOS 8 (PHP 7.4)"
4 4
 echo "================================================"
5
-echo -n "[1/4] Starting MariaDB 10.4 ..... "
5
+echo -n "[1/4] Starting MariaDB 10.5 ..... "
6 6
 # initialize mysql
7 7
 mysql_install_db > /dev/null
8 8
 chown -R mysql:mysql /var/lib/mysql
@@ -21,7 +21,7 @@ FLUSH PRIVILEGES;
21 21
 EOF
22 22
 echo "done"
23 23
 
24
-echo -n "[2/4] Starting PostgreSQL 12.2 .. "
24
+echo -n "[2/4] Starting PostgreSQL 12.5 .. "
25 25
 # initialize postgresql
26 26
 su - -c "/usr/pgsql-12/bin/initdb --auth-local peer --auth-host password -D /var/lib/pgsql/data" postgres > /dev/null
27 27
 # run postgres server

Loading…
취소
저장