From 69d9c712d237e31b201814574ca6c33a5f08f5e3 Mon Sep 17 00:00:00 2001 From: liangxiangyu Date: Mon, 13 Jan 2025 15:14:58 +0800 Subject: [PATCH] v4.2 release --- 4/bookworm/Dockerfile | 4 ++-- 4/ubi8/Dockerfile | 4 ++-- versions.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/4/bookworm/Dockerfile b/4/bookworm/Dockerfile index 8e79600..c3bad36 100644 --- a/4/bookworm/Dockerfile +++ b/4/bookworm/Dockerfile @@ -21,7 +21,7 @@ RUN mkdir /docker-entrypoint-initdb.d # Set environment variables for IvorySQL ENV IVORY_MAJOR 4 -ENV IVORY_VERSION 4.0 +ENV IVORY_VERSION 4.2 ARG USE_CHINA_MIRROR=false # Use China mirror if specified @@ -116,7 +116,7 @@ COPY --from=builder /var/local/ivorysql /var/local/ivorysql/ COPY --from=builder /usr/local/bin/gosu /usr/local/bin/gosu ENV IVORY_MAJOR 4 -ENV IVORY_VERSION 4.0 +ENV IVORY_VERSION 4.2 ARG USE_CHINA_MIRROR=false RUN mkdir /docker-entrypoint-initdb.d diff --git a/4/ubi8/Dockerfile b/4/ubi8/Dockerfile index 77d7e80..7941197 100644 --- a/4/ubi8/Dockerfile +++ b/4/ubi8/Dockerfile @@ -19,7 +19,7 @@ RUN groupadd -g 1000 ivorysql; \ RUN mkdir /docker-entrypoint-initdb.d ENV IVORY_MAJOR 4 -ENV IVORY_VERSION 4.0 +ENV IVORY_VERSION 4.2 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 4 -ENV IVORY_VERSION 4.0 +ENV IVORY_VERSION 4.2 RUN mkdir /docker-entrypoint-initdb.d diff --git a/versions.json b/versions.json index bece9b5..cd3ce53 100644 --- a/versions.json +++ b/versions.json @@ -27,7 +27,7 @@ "arches": [ "amd64" ], - "version": "4.0" + "version": "4.2" }, "redhat": "ubi8", "debian": "bookworm", @@ -36,13 +36,13 @@ "amd64", "arm64v8" ], - "version": "4.0" + "version": "4.2" }, "major": 4, "variants": [ "ubi8", "bookworm" ], - "version": "4.0" + "version": "4.2" } }