From b9d2116cbce5b39e11df9a5b9a8de1084ede8b59 Mon Sep 17 00:00:00 2001 From: "guozhi.li" Date: Wed, 30 Nov 2022 17:33:44 +0800 Subject: [PATCH] alpine --- .github/workflows/release.yml | 2 +- arm64/images/ot-redis/redis.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b52e70015..01203d67a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: push: true platforms: ${{ env.BUILD_PLATFORM }} tags: | - ${{ env.ONLINE_REGISTER }}/ot-redis:v6.2.56 + ${{ env.ONLINE_REGISTER }}/ot-redis:v6.2.5-alpine ${{ env.ONLINE_REGISTER }}/ot-redis:latest cache-from: type=gha cache-to: type=gha,mode=max diff --git a/arm64/images/ot-redis/redis.conf b/arm64/images/ot-redis/redis.conf index daa989cf2..ddfa5405b 100644 --- a/arm64/images/ot-redis/redis.conf +++ b/arm64/images/ot-redis/redis.conf @@ -5,3 +5,4 @@ timeout 0 tcp-keepalive 300 daemonize no supervised no +pidfile /var/run/redis.pid