Skip to content

Commit

Permalink
Merge pull request #664 from signal18/bump
Browse files Browse the repository at this point in the history
revert to older version due to incompatibility (trace/breakpoint trap)
  • Loading branch information
caffeinated92 authored Jun 26, 2024
2 parents bf7fa4c + e72d325 commit 702ff55
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
FROM golang:1.23rc1-bullseye

ENV PROXYSQL_VERSION=2.5.5
ENV MYDUMPER_VERSION=0.16.3-3
# Cancel using 0.16.3-3 due to incompatible with older version
# ENV MYDUMPER_VERSION=0.16.3-3

RUN mkdir -p /go/src/github.com/signal18/replication-manager
WORKDIR /go/src/github.com/signal18/replication-manager

# Move to top for better cache
RUN apt-get update && apt-get -y install ca-certificates restic mariadb-client mariadb-server mariadb-plugin-spider haproxy libmariadb-dev fuse sysbench curl vim libatomic1
RUN apt-get update && apt-get -y install ca-certificates restic mariadb-client mariadb-server mariadb-plugin-spider haproxy libmariadb-dev fuse sysbench curl vim libatomic1 mydumper
RUN curl -LO https://github.com/sysown/proxysql/releases/download/v$PROXYSQL_VERSION/proxysql_$PROXYSQL_VERSION-debian11_amd64.deb && dpkg -i proxysql_$PROXYSQL_VERSION-debian11_amd64.deb
RUN curl -LO https://github.com/mydumper/mydumper/releases/download/v$MYDUMPER_VERSION/mydumper_$MYDUMPER_VERSION.bullseye_amd64.deb && dpkg -i mydumper_$MYDUMPER_VERSION.bullseye_amd64.deb
# RUN curl -LO https://github.com/mydumper/mydumper/releases/download/v$MYDUMPER_VERSION/mydumper_$MYDUMPER_VERSION.bullseye_amd64.deb && dpkg -i mydumper_$MYDUMPER_VERSION.bullseye_amd64.deb
RUN /usr/local/go/bin/go install -v golang.org/x/tools/gopls@latest
RUN /usr/local/go/bin/go install -v github.com/cweill/gotests/gotests@v1.6.0
RUN /usr/local/go/bin/go install -v github.com/fatih/gomodifytags@v1.16.0
Expand Down

0 comments on commit 702ff55

Please sign in to comment.