File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN mkdir /docker-entrypoint-initdb.d
21
21
22
22
# Set environment variables for IvorySQL
23
23
ENV IVORY_MAJOR 3
24
- ENV IVORY_VERSION 3.3
24
+ ENV IVORY_VERSION 3.4
25
25
ARG USE_CHINA_MIRROR=false
26
26
27
27
# Use China mirror if specified
@@ -106,8 +106,7 @@ RUN rm -rf \
106
106
/usr/local/share/man
107
107
108
108
RUN chown -R ivorysql:ivorysql /var/local/ivorysql/ivorysql-$IVORY_MAJOR
109
- RUN dpkgArch="$(dpkg --print-architecture)" ; # amd64 | arm64v8
110
- RUN curl -o /usr/local/bin/gosu -SL "https://github.com/tianon/gosu/releases/download/1.11/gosu-$dpkgArch"
109
+ RUN wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/1.11/gosu-$(dpkg --print-architecture)" # amd64 | arm64v8
111
110
112
111
RUN chmod +x /usr/local/bin/gosu
113
112
@@ -117,7 +116,7 @@ COPY --from=builder /var/local/ivorysql /var/local/ivorysql/
117
116
COPY --from=builder /usr/local/bin/gosu /usr/local/bin/gosu
118
117
119
118
ENV IVORY_MAJOR 3
120
- ENV IVORY_VERSION 3.3
119
+ ENV IVORY_VERSION 3.4
121
120
ARG USE_CHINA_MIRROR=false
122
121
RUN mkdir /docker-entrypoint-initdb.d
123
122
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN groupadd -g 1000 ivorysql; \
19
19
RUN mkdir /docker-entrypoint-initdb.d
20
20
21
21
ENV IVORY_MAJOR 3
22
- ENV IVORY_VERSION 3.3
22
+ ENV IVORY_VERSION 3.4
23
23
24
24
RUN curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-8.repo; \
25
25
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/
81
81
COPY --from=builder /usr/local/bin/gosu /usr/local/bin/gosu
82
82
83
83
ENV IVORY_MAJOR 3
84
- ENV IVORY_VERSION 3.3
84
+ ENV IVORY_VERSION 3.4
85
85
86
86
RUN mkdir /docker-entrypoint-initdb.d
87
87
Original file line number Diff line number Diff line change @@ -100,8 +100,7 @@ RUN rm -rf \
100
100
/usr/local/share/man
101
101
102
102
RUN chown -R ivorysql:ivorysql /var/local/ivorysql/ivorysql-$IVORY_MAJOR
103
- RUN dpkgArch="$(dpkg --print-architecture)"; # amd64 | arm64v8
104
- RUN curl -o /usr/local/bin/gosu -SL "https://github.com/tianon/gosu/releases/download/1.11/gosu-$dpkgArch"
103
+ RUN wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/1.11/gosu-$(dpkg --print-architecture)" # amd64 | arm64v8
105
104
106
105
RUN chmod +x /usr/local/bin/gosu
107
106
Original file line number Diff line number Diff line change 4
4
"arches" : [
5
5
" amd64"
6
6
],
7
- "version" : " 3.3 "
7
+ "version" : " 3.4 "
8
8
},
9
9
"redhat" : " ubi8" ,
10
10
"debian" : " bookworm" ,
13
13
" amd64" ,
14
14
" arm64v8"
15
15
],
16
- "version" : " 3.3 "
16
+ "version" : " 3.4 "
17
17
},
18
18
"major" : 3 ,
19
19
"variants" : [
20
20
" ubi8" ,
21
21
" bookworm"
22
22
],
23
- "version" : " 3.3 "
23
+ "version" : " 3.4 "
24
24
}
25
25
}
You can’t perform that action at this time.
0 commit comments