From cdb7b1c0d4075c4d6ffba5fe801da263cebbeba2 Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Sat, 7 Dec 2024 10:44:58 +0800 Subject: [PATCH 1/3] CI: use postgis alpine --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbc31ba3..2b69ed98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: ports: - 3306:3306 postgresql: - image: postgis/postgis:14-master + image: postgis/postgis:14-alpine env: POSTGRES_HOST_AUTH_METHOD: trust ports: From e46f77af3e6cc4680835d2ed521c5e6c0d58411f Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Sat, 7 Dec 2024 10:47:34 +0800 Subject: [PATCH 2/3] sss --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b69ed98..7815e83b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: ports: - 3306:3306 postgresql: - image: postgis/postgis:14-alpine + image: postgis/postgis:14-3.5-alpine env: POSTGRES_HOST_AUTH_METHOD: trust ports: From 658feecd4faf8213fa10e99a47e9b9afe0185a2b Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Sat, 7 Dec 2024 10:48:34 +0800 Subject: [PATCH 3/3] redis and memcached alpine --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7815e83b..a7154460 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,11 +21,11 @@ jobs: name: "${{ matrix.os }} Python: ${{ matrix.python-version }}" services: redis: - image: redis:6.2.6 + image: redis:6.2-alpine ports: - 6379:6379 memcached: - image: memcached:1.6.12 + image: memcached:1.6-alpine ports: - 11211:11211 mysql: