Skip to content

Commit

Permalink
use proper mysql version in the vttestserver images (#15235)
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
  • Loading branch information
frouioui committed Feb 14, 2024
1 parent 4b100ea commit af1d6d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/vttestserver/Dockerfile.mysql57
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ USER vitess
COPY docker/vttestserver/setup_vschema_folder.sh /vt/setup_vschema_folder.sh
COPY docker/vttestserver/run.sh /vt/run.sh

CMD /vt/run.sh "5.7.9-vitess"
CMD /vt/run.sh "5.7.31-vitess"
2 changes: 1 addition & 1 deletion docker/vttestserver/Dockerfile.mysql80
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ USER vitess
COPY docker/vttestserver/setup_vschema_folder.sh /vt/setup_vschema_folder.sh
COPY docker/vttestserver/run.sh /vt/run.sh

CMD /vt/run.sh "8.0.21-vitess"
CMD /vt/run.sh "8.0.30-Vitess"

0 comments on commit af1d6d6

Please sign in to comment.