Skip to content

Commit 8a4406c

Browse files
committed
update dockerfile for 5.3
1 parent f62132a commit 8a4406c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

5/bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ RUN apt-get install -y make \
7272
libossp-uuid-dev\
7373
curl
7474

75-
RUN wget https://mirrors.ustc.edu.cn/gnu/bison/bison-3.0.4.tar.gz; \
75+
RUN wget https://ftpmirror.gnu.org/gnu/bison/bison-3.0.4.tar.gz; \
7676
tar -xzvf bison-3.0.4.tar.gz; \
7777
cd bison-3.0.4 ; \
7878
sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c ;\

5/trixie/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ RUN apt-get install -y make \
7272
libossp-uuid-dev\
7373
curl
7474

75-
RUN wget https://mirrors.ustc.edu.cn/gnu/bison/bison-3.0.4.tar.gz; \
75+
RUN wget https://ftpmirror.gnu.org/gnu/bison/bison-3.0.4.tar.gz; \
7676
tar -xzvf bison-3.0.4.tar.gz; \
7777
cd bison-3.0.4 ; \
7878
sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c ;\

5/ubi8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ RUN groupadd -g 1000 ivorysql; \
1818

1919
RUN mkdir /docker-entrypoint-initdb.d
2020

21-
ENV IVORY_MAJOR 5
22-
ENV IVORY_VERSION 5.3
21+
ENV IVORY_MAJOR=5
22+
ENV IVORY_VERSION=5.3
2323

2424
RUN curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-8.repo; \
2525
sed -i -e '/mirrors.cloud.aliyuncs.com/d' -e '/mirrors.aliyuncs.com/d' /etc/yum.repos.d/CentOS-Base.repo

0 commit comments

Comments
 (0)