Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin.yue committed Feb 3, 2021
1 parent 6a38f8e commit 14f37bc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM quay.io/lalamove/mysql:5.6

ENV TINI_VERSION v0.19.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN chmod +x /tini

COPY ./bin/go-mysql-elasticsearch /usr/bin/go-mysql-elasticsearch

ENTRYPOINT ["/tini","--","go-mysql-elasticsearch"]
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# go-mysql-elasticsearch
# go-mysql-elasticsearch

Customized go-mysql-elasticsearch

Usage: https://github.com/siddontang/go-mysql-elasticsearch
Binary file added bin/go-mysql-elasticsearch
Binary file not shown.

0 comments on commit 14f37bc

Please sign in to comment.