Skip to content

Commit

Permalink
Merge pull request #10 from balinorLiang/ivory_release_v3.3
Browse files Browse the repository at this point in the history
update for ivorysql 3.3 release
  • Loading branch information
gaoxueyu authored Jul 11, 2024
2 parents e27deab + a92eb24 commit cc4844e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 3/ubi8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"arches": [
"amd64"
],
"version": "3.2"
"version": "3.3"
},
"redhat": "ubi8",
"major": 3,
"variants": [
"ubi8"
],
"version": "3.2"
"version": "3.3"
}
}

0 comments on commit cc4844e

Please sign in to comment.