Skip to content

Commit

Permalink
fix double slash in url link
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Xiaohua Cai <caixiaohua@starrocks.com>
  • Loading branch information
kevincai committed Jul 31, 2023
1 parent 89d93c4 commit 1eb0f84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/dockerfiles/allin1/allin1-ubi.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ARG DEPLOYDIR=/data/deploy
ENV SR_HOME=${DEPLOYDIR}/starrocks

RUN yum install -y java-1.8.0-openjdk-devel tzdata openssl curl vim ca-certificates fontconfig gzip tar less hostname procps-ng lsof python3-pip nginx nc && \
rpm -ivh https://repo.mysql.com//mysql80-community-release-el8-7.noarch.rpm && \
rpm -ivh https://repo.mysql.com/mysql80-community-release-el8-7.noarch.rpm && \
yum -y install mysql-community-client --nogpgcheck && \
yum remove -y mysql80-community-release && \
pip3 install supervisor
Expand Down
2 changes: 1 addition & 1 deletion docker/dockerfiles/be/be-ubi.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM registry.access.redhat.com/ubi8/ubi:8.7
ARG STARROCKS_ROOT=/opt/starrocks

RUN yum install -y java-1.8.0-openjdk-devel tzdata openssl curl vim ca-certificates fontconfig gzip tar less hostname procps-ng lsof && \
rpm -ivh https://repo.mysql.com//mysql80-community-release-el8-7.noarch.rpm && \
rpm -ivh https://repo.mysql.com/mysql80-community-release-el8-7.noarch.rpm && \
yum -y install mysql-community-client --nogpgcheck && \
yum remove -y mysql80-community-release
ENV JAVA_HOME=/usr/lib/jvm/java-openjdk
Expand Down
2 changes: 1 addition & 1 deletion docker/dockerfiles/fe/fe-ubi.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM registry.access.redhat.com/ubi8/ubi:8.7
ARG STARROCKS_ROOT=/opt/starrocks

RUN yum install -y java-1.8.0-openjdk-devel tzdata openssl curl vim ca-certificates fontconfig gzip tar less hostname procps-ng lsof && \
rpm -ivh https://repo.mysql.com//mysql80-community-release-el8-7.noarch.rpm && \
rpm -ivh https://repo.mysql.com/mysql80-community-release-el8-7.noarch.rpm && \
yum -y install mysql-community-client --nogpgcheck && \
yum remove -y mysql80-community-release
ENV JAVA_HOME=/usr/lib/jvm/java-openjdk
Expand Down

0 comments on commit 1eb0f84

Please sign in to comment.