From e7aed07aa7a86fae35f31b9eb809052d15e9239d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:00:06 +0800 Subject: [PATCH] chore(deps): update oceanbase/oceanbase-ce docker tag to v4.3.0 (#1194) * chore(deps): update oceanbase/oceanbase-ce docker tag to v4.3.0 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- oceanbase/{4.2.1 => 4.3.0}/data.yml | 0 oceanbase/{4.2.1 => 4.3.0}/docker-compose.yml | 2 +- oceanbase/{4.2.1 => 4.3.0}/scripts/init.sh | 0 oceanbase/{4.2.1 => 4.3.0}/scripts/uninstall.sh | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename oceanbase/{4.2.1 => 4.3.0}/data.yml (100%) rename oceanbase/{4.2.1 => 4.3.0}/docker-compose.yml (94%) rename oceanbase/{4.2.1 => 4.3.0}/scripts/init.sh (100%) rename oceanbase/{4.2.1 => 4.3.0}/scripts/uninstall.sh (100%) diff --git a/oceanbase/4.2.1/data.yml b/oceanbase/4.3.0/data.yml similarity index 100% rename from oceanbase/4.2.1/data.yml rename to oceanbase/4.3.0/data.yml diff --git a/oceanbase/4.2.1/docker-compose.yml b/oceanbase/4.3.0/docker-compose.yml similarity index 94% rename from oceanbase/4.2.1/docker-compose.yml rename to oceanbase/4.3.0/docker-compose.yml index 388186150..c2fc25b3e 100644 --- a/oceanbase/4.2.1/docker-compose.yml +++ b/oceanbase/4.3.0/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: oceanbase: - image: oceanbase/oceanbase-ce:4.2.1 + image: oceanbase/oceanbase-ce:4.3.0 container_name: ${CONTAINER_NAME} restart: always environment: diff --git a/oceanbase/4.2.1/scripts/init.sh b/oceanbase/4.3.0/scripts/init.sh similarity index 100% rename from oceanbase/4.2.1/scripts/init.sh rename to oceanbase/4.3.0/scripts/init.sh diff --git a/oceanbase/4.2.1/scripts/uninstall.sh b/oceanbase/4.3.0/scripts/uninstall.sh similarity index 100% rename from oceanbase/4.2.1/scripts/uninstall.sh rename to oceanbase/4.3.0/scripts/uninstall.sh