From eb1182e1f1077c40ad804f453e862e0d0de8d6b0 Mon Sep 17 00:00:00 2001 From: liangxiangyu Date: Wed, 10 Jul 2024 10:21:17 +0800 Subject: [PATCH 1/2] update for ivorysql 3.3 release --- 3/ubi8/Dockerfile | 4 ++-- versions.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/3/ubi8/Dockerfile b/3/ubi8/Dockerfile index 883500e..896c1a6 100644 --- a/3/ubi8/Dockerfile +++ b/3/ubi8/Dockerfile @@ -19,7 +19,7 @@ RUN groupadd -g 1000 ivorysql; \ RUN mkdir /docker-entrypoint-initdb.d ENV IVORY_MAJOR 3 -ENV IVORY_VERSION 3.2 +ENV IVORY_VERSION 3.3 RUN curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-8.repo; \ sed -i -e '/mirrors.cloud.aliyuncs.com/d' -e '/mirrors.aliyuncs.com/d' /etc/yum.repos.d/CentOS-Base.repo @@ -81,7 +81,7 @@ COPY --from=builder /var/local/ivorysql /var/local/ivorysql/ COPY --from=builder /usr/local/bin/gosu /usr/local/bin/gosu ENV IVORY_MAJOR 3 -ENV IVORY_VERSION 3.2 +ENV IVORY_VERSION 3.3 RUN mkdir /docker-entrypoint-initdb.d diff --git a/versions.json b/versions.json index c516173..9e88b29 100644 --- a/versions.json +++ b/versions.json @@ -4,13 +4,13 @@ "arches": [ "amd64" ], - "version": "3.2" + "version": "3.3" }, "redhat": "ubi8", "major": 3, "variants": [ "ubi8" ], - "version": "3.2" + "version": "3.3" } } From be2c0c1c311aeae0411391345d664e81b4c711d4 Mon Sep 17 00:00:00 2001 From: liangxiangyu Date: Wed, 10 Jul 2024 10:21:17 +0800 Subject: [PATCH 2/2] update for ivorysql 3.3 release --- 3/ubi8/Dockerfile | 4 ++-- versions.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/3/ubi8/Dockerfile b/3/ubi8/Dockerfile index c3a8f3f..0d680bc 100644 --- a/3/ubi8/Dockerfile +++ b/3/ubi8/Dockerfile @@ -19,7 +19,7 @@ RUN groupadd -g 1000 ivorysql; \ RUN mkdir /docker-entrypoint-initdb.d ENV IVORY_MAJOR 3 -ENV IVORY_VERSION 3.2 +ENV IVORY_VERSION 3.3 RUN curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-8.repo; \ sed -i -e '/mirrors.cloud.aliyuncs.com/d' -e '/mirrors.aliyuncs.com/d' /etc/yum.repos.d/CentOS-Base.repo @@ -81,7 +81,7 @@ COPY --from=builder /var/local/ivorysql /var/local/ivorysql/ COPY --from=builder /usr/local/bin/gosu /usr/local/bin/gosu ENV IVORY_MAJOR 3 -ENV IVORY_VERSION 3.2 +ENV IVORY_VERSION 3.3 RUN mkdir /docker-entrypoint-initdb.d diff --git a/versions.json b/versions.json index c516173..9e88b29 100644 --- a/versions.json +++ b/versions.json @@ -4,13 +4,13 @@ "arches": [ "amd64" ], - "version": "3.2" + "version": "3.3" }, "redhat": "ubi8", "major": 3, "variants": [ "ubi8" ], - "version": "3.2" + "version": "3.3" } }